/*Contactform III default styling*/
#contactform {
	margin:0 16px 30px 0;
	padding: 10px;
	overflow: hidden;
	line-height:1em;
	background: url(../../themes/tobypitman/images/com-tile.png);
}

#contactform span {
	color: red;
}

#contactform label {
	display:block;
	height:10px;
	margin:8px 0;
}

#contactform label span {
	padding: 0 0 0 5px;
}

#contactform fieldset {
	border:none;
}

#contactform input, #contactform textarea {
	display:block;
	margin:2px 0px 5px;
	padding:2px;
}
#contactform input {
	width:60%;
}
#contactform textarea {
	width:96%;
}

#contactform input, #contactform textarea {
	background: url(../../themes/tobypitman/images/trans40.png);
	border:2px solid #171717;
	color: #8e8e8e;
	padding: 5px;
}


.contacterror {
	border: 1px solid #ff0000;
}
#contactform input#contactsubmit {
	width:84px;
	height: 38px;
	margin:12px 0 0 0;
	padding: 0;
	border: none;
	display:block;
	background: url(../../themes/tobypitman/images/send.png);
	text-indent: -9999px;
}
#contactform input.hiddenfield {
	background:transparent;
	border:none;
	padding:0px;
	margin:0px;
}



