@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	
}
#login_form{
	margin:auto;
}

#logintop{
	background-image:url(../images/logintop.png);
	background-repeat:no-repeat;
	width:403px;
	height:86px;
	margin:auto;
	margin-top:125px; 
	
}
#loginbottom{
	background-image:url(../images/loginbottom.png);
	width:403px;
	height:165px;
	background-repeat:no-repeat;
	margin:auto;
	padding-top:20px;
	
}
#login_form input{
	background-image:url(../images/input.png);
	width:129px;
	height:18px;
	border:none;
	border: 0 none;
        float: left;
        margin-bottom: 10px;
        margin-top: 5px;
}
#login_form span{
        color: #995b23;
        float: left;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 8px;
        padding-left: 90px;
        text-align: left;
        text-transform: uppercase;
        width: 100px;
        font-family:Arial, Helvetica, sans-serif;
}
#loginButton{
        background-image: url("../images/loginbtn.png") !important;
        float: left;
        height: 16px !important;
        margin-left: 254px;
        width: 65px !important;
}    