/* Contact styles */

#contact_content_wrapper{
	width:866px;
	height:340px;
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:15px;
	padding-top:20px;
}
#contact_form{
	width:460px;
	height:200px;
	display:block;
	position:absolute;
	top:50px;
	left:12px;
}
#name_label{
	width:47px;
	height:16px;
	background-image:url(/img/contact/name_label.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:2px;
}
#email_label{
	width:139px;
	height:16px;
	background-image:url(../img/contact/email_label.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:48px;
}
#message_label{
	width:85px;
	height:20px;
	background-image:url(../img/contact/message_label.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:92px;
}
.input_text{
	/*border:3px solid #000000;*/
	background-color:#EFEAE3;
	border:none;
}
#name_wrapper{
	background-image:url(/img/contact/input_small_bg.gif);
	background-repeat:no-repeat;
	display:block;
	width:247px;
	height:32px;
	position:absolute;
	top:0px;
	left:171px;
}
#email_wrapper{
	background-image:url(/img/contact/input_small_bg.gif);
	background-repeat:no-repeat;
	display:block;
	width:247px;
	height:32px;
	position:absolute;
	top:39px;
	left:171px;
}
#message_wrapper{
	background-image:url(/img/contact/input_large_bg.gif);
	background-repeat:no-repeat;
	display:block;
	width:247px;
	height:80px;
	position:absolute;
	top:76px;
	left:172px;
}
#name_input{
	position:relative;
	top:7px;
	left:10px;
	height:16px;
	width:225px;
}
#email_input{
	position:relative;
	top:7px;
	left:10px;
	height:16px;
	width:230px;
}
#message_input{
	position:relative;
	top:8px;
	left:7px;
	height:64px;
	width:233px;
}
#return_message{
	position:absolute;
	left:12px;
	top:265px;
	width:460px;
	height:50px;
	font-size:140%;
	font-weight:bold;
	text-align:center;
}
.error{
	color:#FF3333;
}
.success{
	color:#00FF66;
}
#submit{
	width:87px;
	height:37px;
	display:block;
	position:absolute;
	bottom:1px;
	right:37px;
}
#contact_pad{
	width:392px;
	height:354px;
	display:block;
	position:absolute;
	bottom:-9px;
	left:474px;
	background-image:url(/img/contact/contact_pad.gif);
	background-repeat:no-repeat;
}