@charset "utf-8";
#placeholder {
	height: 400px;
	width: 700px;
	padding: 20px;
	font-size: 12px;
	text-align: left;
}
#contact_form {
	font-size: 12px;
}

#formHeader {
	font-size: 26px;
	font-weight: normal;
	color: #000;
}
#formSubtitle {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
#asterisk {
	color: #F30;
	padding-right: 5px;
}

.textfield {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	height: 28px;
	width: 253px;
	padding-left: 3px;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #CCC;
}
.textfieldDisabled {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background-color: #D4D4D4;
	height: 22px;
	width: 300px;
	border: 1px solid #CCC;
	padding-top: 8px;
	padding-left: 3px;
}
.textarea {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	height: 80px;
	width: 300px;
	border: 1px solid #CCC;
	padding-top: 8px;
	padding-left: 3px;
}



#send_message {
	background-color: #c3c6c8;
	border: 1px solid #FFF;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding: 5px;
}

.error {
	display: none;
	color: #dd1117;
	font-size:14px;
	padding-bottom: 5px;
}
.success {
	display: none;
	padding:10px;
	color: #dd1117;
	font-size:14px;
}
.error img {
	vertical-align:top;
}
