Body {
	background-color: #e10300;
	background-image: url(/images/login-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#logincontainer {
	width: 379px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(/images/logbox-bg.gif);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #575757;
}
#logintop {
	height: 13px;
	background-image: url(/images/logbox-top.gif);
	background-repeat: no-repeat;
	background-color: #405FA0;
}
#loginfooter {
	background-image: url(/images/logbox-bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:180px;
	overflow:hidden;
	height:expression(
    this.scrollHeight < 180? "180px" : "auto" );
	padding: 0px 15px 15px;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

/*	-------------------------------------------------------------
	Forms
*/


#logincontainer fieldset {
	border: none;
	margin: 0px auto;
	padding: 15px 0px 0px;
	width: 300px;
}

#logincontainer fieldset input.button {
	border: 1px solid #BFBFBF;
	color: #545454;
	font: 11px Arial,Helvetica,sans-serif;
	margin-bottom: 4px;
	text-align: center;
	background-color: #E7E7E7;
	height:19px;
	margin-left: 70px;
}

#logincontainer fieldset input.button:hover{
	background-color: #FFFFFF;
}

#logincontainer fieldset input.text{
	border: 1px solid #D8D8D8;
	color: #3B3B3B;
	margin-bottom: 3px;
	width: 170px;
	background-color: #FFFFFF;
	height:15px;
}

#logincontainer fieldset input.text:focus{
	background-color: #E10300;
	color:#fff;
}

#logincontainer fieldset label{
	color: #787878;
	float: left;
	width: 70px;
}
