
/* Forms */

fieldset {
padding-bottom:2em;
padding-left:0;
}


fieldset legend {
display:inline;
font-weight:700;
padding-left:17px;
padding-bottom:3px;

}

fieldset p.message {
padding: 0 0 16px 17px;
}

caption {
font-weight: bold;
}

div.form_leftlong {
	width:32%;
	float:left;
}

div.form_rightlong {
	width:60.5%;
	float:right;
}

div.form_leftshort {
	width:60%;
	padding-left:16px;
	float:left;
}

div.form_rightshort {
	width:60.5%;
	margin-left: 1em;
	float:right;
}

.hiddenlabel {
left:-9000px;
position:absolute;
}

div.form_sample select {



	width: 150px;/*240*/



	background-color: #ebf1e0;



	color: #2e3c16;



	font-size:0.9em;



}

div.form_sample select.small {



	width: 50px;/*240*/



	background-color: #ebf1e0;



	color: #2e3c16;



	font-size:0.9em;



}

div.form_sample select.medium {



	width: 80px;/*240*/



	background-color: #ebf1e0;



	color: #2e3c16;



	font-size:0.9em;



}

table a:link, table a:visited {
text-decoration: underline
}