#bg_img
{
    background-image:url(../images/login_bg.png);
    
    background-repeat:no-repeat;
    background-position:center;
    width:642px; 
    height:390px;
     margin: 0 auto;
  
    
}

#wraper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
	  min-height:100%;
	  padding-top:15%

      
   }
#content_pos
{
  padding-top:150px;
padding-left:355px;


    
   
   
    
}

INPUT.user_name 
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position:relative;    
    color: #666;
    width:250px;
    height:40px;
    line-height:35px;  
    background:none;
    padding-left:30px;
    font-size:13px;
    font-family:arial,sans-serif;  
    outline:none;
    top: -12px;
    left: 18px;
}
INPUT.pass_word
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position:relative; 
    color: #666;
    width:250px;
    height:30px;
    line-height:30px;  
    background:none; 
    padding-left:35px;
    font-size:13px;
    font-family:arial,sans-serif;  
    outline:none;
    top: -12px;
    left: 13px;
    
}
 INPUT#login_btn
{
    display:block;
    width:69px;
    height:33px;
    padding:5px 0px 0px 0px;
    border:0px;
    background-image:url(../Images/login_butt.png);
    background-repeat:no-repeat;
   cursor:pointer
    
}
a.forget_btn
{
    display:block;
    color:black;
    text-decoration:none;
    font-family:sans-serif,Arial, Helvetica;
    font-size:12px;    
    margin:15px 10px 0px 15px;
    padding-left:15px;
    background-image:url(../Images/forgot_icon.png);
    background-repeat:no-repeat;
    background-position:1px;
    cursor:pointer;
    text-shadow: 2px 2px #f1fbfe;
}
p
{
   
    font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
