
@charset "utf-8";

BODY {
	background: #000;
	background: #14030A url("../images/general/body-bg.jpg") no-repeat scroll 50% top;
	margin: 0;
	padding: 0;
}BODY, TH, TD {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000;
}
TH {
	font-weight: bold;
}
FORM {
	margin: 0;
	padding: 0;
}
A {
	color: #00f;
	text-decoration: none
}
A:visited {
	color: #008;
}
A:hover {
	color: #f00;
	text-decoration: underline;
}
A IMG {
	border: none;
}

#MainContainer {
	width: 320px;
	margin: 0 auto 10px auto;
}
#Center {
	
}
#Center H1 {
	height: 100px;
	margin: 0;
	padding: 0;
	position:relative;
	z-index:10 !important;
}
#Center H1 IMG {
	position:absolute;
	top:5px;
	left:15px;
}
#LoginBlock {
	width: 300px;
	height: 275px;
	background:#1e1e1e;
	position: relative;
	border-radius:5px;
}
#TopLinks {
	background: #121212;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	border-radius: 5px 5px 0 0;
}
#TopLinks P {
	font: normal 10px/40px Verdana, Geneva, sans-serif;
	color: #fff;
	text-align: right;
	height: 40px;
	margin: 0 15px 0 0;
	padding: 0;
}
#TopLinks P A {
	color: #B5A641;
}
#LoginBlock LABEL {
	height: 40px;
	position: absolute;
}
#LoginBlock INPUT {
	margin: 0;
	padding: 0;
}
#LoginBlock LABEL#FieldUsername,
#LoginBlock LABEL#FieldPassword {
	background: #FFF url('/images/mobile/icons.png') no-repeat;
	width: 240px;
	top: 60px;
	left: 30px;
	border-radius:10px;
}
#LoginBlock LABEL#FieldPassword {
	top: 102px;
}
#LoginBlock INPUT[type='text'],
#LoginBlock INPUT[type='password'] {
	background: #151515;
	font: normal 14px/50px Arial, Helvetica, sans-serif;
	color: #959595;
	text-align: center;
	width: 240px;
	height: 40px;
	border:none;
	border-radius:5px 5px 0 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#LoginBlock INPUT[type='password'] {
	border-radius: 0 0 5px 5px;
	border-top:1px solid #1e1e1e;
	border-bottom:1px solid #3b3b3b;
}
#LoginBlock LABEL#FieldSubmit {
	background: #1C6321 url('/images/mobile/icons.png') 195px top no-repeat;
	width: 240px;
	top: 160px;
	left: 30px;
	border-radius:5px;
}
#LoginBlock INPUT[type='submit'] {
	background: #2E8934;
	font: bold 14px/40px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	width: 195px;
	height: 40px;
	border: none;
	border-radius:5px 0 0 5px;
}

#LoginBlock LABEL#LinkAgent {
	background: #1D2D3F url('/images/mobile/icons.png') 195px -55px no-repeat;
	width: 240px;
	top: 210px;
	left: 30px;
	border-radius:5px;
}
#LoginBlock LABEL#LinkAgent A {
	background: #2E3B4A;
	font: bold 14px/40px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 195px;
	height: 40px;
	display: block;
	border-radius:5px 0 0 5px;
}

/* Other Universal Definitions*/
.end-float {
	clear: both;
}
.important {
	color: #e80000;
}

@media (min-width:768px){ #loginM{display:none}}
@media (max-width:767px){#loginD{display:none}}
