

/**************************************************************

	Validate
	v 2.1

**************************************************************/

#myForm {
	/*border: 1px solid #cac9b9;
	padding: 5px;*/
}

#myForm p {
	margin-bottom: 5px;
	text-decoration:none;
}

#myForm label {
	float: left;
	width: 100px;
	color:#000000;
	text-decoration:none;
}

#myForm input, #myForm textarea, #myForm select {
	/*border: 1px solid #cac9b9;*/
}

#myForm .red {
	border: 1px solid red;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#myForm #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	display: block;
	padding: 0 0 0 19px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	color: #b86464;
	background-image:url(layout/negative.gif);
	/*color: red;
	margin-left: 10px;
	font-size: 0.8em;*/
}


/*************************************************************/

#myForm2 {
	/*border: 1px solid #cac9b9;
	padding: 5px;*/
}

#myForm2 p {
	margin-bottom: 5px;
}

#myForm2 label {
	float: left;
	width: 200px;
}

#myForm2 input, #myForm2 textarea, #myForm2 select {
	border: 1px solid #cac9b9;
}

#myForm2 .red {
	border: 1px solid red;
}

#myForm2 label.red {
	border: none;
	color: red;
}

#myForm2 .customRed {
	border: none;
	color: red;
}

#myForm2 #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm2 .errorMessage {
	display: block;
	padding: 0 0 0 19px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	color: #b86464;
	background-image:url(layout/negative.gif);
	/*color: red;
	margin-left: 10px;
	font-size: 0.8em;*/
}