/******************************* the login box ************************************************/
#div_modal_window{
	width:465px;
}
.logbox {
	width:345px;
	height:220px;
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	line-height: 18px;
	padding-top: 26px;
	padding-right: 45px;
	padding-bottom: 35px;
	padding-left: 40px;
	background-image: url(../images/logbox.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#content_guts{
	width:850px;
	min-height:350px;
}

.logbox p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.emailinpt {
	background: url(../images/emailaddress.gif) no-repeat center top;
	height: 22px;
	width: 320px;
	border: 1px solid #424242;
	font-family: Tahoma;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 6px;
}
.pasd {
	background-image: url(../images/password.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	height: 22px;
	width: 124px;
	border: 1px solid #424242;
	font-family: Tahoma;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 6px;
}
.tabb {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.fogpwd {
	background-image: url(../images/fogpwd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	height: 21px;
	width: 127px;
	display: block;
	float: left;
	margin-top: 10px;
}
.fogpwd:hover {
	background-image: url(../images/fogpwd-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.continue {
	background-image: url(../images/continue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	display: block;
	height: 46px;
	width: 174px;
	float: right;
	margin-top: 2px;
}
.continue:hover {
	background-image: url(../images/continue-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
.textcont {
	float: right;
	width: 410px;
	font-size: 14px;
	color: #383838;
	line-height: 20px;
}
.textcont h2 {
	font-size: 17px;
	font-weight: bold;
	color: #383838;
	line-height: 21px;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.textcont p {
	margin: 0px;
	padding: 0px;
}
.maincont{
	padding:10px 0 0 0;
}
/***************************************** loginbox end ******************************************/



.subar { 	background: url('/_templates/v6/features/img/signupbar.gif') 0 -1px;
			position: relative;
			height: 97px;
			}
	
.signupbar {
		margin: 0 auto;
		width: 960px;
		
		}
				
.signupbar h1 {
			font-size: 26px;
			letter-spacing: -1px;
			padding: 35px 0px 0px 40px;
			
			}


.signupbar h2 {
			
			padding: 0px 0px 0px 40px;
			
			}



