/*===FORMS===*/

/*form*/

form {
	overflow: auto;
	margin: 10px 0 0 0; 
	padding: 0;
	width: 600px;
	}

/*fieldsets*/

form fieldset {
	border: solid 1px #F3E938;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	}

/*legends*/

form legend {
	color:#00817B;
	margin: 0 0 10px 0; 
	padding: 0;
	/*ie hack*/ _margin: 0 0 10px -8px;
	font-weight: bold;
	text-transform:uppercase;
	}

/*labels*/

form label {
	float: left; 
	width: 270px;
	}
	
form label.small {
	float: left;
	width: 160px; 
	height: 25px;
	padding-top: 3px;
	}
	
/*inputs, selects, text areas*/

form input,
form select,
form textarea {
	background: #F7F6ED;
	float: left; 
	width: 280px;
	margin: 2px 5px 2px 0;
	font-size: 11px;
	}
	
form input.small {
	width: 94px;
	}
	
form input.xsmall {
	float: left; 
	width: 24px;
	}

form input#button {
	border:none;
	clear:both;
	float: right;
	cursor: hand;
	}
	
form input#button.submit {
	background: url(../img/btn_submit.gif) no-repeat;
	height:22px;
	width: 79px;
	}
	
/*text*/
	
form em {
	float: left;
	color: #008193; 
	}
	
form em.description {
	float: left; width: 220px;
	color: #008193;
	font-style:normal
	}
