form{
	margin:0 auto;
	font:icon;
}

fieldset{
	margin:0 auto 2px auto;
	padding:1em;
	border:0;
}

fieldset legend{
	padding:0 4px;
	margin:0;
}

form>fieldset:last-child{
	margin-bottom:0;
}

fieldset.notice>legend{
	border:1px dotted #000;
	background:#FFF;
	color:#000;
}

label{
	float:left;
	clear:both;
	width:140px;
	overflow:visible;
}

fieldset fieldset label{
	width:auto;
	float:none;
}

input{
	padding:.2em;
	margin-bottom:.1em;
	vertical-align:middle;
}

input[type=text],input[type=password]{
	border-width:1px;
	border-style:solid;
	border-color:#000;
}

input[type=text][size]{
	width:auto;
}

input[type=text]:focus,input[type=password]:focus,
input[type=text]:hover,input[type=password]:hover,
textarea:hover,textarea:focus{
	background:#EEE;
	color:#000;
}

input[type=submit],input[type=reset],input[type=button]{
	margin:.1em 0;
	padding:.2em 1em;
}

input[type=submit]:hover,input[type=submit]:focus,
input[type=button]:hover,input[type=button]:focus{
	border-style:inset;
	border-color:#57822C;
	background-color:#57822C;
	color:#FFFFFF;
}

input[type=reset]:hover,input[type=reset]:focus{
	border-style:inset;
	border-color:#AC0000;
	background-color:#AC0000;
	color:#FFFFFF;
}

input[type=button]{
	width:auto;
}

input[type=checkbox],input[type=radio]{
	width:20px;
	height:20px;
	margin-top:0px;
}

.autoDimensions{
	width:auto !important;
	height:auto !important;
}

select{
	width:158px;
	padding:.2em;
}

option{
}

textarea{
	vertical-align:top;
}

dl{
	margin:5px 0px 20px 0px;
	padding:0;
}

dt{
	float:left;
	clear:left;
	width:100px;
}

dd{
	margin:auto auto 10px 100px;
}

.autowidth{
	width:auto;
}

label.autowidth{
	white-space:nowrap;
}

.left{
float:left !important;
}

div.left{
	margin:auto .2em auto auto;
}

fieldset.left{
	padding:0;
	margin:auto 1em auto auto;
}

div.full{
	float:left;
	clear:both;
	width:640px;
}

div.full label{
	margin-right:4px;
}

div.full input{
	width:98.5%;
}

div.wide{
	width:300px;
}

fieldset div{
	padding:2px;
	margin:.5em;
}

div label{
	font-family:verdana, tahoma, sans-serif;
	font-size:.9em;
}

br{
	clear:both;
}