
.highlight_box {
		border-right:none;
		float:left;
		display:block;
		width:175px;
		background: #dadada;
		margin: 14px;
		overflow:visible;
		outline: 1px solid #fff;
		border: 1px solid #aaa;
		padding-bottom:14px;
		
		}
		
		.highlight_box h3 {
			margin:10px 0 0px 14px;
			color:#666;
			font: bold 14px arial;
			text-shadow: #fff 0 1px 0;
			}
		.highlight_box a.selected {width: 175px;background: #fff;color: #555;z-index:1;border-bottom: none;border-right: none}
		
.highlight_box label {
	font: bold 12px arial, sans-serif;
	text-shadow: #fff 0 1px 0;
	color: #000;
	display:block;	
	margin: 1em 0 0 10px;
}

.highlight_box a {
		color: #ff6434;
		text-decoration: underline;	
	}
	
.highlight_box a:hover {
		color: #ff6434;
		text-decoration: none;	
	}		
#left_col input {
	padding: 5px 5px;
	width: 143px;
	height: 12px;
	font: bold 12px Helvetica;
	color: #1c4b69;
	text-shadow: 0 0 1px #fff;
	margin: 0 0 0 10px;
	background: url('/images/document/register_input.jpg') no-repeat 0 0;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#left_col input:focus {
	color: #90b1c6;
}
#left_col #login {
	background: url('/images/document/register_login.jpg') no-repeat 0 0;
	width: 115px;
	padding: 0;
	font: bold 16px Helvetica, Arial, Sans-serif;
	color: #eee;
	height: 31px;
	letter-spacing: 0;
	margin: 12px 0 0px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #222;
	border: none;
}
#left_col #login:hover {
	background-position-y: -30px;
}
#left_col #login:active {
	background-position-y: -61px;
}
#mid_col input {
	padding: 5px 10px;
	width: 258px;
	height: 12px;
	font: bold 14px Helvetica;
	color: #1c4b69;
	text-shadow: 0 0 1px #fff;
	margin: 1em 0 0;
	background: url('/images/document/register_input.jpg') no-repeat 0 0;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	display:inline;
}
#mid_col a.info{
	text-decoration:none;
	font-weight:bold;	
}
#mid_col select {
	padding: 5px 10px;
	width: 298px;
	height: 18px;
	font: bold 14px Helvetica;
	color: #1c4b69;
	text-shadow: 0 0 1px #fff;
	margin: 1em 0 0;

}
#mid_col input:focus {
	color: #90b1c6;
}
#mid_col span {
	font: bold 12px Helvetica;
	color: #999;
	padding: 5px 0 5px 28px;

}
#mid_col span img {
	display: inline;
	top: 22px;

}
#newsletter {
	font: bold 12px Helvetica;
	color: #444;
	vertical-align:top;
}
#mid_col #check {
	width: 20px;
	margin: 0 0 0 0px;
}
#mid_col #submit {
	background: url('/images/document/guide_sub_bg.jpg') no-repeat 0 0;
	width: 193px;
	padding: 11px 0;
	font: bold 16px Helvetica, Arial, Sans-serif;
	color: #eee;
	height: 42px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #222;
	border: none;
}
#mid_col #submit:hover {
	background: url('/images/document/guide_sub_bg.jpg') no-repeat 0 -41px;
	color: #fff;
}
#mid_col #submit:active {
	background: url('/images/document/guide_sub_bg.jpg') no-repeat 0 -82px;
	color: #eee;
	padding: 12px 0;
	height: 42px;
}
#mid_col span.error {
	color: #be1111;
	background: url('/images/document/register_error.jpg') no-repeat 7px 3px;
}
#login_username .error {
	background: #be1111;
}
#mid_col input.error {
	border: 1px #be1111 solid;
	background: #e6a296;	
}
#mid_col span.correct {
	background: url('/images/document/register_correct.jpg') no-repeat 7px 3px;
}
#mid_col span.loading {
	background: url('/images/document/register_loading.gif') no-repeat 5px 3px;
}



#mid_col span.login_label{ 
	width:135px; 
	text-align:right;
	float:left; 
	padding: 5px 10px;
	font: bold 14px Helvetica;
	color: #1c4b69;
	text-shadow: 0 0 1px #fff;
	margin: 1em 0 0;
}
.info { display:none; }
.info b { font-weight:bolder; }

#feedback, #feedback ul li {
	margin-top: 18px;
	font: bold 15px Helvetica;	
	line-height:1.6em;
	color: #be1111;
}

#feedback.error {
	background: url('/images/document/register_error.jpg') no-repeat;	
	padding-left: 22px;
}

#feedback.correct {
	background: url('/images/document/register_correct.jpg') no-repeat;	
	padding-left: 22px;
}

