
body {
	background:#f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
	}

.form_block {
	width:360px;
	background:#fff;
	margin:0 auto;
	box-shadow:0 0 5px 1px #ccc;
	margin-top:100px;
	border:2px solid #fff;
	}
	
.form_block h3 {
	text-transform:uppercase;
	font-size:20px;
	border-bottom:1px dotted #555;
	margin:20px 0;
	color:#444;
	margin-top:0;
	}	
	
.btm_box {
	background:#f6f6f6;
	padding:20px;
	}	
	
.btm_box input {
	background:#fff;
	border:1px solid #ddd;
	width:308px;
	height:30px;
	padding:0 5px;
	color:#666;
	}
	
.btm_box label {
	color:#666;
	font-size:12px;
	}		
	
.logo {
	text-align:center;
	padding:20px;
	}
	
.btm_box input.send_btn {
	width:150px;
	margin:0 auto;
	display:block;
	margin-top:30px;
	background:#35acdf;
	border:0;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	cursor:pointer;
	}
	
small {
	font-size:11px;
	color:#666;
	}
	
small a {
	font-weight:bold;
	color:#35acdf;
	}
	
#contact_form_errorloc ul {
	padding:0;
	margin:0;
	}	
	
#contact_form_errorloc ul li {
	list-style:none;
	font-size:11px;
	color: #fff;
	background:#cc0000;
	padding:5px;
	border-bottom:1px dotted #f6f6f6;
	}
	
p.err {    
	color: #cc0000;
    font-size: 11px;
    font-weight: bold;
    left: 50%;
    line-height: 13px;
    margin: 0 0 0 -29px;
    padding: 0;
    position: absolute;
    bottom: 430px;
    width: 200px;
	}
	
.thank_txt {
	font-size:12px;
	color:#666;
	}	
	
.thank_txt a {
	color:#29ACE2;
	}						
	

	
		