a.selected{
	color: white;
	text-decoration:none;
}
div.indented span{
	text-indent: 25px;
	display: block;
	clear: both;
}

/*****************************************************************************
 * HEADERS                                                                   *
 *****************************************************************************/
#commentContactBox .contact,
#commentContactBox .quickContact {
	overflow: hidden;
	margin-top: 9px;
	margin-bottom: 7px;
	height: 22px;
}
#commentContactBox .contact { background: url(../images/hdr-help-quick-contact-information.jpg) top right no-repeat !important; }
#commentContactBox .quickContact { background: url(../images/hdr-help-quick-contact-information.jpg) top right no-repeat !important; }


/*****************************************************************************
 * COMMENT/CONTACT BOX                                                       *
 *****************************************************************************/
#commentContactBox {
	background: #111111;
	color: white;
}
#commentContactBox .commentField {
	background: #333333;
	border: 1px solid #999999;
	color: white;
	margin-bottom: 10px;
	margin-top: 0px;
}
#commentContactBox .content {
	margin-bottom: 40px;
}
#commentContactBox .quickContactInfo span.icqText {
	color: #8f8f8f;
}
#commentContactBox .quickContactInfo {
	font-size: 9pt;
	color: white;
}
#commentContactBox .quickContactInfo #icqText {
	color: #8f8f8f;
	font-size: 8pt;
}
#commentContactBox .quickContactInfo a {
	font-size: 8pt;
}
#commentContactBox .quickContactInfo ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}
#commentContactBox .quickContactInfo li {
	margin-bottom: 15px;
}

#commentContactBox .quickContactInfo li.icqItem {
	margin-bottom: 30px;
}
#quickContactForm span.error{
	color: #F28D23;
	display: block;
	clear: both;
}
/*****************************************************************************
 * COMMENT/CONTACT BOX FROM SIGNUP FORM                                      *
 *****************************************************************************/
#centerWrapper #mainWrapper .formLine {
	margin-bottom: 7px;
}
#centerWrapper #mainWrapper .formLine .item {
	font-size: 11pt;
	color: #FF9900;
	text-align: right;
	float: left;
	font-weight: normal;
	width: 120px;
	margin-right: 7px;
}
#centerWrapper #mainWrapper .formLine .field {
	font-size: 10pt;
	text-align: left;
	float: left;
	color: #FFFFFF;
}
#centerWrapper #mainWrapper .formLine .field .textField {
	background: #333333;
	border: 1px solid #999999;
	height: 20px;
	color: #FFFFFF;
	text-indent: 5px;
	width: 174px; 
}

/*****************************************************************************
 * HELP BOX                                                                  *
 *****************************************************************************/
#helpBox .helpTitle {
	height: 20px;
	width: 427px ;
	margin-left: 20px;
	margin-top: 10px;
	overflow: hidden;
}
#helpBox .content {
	margin-top: 0px;
}
#helpBox .questionIndex {
	clear: both;
}
#helpBox .questionIndex p {
	margin-top: 0px;
}
#helpBox .questionIndex div.icon {
	float: left;
	width: 35px;
}
#helpBox .questionIndex div.questionContent {
	width: 375px;
	margin-bottom: 15px;
	float: left;
}
#helpBox .questionIndex a.question {
	display: block;
	margin-bottom: 10px;
	color: #ff7b48;
	text-decoration: none;
}
#helpBox .questionIndex a.question:hover {
	text-decoration: underline;
}
#helpMenu {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	
/*	background: url(../images/ellipsis-dark-grey.gif) bottom left repeat-x;
	padding-bottom: 10px;
	margin-bottom: 15px;*/
}
