/* Below line is used for online Google font */
/* All fonts are in every page so don't need this. Either/Or.
@import url(https://fonts.googleapis.com/css?family=Verdana);
*/
h2
{
background-color: rgb(225, 225, 255);
padding: 15px 35px;
margin: -10px -50px;
text-align:center;
border-radius: 10px 10px 0 0;
}
hr
{
margin: 10px -50px;
border: 0;
border-top: 1px solid #ccc;
}
error, span
{
color:red;
}
div.container1
{
width: 960px;
height: 610px;
margin:35px auto;
font-family: 'Verdana', sans-serif;
}
div.main
{
width: 350px;
padding: 10px 50px 30px;
border: 2px solid gray;
border-radius: 10px;
font-family: Verdana;
float:left;
}
input[type=text],textarea
{
width: 97.7%;
height: 34px;
padding-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
border: 2px solid rgb(225, 225, 255);
color: #4f4f4f;
font-size: 16px;
border-radius: 5px;
}
textarea
{
resize:none;
height:80px;
}
label
{
color: #464646;
text-shadow: 0 1px 0 #fff;
font-size: 14px;
font-weight: bold;
}
.submit
{
	padding: 10px;
	text-align: center;
	font-size: 18px;
	background: rgb(225, 225, 255) ;
	border: 2px solid #e5a900;
	color: black;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 0px 1px 0px #13506D;
	width: 50%;
	border-radius: 5px;
	margin-bottom: 15px;;
}
.submit:hover
{
background: red;
color: white;
}
/* stop spammers */
.e-mail:before {
    content: attr(data-website) "\0040" attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl;
	color: black;
}