legend {
	height: 30px;
	color: #ddd;
}

label {
	display: block;
	width: 230px;
	float: left;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

input {
	width: 300px;
	height: 20px;
	float: left;
	margin-bottom: 5px;	
}

textarea {
	width: 300px;
	height: 50px;
	margin-bottom: 5px;
	float: left;
}

fieldset {
	border: 0;
}

.validationError {
	float: left;
	width: 20px;
	height: 20px;
	background: url('images/errorIcn.gif') no-repeat;
	position: relative;
	margin-left: 5px;
	display: none;
}

.validationError:hover span {
	display: block;
}

.validationError span {
	position: absolute;
	top: -2px;
	left: 25px;
	display: block;
	border: 1px solid black;
	background: #222;
	padding: 2px 5px;
	width: 100px;
	display: none;
}

.validateErrorInfo {
	background: #cc0000;
	height: 0px;
	margin: 0 0 10px -10px;
	padding: 5px;
	width: 701px;
	border: 4px solid #aa0000;
	border-left: 0;
	border-right: 0;
	text-align: center;
	display: none;
}

.validateErrorInfo.blink {
	background: #ee0000;
	border: 4px solid #cc0000;
	border-left: 0;
	border-right: 0;
	color: #fff;
}

.comment_button, .comment_button:active, .comment_button:visited, .comment_button:link, .comment_button:hover {
	display: block;
	width: 147px;
	height: 31px;
	color: #616161;
	line-height: 27px;
	text-align: left;
	padding-left: 40px;
	text-decoration: none;
	position: absolute;
}

.comment_button:hover {
	color: #fff;
	background-position: 0px -31px;
}