@import "loginBox.css";
/*
#menu{
	height:39px;
}
#menu ul li.topLevel ul{
	/*display: none;* /
}
*/
#wrapper{
	position:relative;
}

#menu{
	position:relative;
}

.topBlock{
	height:98px;
	background:#f1f1f1;
	border-bottom:1px solid #fff;
	padding: 0 21px 0 24px;
}
.topBlockLeft{
	float:left;
	height:82px;
	width:562px;
	background:#e2e8ec url(../images/home.block.corner.gif) no-repeat	;
	margin:8px 0px 0px 0px;
}
.topBlockLeft h4{
	margin:10px 0 0 22px;
	color:#124183;
	font-size:18px;
	font-style:normal;
}
.topBlockLeft p{
	margin:0 0 0 22px;
}
.topBlockRight{
	float:right;
	font-size:12px;
	height:82px;
	width:355px;
	margin-top:12px;

}

.topBlockRight h5{
	font: bold 18px  "Trebuchet MS", Georgia, "Times New Roman";
	color: #888A51;
	padding:0;
	margin:0;
}
.topBlockRight h5 span{
	font-size: 19px;
	color: #34891E;
}

.topBlockRight div{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
		
}
.topBlockRight .signUp {
	font: bold 13px "Trebuchet MS", Georgia, "Times New Roman";
	text-decoration:none;
	color:#FFF;
	display:block;
	width: 121px;
	height: 40px;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 40px;
	margin: 0px 0px 0px 10px;
	background:#e2e8ec url(../images/home.signupBg.jpg) no-repeat;
}

.forgotPasswordLink{
	text-decoration:none;
	color:#0275AC;
	font-size:14px;
	line-height:30px;
}

.forgotPasswordLink:hover{
	color:#4D5762;
}
div#sessionExistMsg{
	width:auto;
	color:#000;
	font-size :14px;
	padding:15px 17px 5px 17px; ;
	margin:0;

}
div#sessionExistMsg div.buttons{ 
	margin-top:10px;
	padding-left:150px;
	width:490px;
}
