#form{
	
	float:left;
	width:450px;
	
	
}
#username,
#email,
#subject{
	/*width:420px;
	height:40px;*/
	
	border:#e6e6e6 2px solid;

	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;

	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
}
#verif_box{
	/*width:220px;
	height:40px;*/
	
	border:#e6e6e6 2px solid;

	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;

	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
}
#my_message{
	/*width:420px;
	height:97px;*/
	
	border:#e6e6e6 2px solid;

	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;

	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
}
.contact_note{
	
	/*color: #666;*/
	text-align:left;
	/*font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:1px 1px 1px #fff;*/
	/*padding-top:10px;*/
}
/*#sub{
	display:inline-block;
	padding:5px 15px;
	background:#F3733C;
	border:none;
	border-radius:2px;
	color:#FFF;
	font-size:110%;
	text-shadow:none;
	text-decoration:none;
}*/
.code{
	color:#D06327;
}
/*#sub:hover{
	background:#c65330;	
}*/
.nameerror, 
.emailerror,
.messageerror,
.suberror{
	font-weight: normal;
	color:#D06327;
	font-style:italic;
	/*font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:1px 1px 1px #fff;*/
}
.send{
	font-weight: normal;
	color:#D06327;
	/*font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:1px 1px 1px #fff;*/
}

