@charset "utf-8";
/* CSS Document */
@import "reset.css";
html, body {font: normal 12px tahoma, arial, verdana, sans-serif;height:100%;overflow:hidden;}
/*background: #D3D1A1 url(../img/wall.jpg) repeat-x*/


.clear{ clear:both;}
.fleft{ float:left}
.fright{ float:right}

div#topbar{ background:url(../img/topimg.gif) repeat-x; height:50px; width:100%;}
div#topbar p{padding:10px 0 0 20px;}
div#topbar p a{font:12px tahoma,arial, verdana, sans-serif; color:#999;}
div#topbar p a:hover{color:#666}
div#bottombar{ position:absolute; background:url(../img/bottomimg.gif) repeat-x; height:20px; bottom:0; width:100%;}
div#container{ background: url(../img/centerpic.jpg) no-repeat ; margin-left:auto;margin-right:auto; text-align:center; width:618px; height:441px;}

div#loginform {position:relative;float:left;color: #999999; font-size: 11px; margin: 2px 2px 0 0; width:100%;}
div#loginform div {padding-left:4px;}
div#loginform input {color: #333;background-color: #FBFBFB;border: 1px solid #999;width:100px;color: #999999; font-size: 10px; }
div#loginform input.btn{position:relative; border:0; background:none; width:30px;}
.error {position:relative;color:Maroon; font-size: 11px; float:right; margin-top:-10px;}
