.login_top {
	clear:left;
	margin: 0;
	padding:0;
	width:100%;
	height:40px;
    background: url(../../img/login/top.gif) repeat-x;
}
.login_top_left {
	display:inline;
	width:11px;
	float:left;
	margin:0;
	height:40px;
	background: url(../../img/login/top_left.gif) left top no-repeat;
}
.login_top_right {
	display:inline;
	clear:none;
	width:11px;
	float:right;
	margin:0;
	height:40px;
	background: url(../../img/login/top_right.gif) right top no-repeat;

}
.login_bottom {
	clear:left;
	border:none;
	margin: 0;
	padding:0;
	width:100%;
	height:80px;
	background-color:#f5f5f5;
    background: url(../../img/login/bottom.gif) repeat-x;
}
.leftbottomlogo {
	width:11px;
	float:left;
	margin:0;
	height:80px;
	background: url(../../img/login/bottom_left.gif) left top no-repeat;
	margin-top: 0px;
}
.rightbottomlogo {
	clear:none;
	width:11px;
	float:right;
	margin:0;
	height:80px;
	background: url(../../img/login/bottom_right.gif) right top no-repeat;
	margin-top: 0px;
}
#login {
	padding:5% 19% 10% 19%;
}
form.login_form {
	background-color: #fff;
}
fieldset.login{
	border: 0px solid;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div.login{
	border: 1px solid red;
	width: 500px;	
}
fieldset.login label{
	float: left;
	clear: left;
	font-weight:bold;
	width: 200px; 
	text-align:right;
	padding-top: 5px; 
}
fieldset.login input {
	margin: 4px 8px;
	padding: 1px 2px;
	height: 17px;
	border: 1px solid #000;
	font-size: 11px;
	display: block;
	float: left;
	clear: right;
	width: 150px; 
}
fieldset.login a {
	display: block;
	clear: left;
	margin-top: 10px;
	margin-left: 268px;
	margin-right: 100px;
}
p.text_login_top {
	font-weight: normal;
	color: #000 !important;
	clear: left;
	margin: 0;
	padding: 0px 0px 15px 5px;
	font-size: 10px;
	text-align: left;
}
p.text_login_bottom {
	font-weight: normal;
	color: #000 !important;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	padding-top: 18px !important;
	padding-top: 20px;
	text-align: left;
	float: left;
	display: inline;
	font-size: 80%;
	width: 90%;
}
div.login_top h3 {
	font-size: 120%;
	font-weight: bold;
	display: inline;
	float: left;
	padding: 20px 0px 0px 0px;
	color: #b5ccc9;
}
div.login_error div.login_top h3 {
	font-size: 120%;
	color: #f00;
}

/* buttons */
a.input_button {
	display: inline-block;
	text-align: center; 
	width: 96px;
	height: 20px;
	background: url(../../img/gui/button.png) no-repeat 0 0;
	margin: 0px 3px;
	line-height: 18px;
}
/* mozilla */
html:not([input_button]) a.input_button { 
	display: -moz-inline-box;
	-moz-box-align: center;
	-moz-box-pack: center;
}
a.input_button:hover {
	background-position: 0 -20px;
}

