select, input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding: 3px;
	margin: 0px;
}
select {
	padding: 2px;
}
input
{
margin-bottom: 1em;
}
input[type="text"], input[type="password"], textarea, select {
	border-top: solid 1px #abadb3;
	border-right: solid 1px #dbdfe6;
	border-bottom: solid 1px #e3e9ef;
	border-left: solid 1px #e2e3ea;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: #fff8d5;
	border: solid 1px #ebb95b;
	outline: solid 1px #fad896;
	color: #000000;
}

input[type="submit"]
{
}
input[type="submit"]:hover
{
}
select:hover {
	cursor: pointer;
}
input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 2px 2px 0;
	padding: 0;
	cursor: pointer;
}

input[disabled] {
	cursor: default;
}

input[readonly] {
	cursor: default;
}

fieldset.radio
{
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	border: 1px solid #dfdfdf;
}

form fieldset
{
	display: block;
	border: 1px solid #dfdfdf;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}
form fieldset fieldset
{
margin-bottom: 0px;
}
form fieldset legend
{
padding-left: 10px;
padding-right: 10px;

}



form fieldset.radio input
{
	float: left;
	width: auto;
	margin-top: 4px;
	margin-right: 4px;
	/*hack IE*/
	*margin-top: 1px;
	*margin-right: auto;}



form input
{
	display: block;
}

form input.submit
{
	clear: both;
}

form label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;

}

form select
{
	display: block;
}
