/* @override 
	http://pj.radardesign.com/barry/css/contactform.css
	http://localhost:9013/css/contactform.css
*/

#contactform {
	width: 500px;
	float: left;
}

/* My Comment */

/*
label {
	display: block;
	float: left;
	width: 8em;
	text-align: left;
	padding-top: 10px;
}

label.error {
	font-weight: normal;
	color: #ff3333;
	text-align: left;
	width: 260px;
	padding: 1px 0 1px 20px;
	background: transparent url(/img/contactform/cancel.png) no-repeat;
}

input.text-input, textarea {
	border-style: none;
	color: #FFF;
	margin: 4px 4px 4px 12px;
	padding: 6px;
	background-color: #333333;
}

label#name_label {
	position: absolute;
	top: 0;
	left: 0;
}

input#sender {
	position: absolute;
	top: 0;
	left: 110px;
}

label#name_error {
	position: absolute;
	top: 10px;
	left: 360px;
}

label#email_label {
	position: absolute;
	top: 45px;
	left: 0px;
}

input#email {
	position: absolute;
	top: 45px;
	left: 110px;
}

label#email_error {
	position: absolute;
	top: 55px;
	left: 360px;
}

label#message_label {
	position: absolute;
	top: 90px;
	left: 0px;
}

textarea#message {
	position: absolute;
	top: 90px;
	left: 110px;
}

label#message_error {
	position: absolute;
	top: 112px;
	left: 120px;
}

input.button {
	width: 62px;
	height: 20px;
	position: absolute;
	top: 222px;
	left: 122px;
	outline: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(/img/contactform/butt_send_off.png) no-repeat;
}

input.button:hover {
	background: url(/img/contactform/butt_send_on.png) no-repeat;
}

#message {
	width: 180px;
	margin: 20px 0 0 100px;
}

#message h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: white;
}

#message p {
	color: white;
	font-weight: normal;
	margin: 6px 0px;
}

#checkmark {
	position: relative;
	top: -104px;
	left: -60px;
}*/

#contactform label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
font-size: 1.2em;
}
#contactform .error{
color:#cc6600;
display:block;
font-size:10px;
font-weight:normal;
text-align:right;
width:140px;
}

#contactform input, #contactform textarea {
	float:left;
	width:260px;
	border-style: none;
	color: #FFF;
	margin: 3px 4px 12px 12px;
	padding: 6px;
	background-color: #333333;
	font-size: 15px;
}

#contactform input.button {
	clear: both;
	float: right;
	width: 62px;
	height: 20px;
	outline: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(/img/contactform/butt_send_off.png) no-repeat;
}

#contactform input.button:hover {
	background: url(/img/contactform/butt_send_on.png) no-repeat;
}

#contactform .opt {
	display: block;
	width: 400px;
	font-size: 11px;
	color: #666666;
}

#contactform .opt input {

	width: 20px;
}