/* FORM STYLING */

form p {line-height:.5em;}

input[type="text"] {
	background-color: #999;
	color: #fff;
	border: 0px;
	padding: 2px 2px 2px 4px;
	}
			
input[type="submit"] {
	text-align:center;
	}
	
input:focus {background-color:#666;}

#signature {text-align:right;}

/* Label style for labels. */
label {
	font-size:10px;
	font-family: Verdana;
	font-weight:bold;
	line-height:1.2em;
	}

/* Color of marker (*) that denotes required field. */
.required {
	font-size:9px;
	color:#9e3039;
	}

/* Style for error messages on contact.php */
.jsvalidation {
	padding-left:5px;
	color:#9e3039;
	font-size:11px;
	}

/* Success Message */
#success_message {
	color:#9e3039;
	}


