/* BEGIN: General Formatting */
p.red, p.smalltype { color: red; }

.ERR { color: #f00; }
/* END: General Formatting */


/* BEGIN: Form Lable */
div#form_label table { border: 1px solid #fff; }

div#form_label {
	clear: both;
	margin: 10px auto 15px;
}

div#form_label form { margin: 0px; }

div#form_label table { 
	margin: 0 auto;
	line-height: 2em;
}
	
div#form_label  td {
	padding: 4px;
	background: #fff;
	width: 350px;
}

div#form_label  th {
	font-weight: bold;
	text-align: left;
	padding: 4px;
	background-color: #fff;
	vertical-align: top;
}

div#form_label .Submit {
	background: #fff;
	text-align: center;
}

div#form_label .SmallType {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}

form#form input#subject, 
input#email;s,
input#name { width:340px;}

textarea#message {	
	width: 340px; 
	height: 120px; 
	font-size: 12px; 
}

/* END: Form Label */
