#main {font-family:Verdana; color:#eeeeee; margin:0px auto; width:766px; font-size: 9pt; background:#2F2F2F}

#container {padding-top: 4px}
#footer {background:#272926; padding: 18px; text-align: center; color: #5C5C5C; border-top: 1px solid #2B2B2B;}
.grey-box {background:#4C4C4C; padding: 15px;}
.box {padding: 15px;}
.contact-form td {margin-top: 10px; padding: 4px 10px 0px 4px; border: 0px solid #ffffff;}

.green {color:#D7F008}
.green h3 {font-size: 11pt;}
.green a {color:#D7F008; text-decoration:none}
.green a:hover {color:#D7F008; text-decoration:underline}

.tech-ul {list-style:square}
.tech-ul li {margin: 8px 20px;}

#contact_form { 
	width:400px; 
	height:200px; 
    position:relative; 
}

form fieldset { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.2em;
	margin:0px 0px 20px 0px; 
	position:relative;
	border:0;
	display:block; 
	padding: 0px 10px 8px; 
}
form fieldset legend { 
	border-width:1px; 
	border-style:solid; 
	border-color:#eeeeee; 
	color:#3D7169;
	font-weight:bold; 
	font-variant:small-caps; 
	font-size:140%; 
	padding:4px 8px;
	margin:0px 0px 10px 0px; 
	position:relative; top: -12px; background:white; 
}

label { 
	font-size:90%; 
	display:block; 
	float:left; 
	width:100px; 
	/*text-align:right;*/
	margin:.2em .2em 0 0;
	color:#eeeeee; 
	font-weight:bold;
	padding:8px 0px; 
}

label.error { 
	font-weight:normal;
	color:red;
	text-align:	left;
	width:200px; 
	padding-left:25px;
    background: transparent url(/images/cancel.png) no-repeat scroll left; 
}

input.text-input { 
	margin:4px;
	padding:4px 2px;
	color:#333;
	border: none; 
}

label#name_label { 
	position:absolute; 
	top:0; 
	left:10px; 
}

input#name { 
	position:absolute; 
	top:0; 
	left:100px; 
}

label#name_error { 
	position:absolute; 
	top:22px; 
	left:120px; 
}

label#email_label { 
	position:absolute; 
	top:45px; 
	left:10px; 
}

input#email { 
	position:absolute; 
	top:45px; 
	left:100px; 
}

label#email_error  { 
	position:absolute; 
	top:67px; 
	left:120px; 
}

label#phone_label { 
	position:absolute; 
	top:90px; 
	left:10px; 
}

input#phone { 
	position:absolute; 
	top:90px; 
	left:100px; 
}

label#phone_error { 
	position:absolute; 
	top:112px; 
	left:120px; 
}

input.button { 
	position:absolute;
	top:125px; 
	left:100px; 
	padding:3px 6px;	
	border:2px solid #fff;
	margin:20px 0px 0px 0px; 
	color:#1CA9D6; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#CCC; -moz-border-radius:5px; 
	width:220px;
}

input.button:hover	{ 
	background:#1CA9D6 none repeat scroll 0% 0%; 
	color:white; 
}

#message { 
	width:180px;
	margin:60px 0 0 100px; 
}
#message h2	{ 
	font-size:150%;
	color:white; 
}
#message p {
	color:white;
	font-weight:bold;
	margin:6px 0px; 
}
#checkmark { 
	position:relative;
	top:-46px;left:-60px; 
}