
#advs {
	font-family: helvetica, impact, sans-serif;
	padding:2px;
	font-size:11px;
	text-align:center;
	color: black;
	height:100%;
	line-height:15px;
	background-image:url('../images/advsBg1.gif');
	background-repeat: no-repeat;
	width:230px;
	height:74px;
}
#advs a{
	font-size:12px;
	color: #3333FF;
}
#urlGreen{
	color:#11B919;
	font-family: helvetica, impact, sans-serif;
	text-decoration: none;	
	font-size:12px;
}


.loginHeading {
	background: #464646;
	border: 1px solid #59595B;
	border-left: 1;
	border-right: 1;
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
	width:235px;
	text-align:center;
}
.loginContent {
	background: #363636;
	border: 1px solid #59595B;
	border-bottom: 0;
	border-top: 0;
	color: #E4E6F2;
	margin: 0px;
	padding: 5px;
	text-align:center;
	width:235px;
}

.errorHeading {
	font-family:verdana;
	background: #5c5e63;
	border: 1px solid #59595B;
	border-left: 1;
	border-right: 1;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold; 
	margin: 0px;
	padding: 5px;
	/*width:940px;*/
	text-align: left;
}

.errorContent {
	font-family:verdana;
	font-size:12px;
	background: #e0dfe3;	
	border: 1px solid #59595B;
	border-top: 0;
	margin: 0px;
	padding: 5px;
	text-align:left;
	/*color: #992A2A;*/
	line-height:18px;
	/*width:940px;*/

}

.niceButton{
	width: 100px;
	color:black;
	background:#1b9fdc;
	border:0px;
	height:22px;
	cursor:pointer;
}
.niceButton:hover{
	width: 100px;
	color:white;
	background:#1b9fdc;
	border:thin solid #dc0000;
	height:22px;
	cursor:pointer;
}
.niceButton150{
	width: 150px;
	color:black;
	background:#1b9fdc;
	border:0px;
	height:22px;
	cursor:pointer;
}
.niceButton150:hover{
	width: 150px;
	color:white;
	background:#1b9fdc;
	border:thin solid #dc0000;
	height:22px;
	cursor:pointer;
}

