/*
   Contact Form with Javascript, PHP, CSS and Font File
   Script By: Rakesh Daila
   http://websitedesignhelp.orgfree.com © 2012
   Website: http://websitedesignhelp.orgfree.com/contact_form
   Download Full Script at http://websitedesignhelp.orgfree.com/contact_form
   Date Tuesday, 06 November 2012 at 11:15 AM UTC +05:30


   The Owner has copyright of this program, you can't redistribute it and/or
   modify it without prior permission of owner.
*/

.box {
	background: #ffffff no-repeat scroll 0% 90% ;
	width: 565px;
	
  margin:0px 0px; 
  padding:30px 20px 30px 20px; 
  border:1px solid #000000; 
  -moz-border-radius:6px; 
  -webkit-border-radius:6px; 
  border-radius:6px; 
  box-shadow: 5px 5px 5px #CCCCCC;

}



#content{
	padding: 0 10px 10px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #0080ff;
}
#content label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
	font-family:Calibri;
	font-size:15px;
}
#content input{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: calibri, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	border: 1px solid #cecece;
	font-style:italic;
}
#content input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#content textarea{
	width: 550px;
	height: 120px;
	padding: 6px;
	color: #0080ff;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 15px;
	border: 1px solid #cecece;
}
#content textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#content div{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#content div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 15px;
	font-style: italic;
}
#content div span.error{
	color: #e46c6e;
}
#content #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	width:80px;
	border-radius:4px;
	content-shadow: 5px 5px 5px #CCCCCC;
	border:1px solid #79a7f1;
}
#content #send:hover{
	background: #79a7f1;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 15px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
