#mainform{
width:960px;
margin:20px auto;
padding-top:20px;
font-family:Verdana, Geneva, sans-serif;
display:block;
}
h2{
margin-left: 65px;
font-family:Verdana, Geneva, sans-serif !important;

}
h3{
font-size:18px;
text-align:center;
font-family:Verdana, Geneva, sans-serif !important;

}
#onclick{
	display:none;

	background:none;

	width:252px;

	height:57px;
}

#onclick2{
	display:none;
	
	background:none;

	width:252px;

	height:57px;
}

#onclick:hover {
 cursor:pointer;
}
b{
font-size:18px;
text-shadow:1px 0px 3px gray;
}
#popup{
padding-top:80px;
}
.form{
border-radius:2px;
padding:20px 30px;

font-size:14px;
font-weight:bold;

margin:20px 250px 0 35px;
float:left;
}
input{
width:100%;
height:25px;
margin-top:5px;
margin-bottom:5px;
border:1px solid #999;
border-radius:3px;
padding:5px;
}
input[type=button]{
background-color:#367db2;
border:1px solid white;
font-family:Verdana, Geneva, sans-serif !important;
font-Weight:bold;
font-size:12px;
color:white;
width:49%;
height:35px;
}

input[type=button]:hover {
 cursor:pointer;
}
textarea{
width:100%;
height:50px;
margin-top:5px;
border-radius:3px;
padding:5px;
resize:none;
}
#contactdiv{
opacity:0.92;
position: absolute;
position:fixed;
top: 0px;
left: 0px;
height: 100%;
width: 100%;

display: none;
}
#logindiv{
opacity:0.92;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: #000;
display: none;
}
@media screen and (max-width: 767px) {
  
#onclick2{ margin:auto !important;
margin-top:20px !important;
margin-bottom:20px !important;
}

#contact {
	
	top:50% !important;
}

}



@media screen and (max-width: 767px) {
  
#login,#contact{ 
width:100% !important;
}
#contact {
	left:0 !important;
	top:70% ;
}
#contactdiv {
	padding:0 20px 0 20px !important;
}
}
#login,#contact{
width:50% ;
margin:0px;
font-size:12px;
background-color:white;
font-family:Verdana, Geneva, sans-serif;
font-weight:normal;
position: relative;
border: 10px solid #89ccff;
margin:auto;
}
.img{
float: right;
margin-top: -35px;
margin-right: -37px;
}

.img:hover {
 cursor:pointer;
}
#contact{
left: 25%;
top: 50%;
margin:auto;
margin-top:-255px;
}
#login{
left: 50%;
top: 50%;
margin-left:-210px;
margin-top:-158px;
}
