/* lf css styles Lorinthe */

#aform{
	width:500px;
	margin-top: 10px;
	border:3px double #555555;
	padding-top: 10px;
	padding-left: 10px;
	color: #222;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

#af_row{
	clear: left;
	padding-top: 5px;
}

.albl,
.af_ok,
.af_notok{
	width: 80px;
	float: left;
}
.af_ok{
	color: #090;
}
.af_notok{
	color: #B00;
}

#af_button{
	float: right;
	margin-top: 5px;
	margin-right: 40px;
}
.af_butt_hide{
	display: none;
}
.afld,
.amsgfld {
	width: 250px;
height: 16px;
	float: left;
}
.amsgfld {
	width: 400px;
	height: 70px;
	overflow: auto;
}

.afsubmitted{
	background-color: #aa5;
	color: #777;
}


.lf_post_lbl{
	font-size: 0.9em;
	font-style: italic;
}

#af_error_msg{
	clear:both;
}
.af_error_hide,
.af_error_show{
	margin: 15px 0px 10px;
	color: #B00;
}
.af_error_hide{
	display: none;
}

