.contactpic {
	background-image: url(images/laptop-man.gif);
	background-repeat: no-repeat;
	background-position: 280px top;
}


.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
width: 200px;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {


}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;

}
input.validation-passed, textarea.validation-passed {

}


#errmessage
{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#FF0000;
}