/***************************************** LOGIN CSS */

body {
	background-color: #FFDC00;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #fff;	
}
a 
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover 
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}
	
#LoginSkeleton 
{
	display: block;
	position: relative;
	width: 781px;
	height: 200px;
	padding: 0;
	margin: 10px 0 0 0;
	margin-left: auto !important;
	margin-right: auto !important;
	background: url(../img/login_bg.gif) left top no-repeat;
	text-align: left;
}

#LoginSkeleton:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#LoginSkeleton form
{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}


#LoginBox {
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	width: 500px;
	height: auto;
	background: transparent;
	top: 25px;
	left: 220px;
	font-weight: bold;
}

#LoginBox:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.LoginInput {
	position: relative;
	margin: 0 0 3px 0;
	width:  200px;
	height: 20px;
	border: 2px solid #EE4D50;
	background: transparent;
	color: #fff;

}


.LoginTitle {
	display: block;
	position: relative;
	padding: 0 0 5px 0;
	margin: 0;	
	font-weight: bold;
	font-size: 18px;
}

.LoginTitle:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#LoginButton {
	display: inline;
	position: relative;
	width: 70px;	
	margin: 5px 0 0 0;
	padding: 0;
	color: #E70006;
	background: #fff url(../img/login_button_bg.gif) repeat-x left bottom;
	border: 1px solid #FBD3D4;
	font-weight: bold;
}



#LoginInfo {
	display: block;
	position: relative;
	width: 781px;
	height: 20px;
	padding: 0;
	margin: 80px 0 0 0;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	font-weight: bold;
	color: #E70006;
}

#LoginInfo:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}



#SALink 
{
	display: block;
	position: absolute;
	height: 20px;
	width: 200px;
	bottom: 20px;
	left: 20px;
	color: #E70006;
	}

#PWforget {
    visibility:visible!important;
    display:block!important;
    position:absolute;
    width:300px;
    height:30px;
	top: 290px;
	left: 230px;
	padding:0;
	margin:0;
}

#LoginMessage
{
    margin-left: 7px!important;
    color: #FFF!important;
}