#cssform {
	min-height: 470px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cssform fieldset {
	padding-top: 20px;
	border: 1px solid #666666;
}

#cssform h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	display: block;
	width: 175px;
	text-align: right;
}

#cssform   ol, ul ,li {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cssform li {
	margin-bottom: 3px;
}


#cssform a {
	color: #000000;
	text-decoration: underline;
}
#cssform a:hover {
	color: #0000CC;
}
#cssform label {
	width: 175px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 10px;
}
#cssform label.error {
	color: #FF0000;
	display: inline;
	float: none;
	margin-left: 10px;
}
#console {
	color: #FF0000;
	margin-bottom: 15px;
}
