.ui-datepicker { font-size:9pt !important}

body{
	background-color:#f7f7f7;
}

#contactform{
	width:700px;
	
	padding:30px;
	border:1px solid #EEE;
	background-color:#FFF;
	-moz-border-radius:0px;
	-khtml-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:none;
}

.element{
	margin-right:10px;
	margin-bottom:6px;
	padding:2px 2px 4px 4px;
}

.label{
	display:block;
}

.captcha_img{
	border:1px solid #ddd;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.submit{
	cursor:pointer;
	padding:8px 4px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.option-container input[type=radio], .option-container input[type=checkbox]{
	margin-right:6px;
}

.required{
	color:#990000;
	margin-right:6px;
	font-family:Arial, Helvetica, sans-serif;
}



/***** VALIDATION & ERROR MESSAGES *****/

#validation{
	display:none;
	background:url('../img/loading.gif') no-repeat 0 1px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.errormessage, .validationmessage{

	font-size:15px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	line-height:24px;
}

.errormessage{
	display:none;
	margin:4px 0;
	width:260px;
}

.validationmessage{
	width:100%;
	margin-bottom:16px;
	padding:10px 6px;
}




.validationmessage{    background-color: #000;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 17px;
    margin-top: 20px;
margin-left:18px;}


.validationmessage i{ font-size: 40px;
    margin-bottom: 15px;}

.validationmessage h3{color:#fff}


.errormessage{background-color:#ffffff; color:#cc0000; padding:4px 0;}

