@charset "UTF-8";
/**
 * BMS Sytem 1.5 Beta by Bytestoppers.de 2009
 *
 *
 * @copyright       Copyright 2009, Bytestoppers 
 * @link            http://www.bytestoppers.de
 * @version         AH 1.0
 *
 *
 */
#login {
	position:absolute;
	left: 6px;
	top: 103px;
	width: 382px;
}
#logoff {
	position:absolute;
	left: 10px;
	top: 10px;
	width: 382px;
}
#logoff a {color:#F00;}

ul.formBlock { margin-right:10px;}
#form li { margin:5px 0 0 0}
#form li label { float:left; width:40px; height:25px; color:#FFF; text-transform:uppercase; line-height:25px; font-weight:bold;}
#form li input { width:115px; height:18px; background-color:#e31921; border:0; padding:2px 10px 0 25px; color:#FFF;}
#form li input#form_submit { width:78px; margin-left:10px; height:23px; background:url(../images/button/small_but_red.png); color:#FFF; cursor:pointer; padding:7px 0 0 0; text-align:center;}
#form li input#username { background-image:url(../images/icons/user.png); background-repeat:no-repeat;}
#form li input#password { background-image: url(../images/icons/pass.png); background-repeat:no-repeat;}
