
body{


position:relative;
background-image: url("../images/BG.jpg");
}
#wrapper{
 
    
    height: 221px;
    margin-left: 450px;
    margin-top: 125px;
    text-align: center;
    width: 370px;
}
#wrappermiddle{
background: url("../images/wrapper_middle.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
height: 240px;
}
#wrappertop{
  background: url("../images/wrapper_top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 22px;
}
#wrapperbottom{
background: url("../images/wrapper_bottom.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 22px;
}

#user input{
	    height: 40px;
    margin-left: -10px;
    margin-top: 15px;
    width: 298px;
 /*padding-bottom: 21px;*/
}
#pass input{
    height: 40px;
    margin-left: -10px;
   margin-top: 20px;
    width: 298px;

}
#submit_btn{
  background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../images/submit.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 0 none;
    height: 42px;
    margin-top: 23px;
    width: 303px;
	 margin-left: -7px;
}