@charset "utf-8";
/* CSS Document */

#contactform {
	position:relative;
	margin:20px auto;
	width:480px;
	height:510px;
	background:#fff;
}

#contactform label {
	display:block;
	margin:8px 10px 0px 20px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#999;
	letter-spacing:1px;
	float:left;
	clear:left;
	width:90px;
	text-align:right;
}

#contactform input {
	width:250px;
}

#contactform input, textarea {
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:8px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#999;
}

.ca_true {
	font-family: 'Roboto', sans-serif;
	float:left;
	margin-left:125px;
	display:block;
	font-weight:400;
	font-size:12px;
	color:#66D14D ;
	width:200px;
	z-index:1000;
}

.error {
	font-family: 'Roboto', sans-serif;
	float:left;
	margin-left:125px;
	display:block;
	font-weight:400;
	font-size:12px;
	color:red;
	width:200px;
	z-index:1000;
}

#contactform textarea {
	width:250px;
	height:100px;
}

#contactform button {
	display:block;
	float:left;
	clear:both;
	margin-left:120px;
	padding:9px 78px;
	font-family: 'Roboto', sans-serif;
	background:#bf6e99;
	font-weight:400;
	font-size:12px;
	color:#fff;
	border:0px;
	letter-spacing:3px;
}

legend {
	color:#333;
	padding:20px 120px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:19px;
	color:#999;
	letter-spacing:4px;
}

.captcha {
	margin-left:120px;
}

