/* ========================================= */
/* == VALIDATE CSS = */
#regForm {
	border: 0px solid #cac9b9;
	padding: 5px;
}

#regForm label {
	float: left;
	width: 100px;
}

#regForm input, #regForm textarea, #regForm select {
	border: 1px solid #cac9b9;
	width: 165px;
}

.registration table {
   font-size: 11px;
   font-family: tahoma;
}

.submit input {
   border: 1px solid #cac9b9;
	width: 100px;
}

#regForm .green {
	border: 1px solid green;
}

#regForm label.green {
	border: none;
	color: green;
}

#regForm .customRed {
	border: none;
	color: green;
}


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

#regForm .errorMessage {
	color: red;
	margin-left: 5px;
	font-size: 0.8em;
	float: left;
	font-family: tahoma;
}

.registration {
   font-size: 12px;
   color: black;
   width: 100%;
   font-family: tahoma;
}

.registration label {
   font-weight: bold;
}
