#main_content {
	background: #000;
	margin: 0 auto;
	width: 960px;
}

#slot_1,#slot_2 {
	margin:30px 0px 0px;
}

#slot_1 {
	width:520px;
	margin-left:40px;
	margin-right:40px;
	background-color: #151515;
	padding: 20px;
	color: #ACACAC;
}

#slot_1 h2 {
	color: #fff;
	font-size: 22px;
	border-bottom: 1px solid #626262;
}

#slot_1 a {
	color: #9663C4;
}


#slot_1 input[type="text"],
#slot_1 input[type="password"] {
	display: inline-block;
	border: none;
	padding: 5px;
	width: 160px;
	background: #DDD;
	vertical-align: middle;
}


#slot_1 select {
	display: inline-block;
	border: none;
	background: #DDD;
	vertical-align: middle;
}

#slot_1 input.year {
	width: 50px;
	vertical-align: middle;
}

#slot_1 #log_on,
#slot_1 #submit {
	border: none;
	background: #9663C4 url(/img/arrow_purple.gif) no-repeat scroll right center;
	padding: 5px 12px 5px 9px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,Nimbus Sans,Verdana,sans-serif;
	margin-top: 20px;
}

#slot_1 legend {
	color: #9663C4;
	font-weight: bold;
	font-size: 16px;
	margin-top: -4px;
}

#slot_1 fieldset {
	border: none;
	/*padding: 1.5em 0;*/
	margin-top: 20px;
	background: url(/img/divider_medium.gif) repeat-x left 1.5em;

}

#slot_1 p.first{
	margin-top: 1.5em;
}

#slot_1 label {
	width: 140px;
	display: inline-block;
	vertical-align: middle;
	/*float: left;*/
}

#slot_1 label.error {
	width: 190px;
	margin-left: 10px;
}

#slot_1 .member_cta {
	float: right;
	margin:10px 0 0;
}

#slot_2 {
	width:280px;
	background:#242424 url(/img/real_answers/column3_top_bg.gif) repeat-y scroll right top;
}

#slot_2 div.text_promo {
	padding:20px;
}

#secondary_nav_header{
	background: url('/img/apps/account/section_header.png') no-repeat top left;
}

/**************
  Sub Menu Style
**************/

#submenu li:hover{
	background-color:#9663c4;
	color:#000000;
}

#submenu li a{
	color:#9663c4;
}

#submenu li:hover a{
	color:#000000;
}

#submenu li.selectedMenuItem{
	background: url('/img/apps/account/sub_nav_at.png') no-repeat center top;
}

#submenu li.selectedMenuItem a{
	color:#000000;
}

#slot_1 .log_out, #slot_1 .fb_log_out{
	display:none;
}

/*ie6 specific styles*/
#secondary_nav #submenu li { _width: 165px !important; _margin: 0px 2px !important; _text-align: center; }
#submenu li.selectedMenuItem{
	_background: url('/img/apps/account/sub_nav_at.gif') no-repeat center top;
}
