/* @group Header */

#header {
	position: relative;
	height: 100px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 0px;
	float: right;
}

#tag {
	position: absolute;
	top: 40px;
	right: 0px;
	float: right;
}

#homegallery, #signin {
	height: 260px;
	overflow: hidden;
}

#homegallery {
	width: 620px;
}

#signin .inner {
	padding:15px 25px;
}

#signin a {
	text-decoration:underline;
}

/* @end */

/* @group Home Content */

#numbers .c, #promoContent .c {
	border-bottom: 1px solid #dbdbdb;	
}

#numbers .c {
	padding: 10px 0;
}

#numbers {
	font-size: 120%;
}

#numbers ul, #numbers li {
	float: left;
}

#numbers li {
	margin-right: 20px;	
}

#moreInfo {
	font-weight: normal;
	margin-top: 0.75em;
}

 

/* @end */

/* @group Login */
	
#loginForm input.text {
	width: 98%;
}

#loginBtn {
	float:left;
}

#forgot {
	float:right;
	font-size:90%;
	margin-top:1em;
}


/* @end */


/* @group Password Form */

#passwordForm label {
	display:block;
}

#passwordForm input.text {
	width:200px;
	float:left;
	margin:2px 10px 0 0;
}


/* @end */




/* @group Message */

#msg {
	height:20px;
	text-align:center;
}

#message_logs, #msg {
	font-weight:bold;
}

#msg .check, #message_logs .check {
	background: #212121;
}

#msg .check, #msg .check *{
	color:#fff;
}

#msg .fine, #message_logs .fine {
	background: #fffabe;
}

#msg .warn, #message_logs .warn {
	background: #f7c022;
}

#msg .error, #message_logs .error, .errorMessage {
	background: #b72000;
	color: #fff;
}

.errorMessage {
	padding:2px;
}

#msg span{
	padding:2px 0px;
	display:block;
}

#msg a{
	color:blue;
	text-decoration:underline;
}

#message_logs ul, #message_logs li {
	float:left;
	width:100%;
}

.errorSummary li {
	color:#b72000;
}

#message_logs .uName {
	/*float:left;
	width:120px;*/
}



/* @end */

/* @group Contact */

#contactPage #signin {
	height:auto;
}


/* @end */
