@charset "utf-8";

/* Content */

.mastpix {
	margin: 0px;
	padding: 0px;
}

#content 
{
    position:relative;
	padding: 30px 10px 70px 40px;
	background: url(../../images/Style3/mcr2009/home/bg-content.jpg) top left no-repeat;
	height: auto;
	width:928px;
	_width:978px;
	background-color:#1b1b1b;
}

.maincontent {
	float: left;
	font-weight: normal;
	color: #fff;
	width: 930px;
	font-size:14px;
	line-height: 20px;
}

.loginmaincontent {
	float: left;
	font-weight: normal;
	color: #fff;
	width: 600px;
	font-size:14px;
	line-height: 20px;
}

.maincontent h2 {
	font-weight: normal;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 28px;
}


/* right column module */

.subContent {
	float: right;
	width: 206px;
	margin-right:40px;
}

.subContent .module {
	float: left;
	width: 193px;
	background: transparent url(../../images/Style3/mcr2009/home/login-background.jpg) top left no-repeat;
	padding: 17px 0px 13px 13px;
}

.subContent .module h3 {
	font-size: 13px;
	font-weight: bold;
}

.subContent .module p {
	font-size: 11px;
	font-weight: normal;
	margin: 4px 0px;
}

.subContent .module input {
	border:#9baebd 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	width:170px;
}

.subContent .module a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	text-decoration:none;
}

.subContent .module a:hover {
	color:#fff;
	text-decoration:underline;
}

.subContent .modulelink  {
	float: left;
	width: 206px;
	padding: 0px;
	margin-top: 10px;
}

.loginError
{
    color:Yellow;
    font-size:11px;
    padding:4px 0 0 0;
}