@charset "utf-8";
/* CSS Document */

#landing-content {
	background-image:url(../images/landing/bg.png);
	width:848px;
	padding:25px;
	font-family:Georgia;
	font-size:14px;
	line-height:150%;
	color:#58595b;
	}
#landing-content .inputText,
#landing-content .inputError,
#landing-content select {
	width:374px;
	height:19px;
	padding:3px 5px 0 5px;
	border:1px solid #E1E1E1;
	}
#landing-content .inputError {
	color:#CC0000;
}
#landing-content select {
	width:212px;
	height:22px;
	padding:1px 0 1px 5px;
	}
#landing-content .close-bt {
	position:relative;
}
#landing-content .close-bt div {
	position:absolute;
	left:794px;
	top:-54px;
}
#landing-content a {
	font-family:Georgia;
	font-size:14px;
	text-decoration:underline;
	color:#58595b;
}
#landing-content a:hover {
	color:#000000;
}
#landing-content a.aActive {
	color:#D12218;
	font-weight:bold;
	cursor:default;
	}
#landing-content .skip-txt {
	font-style:italic;
	font-size:11px;
	line-height:110%;
	}
	
.display-none {
	display:none;
	}