@import url(contentScroll.css?v=1);
	
/* ------------ ABOUT PAGE CONTENT ---------- */
h3 {
	color: #fff;
	}
	
/* ABOUT PANEL */
.largeLink {
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 180px;
	display: block;
	}

.emphasis {
	color: #fff;
	}
	
input, select, textarea {
	color: #ccc !important;
	}	
	
/* FAQ PANEL */
.faq_Question {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
.faqTitle {
	color: #999999;
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #eee;
	padding-top: 10px;
	}	
	
ul#faqCategories {
	list-style: none;
	color: #0099FF;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	}
	
ul#faqCategories li {
	float: left;
	width: 150px;
	font-weight: bold;
	font-size: 12px;
	}	

table#supportFormTable {
	margin-top: 30px;
	}
		
table#supportFormTable td {
	vertical-align: top;
	padding: 2px;
	}		
	
table#supportFormTable td.formLabel {
	text-transform: uppercase;
	font-size: 10px;
	width: 85px;
	font-weight: bold;
	}	

input.supportFormTableText {
	width: 180px;
	}			
	
select.supportFormText {
	width: 182px;
	*width: 184px;
	}
	
#supportMsg {
	width: 240px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
	
a.submitButton {
	background-image: url(../images/common/submitBg.png);
	background-repeat: repeat-x;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bandit/images/common/submitBgNoHover.png',sizingMethod='scale');
	display: block;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: 2px 0px 5px 0px;
	border: 0px !important;
	width: 71px;
	height: 18px;
	font-weight: bold;
	line-height: 1.6;
	float: left;
	cursor: pointer;
	}	
	
a.inactive, a.inactive:hover {
	filter:alpha(opacity=50) !important;
	opacity: 0.5 !important;
	-moz-opacity:0.5 !important;
	color: #fff !important;
	cursor: default;
	}	
a.submitButton:hover {
	color: #fff !important;
	background-position: 0px -20px;
	}	
	
.formSubmitLoaderIcon {
	width: 18px;
	height: 18px;
	display: block;
	float: left;
	margin: 2px 0px 0px 10px;
	}	
