/**************************************************************

	Validate
	v 2.1

**************************************************************/

#shoutboxform {
}

#shoutboxform p {
	margin-bottom: 0px;
}

#shoutboxform label {
	float: left;
	width: 50px;
}

#shoutboxform input, #shoutboxform select {
	border: 1px solid #888;
	background-color:#fff;
	width: 160px;
	font-size: 11px;
}

#shoutboxform textarea {
	border: 1px solid #888;
	background-color:#fff;
	width: 162px;
	font-size: 11px;
}

#shoutboxform .red {
	border: 1px solid red;
}

#shoutboxform label.red {
	border: none;
	color: red;
}

#shoutboxform .customRed {
	border: none;
	color: red;
}

#shoutboxform #reset {
	border: 1px solid #888;
	background-color:#ccc;
	width: 42px;
	margin-left: 0px;
}

#shoutboxform #submit {
	font-weight: bold;
	border: 1px solid #888;
	background-color:#ccc;
	width: 66px;
	margin-left: 56px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#shoutboxform .errorMessage {
	color: fff;
	margin-left: 50px;
	font-size: 10px;
}




/*************************************************************/

