/* CSS Document */
#welcomePanel {
	width: 415px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	padding: 10px;
	line-height: 16px;
	height: 503px;
	clear: left;
	float: left;
	display: block;
	}
	
#welcomePanel h1 {
	color: #1B1A54;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
	}
	
#login, #register {
	width: 200px;
	float: left;
	margin-bottom: 2px;
	overflow: hidden;
	}
	
#login {
	margin-left: 5px;
	}
	
#register {
	margin-left: 2px;
	}
	
#login h3, #register h3 {
	display: block;
	overflow: hidden;
	text-indent: -900em;
	font-size: 14px;
	line-height: 27px;
	width: 100%;
	height: 27px;
	padding: 0;
	margin: 0;
	}
	
#login p, #register p {
	padding: 0 10px 0 10px;
	}
	
#login h3 {
	background: transparent url(../impress/loginHeaderBg.png) no-repeat 0 0;
	}

 #register h3 {
 	background: transparent url(../../images/signUpNowHeaderBg.jpg) no-repeat 0 0;
	}
	
#login .calloutContent, #register .calloutContent {
	border: solid 1px #1b1a54;
	overflow: hidden;
	padding-bottom: 10px;
	height: 105px;
	overflow: hidden;
	}
	
#login .calloutContent {
	background: #e1e3e4 url(../impress/loginImg.png) no-repeat 0 0;
	padding-top: 105px;
	}
	
#register .calloutContent {
	background: #e1e3e4 url(../impress/registerImg.png) no-repeat 0 0;
	padding-top: 105px;
	}
	
#login a.primaryAction {
	display: block;
	float: right;
	width: 144px;
	height: 19px;
	text-indent: -900em;
	background: transparent url(../impress/loginBtn.png) no-repeat 0 0;
	margin-bottom: 0;
	}
	
#register a.primaryAction {
	display: block;
	float: right;
	width: 106px;
	height: 19px;
	text-indent: -900em;
	background: transparent url(../../images/signUpNow.jpg) no-repeat 0 0;
	margin-bottom: 0;
	}
	
#news {
	width: 402px;
	margin: 2px 2px 2px 5px;
	clear: left;
	overflow: hidden;
	color: #fff;
	display: block;
	font-size:11px;
	}
	
#news .newsContent {
	background: #d2821c url(../impress/newsFooter.png) no-repeat 0 bottom;
	padding: 10px 10px 5px 10px;
	}
	
#news h2 {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin: 0;
	background: #262668 url(../impress/newsHeaderBg.png) no-repeat 0 0;
	text-indent: -900em;
	overflow: hidden;
	}
	
#news h4, #news p {
	padding: 0;
	margin: 0;
	font-size:11px;
	}
	
#news h4 {
	clear: left;
	line-height: 12px;
	}
	
#news p {
	margin-bottom: 10px;
	overflow: hidden;
	}
	
#news p span {
	float: left;
	width: 330px;
	overflow: hidden;
	padding-right: 5px;
	}

#news p a {
	color: #1e1a55;
	text-decoration: none;
	/*float: right;*/
	}
	
#news p a:hover {
	text-decoration: underline;
	}
	
	
#affLogos {
    margin: -51px 0 0 460px;
    position: absolute;
	/*clear: none;*/
    }

