/* CONTACT US  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
p#p_email_error_msg
{
	color:	#f00;
}

label.lbl_contactus
{
	width:         150px;
	border:        0px #00f dotted;
	display:       block;
	float:         left; 
	line-height:   22px;
	text-align:    left;
	padding-left:  12px;
}
input.input_contactus
{
	width: 350px;
}
textarea#msg
{
	width:  350px;
	height: 186px;
}
/*
span.email_error
{
	color:        #f00;
	padding-left: 20px;
}
*/
input#btn_submit_email
{
	margin-bottom: 3px;
	background:    #fff;
	color:		   #000;
	border:        02px #636363 solid;
}
input#btn_submit_email:hover
{
	margin-bottom: 3px;
	background:    #b1b1b1;
	color:		   #000;
	border:        02px #a6a6a6 solid;
}
