form {
	padding: 0px;
	margin: 0px;
}


label {
	float:left;
	clear:both;
	display:block;
	font-size: 1em;
	font-weight: bold;
	padding-top: 0.2em;
	width: 8em;
}

input,textarea{
	display:inline;
	width:300px;
	border: 1px solid #999999;
	font-size: 1em;
	padding:1px;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	margin-bottom: 0.4em;
	background-color: #F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
}

input:focus,textarea:focus{
	background-color: #EFEFEF;
	
}


/*input.button {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #323A72;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	height: 1.8em;
	margin: 0.3em 0em 0em 0em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	padding-bottom: 2px;
	width: 7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}*/

input.button {
	width: auto;
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 208px;

}

input.hidden {
	width: auto;
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.form-container{
	margin: 0;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
