#frmpost {

}

#frmpost p {
	margin-bottom: 5px;
}

#frmpost label {
	float: left;
	width: 80px;
}

#frmpost input, #frmpost textarea, #frmpost select {
	border: 1px solid #444444;
	background: #EFEFEF;
}

#frmpost textarea {
	height: 50pt;
	width: 200pt;
}

#frmpost .red {
	border: 1px solid #b90000;
}

#frmpost label.red {
	border: none;
	color: red;
}

#frmpost #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#frmpost .errorMessage {
	color: #b90000;
	margin-left: 10px;
	font-size: 90%;
}

#frmpost .countMessage {
	color: #444444;
	margin-left: 10px;
	font-size: 90%;
}
