@charset "utf-8";
/* CSS Document */
@import url("/css/style-main.css");

body {
	background: #000000 url(/images/skins/skin-login-default2.jpg) no-repeat top center;
}
/* Login */
.content-body {background: none!important;}
.login-content {
	margin: 85px auto 180px auto;
	width: 357px;
	text-align: left;
	color: #550000;
	padding: 20px;
}
.login-btn {
	background: url(/images/buttons/btn-login-red.gif) no-repeat top center;
	display: block;
	font-size: 0px;
	width: 180px;
	height: 47px;
	border: none;
}
.create-btn {
	background: url(/images/buttons/btn-create-red.gif) no-repeat top center;
	display: block;
	padding-top: -100px;
	font-size: 0px;
	width: 165px;
	height: 33px;
	border: none;
	text-indent: -777em; width: FOO;
}
input, select { border: 1px solid #550000; color: #222222}
label {width: 55px; display: block; float: left; text-align: right;}
.forgot {margin-left: 100px; font-size: 10px; line-height: 20px;}
input.noborder {border: none;}

a:link, a:visited {color: #550000;}
a:hover {color: #553000;}

.errorMsg {
	color: #FFFFFF!important;
}
.account { padding: 3px; }
