/*
body .af, .af input, .af select, .af textarea {
	 font-family:verdana; 
	 color:brown;
}
*/

.af .group {
	display:block;
	border:1px dotted #f5f5f5;
	font-weight:bold;
	clear:left;
}

.af .cell {
	float:left;
	border:1px dotted #f5f5f5;
	margin:0.2em;
}

.af .cell2 {
	display:block; 
	border:2px dotted blue;	
	float:left;
	
	border:1px solid #e5e5e5; 
	margin-right:1em;text-transform: auto;
	min-width:50px;
	text-align:center;

}

.af .cell2 label:hover {
	background-color:white;
	cursor:hand;
}

.af .cell2 label {
	width:auto;
	clear:none;
	float:left;
	font-size:90%;
	margin-top:0.3em; 
	display:block;
}

.af .cell_group {
	float:left;
	clear:none;
	max-width:500px;
	bor1der:2px solid #e0ecfc;
	background-color:#e0ecfc;
	padding:3px;
	display:block;
}
.af .cell_text {
	float:left;
	clear:none;
	max-width:450px;
	min-width:100px;
	min-height:1em;
	background-color:#f5f5f5;
	padding:4px;
	display:block;
}

.af .cell_textblock {
	float:left;
	clear:none;
	width:70%;
	min-height:2em;
	background-color:f5f5f5;
	padding:4px;
	display:block;
}


.af .e {
	background-color:#fcc; 
/*	background: #fcc url(../image/remove.gif) no-repeat left center;
	back1ground-position:15px 15px; */
}

.af .rq label { /* rq = required */
/*	text-decoration:underline; */
	fon1t-weight:bold;
}

.af .rq label span { 
	ba1ckground-color:#f5f5f5;
	col1or:white;
	pad1ding:2px;
	border-bottom:1px silver solid;
}

.af .rq .cell2 label {
/*	text-decoration:underline; */
	font-weight:normal;
}

.af .help {
	color:#000;
	float:left; 
	max-width:120px; 
	font-size:small;
	padding:4px;
	line-height:90%;
	background-color:#ffffaa;
}

/*

forms

*/

.af {
	border:1px solid red;
	clear:both;
}

.af input, .af select, .af textarea { 
	float:left; clear:none;
	margin:3px;
}

.af select {  /* 2/26/2009 7:47 PM size render bug */
/*	font-size:105%; */
	margin:4px; 
}

.af textarea { 
	width:430px/*330px*/;
	height:80px;
}

.af .st { 
	width:50%
}

.af label { 
	width:9em; 
	float:left; 
	text-align:right; 
	clear:left;
	display:block;
	margin-top:0.3em; 
	padding-right:0.2em;
	text-transform:capitalize;
	f1ont-size:95%;
	font-family:arial;
	color:#024;
}

.af label span { 
	ba1ckground-color:#f5f5f5;
	col1or:white;
	padding:2px;
	bo1rder-bottom:1px gray solid;
}

.af FIELDSET {	
	padding:2px; 
	margin:5px; 
	clear:both;
	border:1px solid #eee; 
}

.af legend {
	fo1nt-size:100%;
	co1lor:brown;
}

.af br {
	clear:both;
}
/**/
.af .cell, .af .cell2, .af .cell_group1, .af {
	border-width:0px;
}


/*
.af .cell, .af .cell2, .af .cell_group, .af {
	border:1px red solid;
}
*/


