﻿*[placeholder]
{
 font-size:16px;	
}
body
{
 background-image:url(../images/bg.jpeg);
 background-attachment:fixed;	
 padding-top:50px;
}

.contain
{
background-image:url(../images/headbg.png);

 background-repeat:no-repeat;
 height:400px;
 position:relative;
 width:359px;

}
.tophead
{
 background-image:url(../images/1.jpg);
 background-repeat:no-repeat;
 background-position:center top;
 position:absolute;
 top:-10px;
 height:51px;	
 width:100%;
 text-align:center;
 color:White;
 line-height:51px;
 
 font-size:28px;
}

.logodiv
{
 position:relative;
 padding-top:50px;
 padding-bottom:25px;
 border-bottom:solid gray 1px;
}
.outer
{
 border-left:solid #DCDCDC 1px;
 background-color:White;
 border-right:solid #DCDCDC 1px;	
}
.heading
{
 color:#666;
 font-family:Calibri;
 font-size:20px;	
 line-height:34px;
}

.loginbtn
{
 background-color: #418BCA;
 width:100%;
 color:White;
 padding:10px 0px;
 outline:0px;
 border:none;	
}