/*
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;		
}

.af .cell2 label {
	width:auto;
	clear:none;
	float:left;
	font-size:85%;
	margin-top:0.2em; 

}

.af .cell_group {
	float:left;
	clear:none;
	max-width:450px;
	bor1der:1px solid #e0ecfc;
	background-color:#e0ecfc;
	pad1ding:1px;
	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:5px 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 */
	fo1nt-size:125%;
	margin:4px;
}

.af textarea { 
	width:450px/*330px*/;
	height:80px;
}

.af .st { 
	width:50%
}

.af label { 
	width:12em; 
	float:left; 
	text-align:right; 
	clear:left;
	display:block;
	margin-top:0.2em; 
	padding-right:0.2em;
	text-transform:capitalize;
	font-size:90%;
}

.af label span { 
	ba1ckground-color:#f5f5f5;
	col1or:white;
	padding:2px;
	bo1rder-bottom:1px gray solid;
}

.af FIELDSET {	
	padding:5px; 
	margin:5px; 
	clear:both;
/*	border:1px solid brown; */
}

.af legend {
	font-size:120%;
}

.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;
}
*/


