#contact_form { 
	margin: 0;
}

form fieldset { 
	font-family: "Calibri", Tahoma, serif; 
	width: 380px; 
	position: relative;
	border: 0;
	display: block; 
	padding: 0px 10px 8px; 
}


label {  
	font-size: 150%;
	display: block; 
	float: left; 
	text-align: right;
	color: #FFFFFF; 
	padding: 8px 0px; 
}

label.error { 
font-weight: normal;
color: red;
text-align: center;
padding-bottom: 5px;
}

input.text-input { 
margin:4px;
padding:2px 0; 
}

label#name_label      { position:absolute; top:0; left:0; }
input#name            { position:absolute; top:0; left:110px; }
label#name_error      { position:absolute; top:22px; left:120px; }

label#email_label     { position:absolute; top:45px; left:0px; }
input#email           { position:absolute; top:45px; left:110px; }
label#email_error     { position:absolute; top:67px; left:120px; }

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

input#phone           {
	position:absolute;
	top:90px;
	left:110px;
	height: 86px;
}

label#phone_error     {
	position:absolute;
	top:173px;
	left:120px;
}

input.button {
	position:absolute;
	top:186px;
	left:120px;
	padding:3px 6px;
	border: 1px solid #DADADA;
	margin:20px 0px 0px 0px;
	color:#DADADA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
}

input.button:hover { 
	background:  #666666;
	color: white; 
}

#message { 
	width:380px; 
}

#message h2	{ 
	font-size:150%;
	color:white; 
}

#message p { 
	color:white;
	margin:6px 0px; 
}

