#wss_user_container a.sectionselect {
	display:block;
	background-color:#666;
	color:#fff;
	padding:5px 5px 5px 30px;
	margin-top:5px;
	background-image:url(img/section_selector.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	font-size:1.2em;
	
}

#wss_user_container a.sectionselect.sectionselect_selected {background-image:url(img/section_selector_selected.png)}

#wss_user_container a.sectionselect.sectionselect_selected,#wss_user_container a.sectionselect:hover {
	background-color:#333;
	text-decoration:none;	
}

.account_section {display:none;background:#fff;box-shadow:0 0 2px rgba(0,0,0,0.6);padding:15px;margin:0 1px}
#general_info.account_section {display:block}

.form_error {
	color:red;	
}

input.inputerror {
	border:1px solid #800000 !important;
	background:#FEE5E4 !important;	
}

#wss_user_container td.number_column {
	text-align:right;margin-right:20px;	
}