html {
	overflow: auto;
}
form span{
	color:#ff0000;
}

form #font_size {
	font-size:12px;
	color:#343434;
}
form  dl{
	width:100%;
	clear: both;
	height: auto;
	margin: 0;
}
form  dl  dd{
	padding:8px;
	line-height:2;
	float: left;
}
form  dl  dt{
	width:200px;
	padding:8px;
	line-height:2;
	text-align:left;
	font-weight:bold;
	font-size: 12px;
	vertical-align: top;
	float: left;
}
form    div.backcolor       {
	background-color: #CCCCCC;
}

form input{
	line-height:1.0;
}

.btn{
	width:100%;
	text-align:center;
	margin-bottom:30px;
	clear: both;
}

#message{
	font-size:12px;
}

span.small {
	font-size: 11px;
	color: #343434;
}

.btn input {
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}
