.helpCenterTop {
	float:right;
	margin-bottom:10px
}

.helpCenterTop .read_btn {
	margin-bottom:0
}

.helpCenterTop .read_btn:last-child {
	margin-right:0
}

a#add_request {
	float:right;
	margin:10px 0
}

/*Modal Window*/
ul.helpForm{
width: 370px;
margin:0 auto;
}

ul.helpForm li span{float:none}

/*FAQ page*/
.faqTopics {
width:220px;
float:left;
margin-bottom:40px;
}

.faqTopics ul li{font-size:1.3em; margin:15px 0; width:200px}
.faqTopics ul li a{color:#1B3249; text-decoration:none; padding:10px; width:200px;}
.faqTopics ul li a:hover{text-decoration:underline}
.faqTopics ul li.current{color:#fff; background-color:#ff5a00;-moz-border-radius-topleft:5px; -moz-border-radius-bottomleft:5px;
-webkit-border-radius:5px; padding:5px 10px}


.faqContent {
width:605px;
float:left;
border:1px solid #717A83;
padding:30px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-bottom:40px;
min-height: 200px;
}

.faqContent ul li { margin-bottom:20px}



/*Help detail page*/

.requestStatusWrap{font-size:1.5em; color:#646d76; float:right; margin:20px 0 30px 30px;}
.requestStatus{
	padding:10px 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.requestStatusTable{padding:5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.ticketResolved{
color:#5f851d;
background:url("/images/icons/statusCheck-homepage.png") no-repeat scroll 0 -3px #D9E694;
padding-left:40px;
border:1px solid #88AE47
}

.ticketResolvedSmall{
	color:#5f851d;
	background-color:#D9E694;
	border:1px solid #88AE47
}

.inProgress, .inProgressSmall{
color:#1B3249;
background-color:#DEF0FE;
border:1px solid #b7e2ff;
}

.awaitingFeedback, .awaitingFeedbackSmall{
color:#ff5a00;
background-color:#FFE3D4;
border:1px solid #ffa270;
}

.resolutionWrap{
background-color:#F4F4F4;
margin-bottom:20px;
padding:20px;
	-moz-border-radius:10px;
-webkit-border-radius:10px;

}

.resolutionWrap h3{
background:url("/images/icons/statusCheck-lg.png") no-repeat scroll left top transparent;
color:#5F851D;
padding:0 0 0 25px;
}

.resolutionWrap p{padding:10px 0;
}

.requestStatusSmall{font-size:1.1em;  float:right; margin:20px 0 30px 30px}


.helpRequestDetail, .helpRequestNote{float:left; margin:20px 10px}

.helpRequestDetail ul li{margin:10px 0}

.helpRequestNote p{padding-bottom:10px}

.comment p{margin:10px 0}

.comment{margin-top:20px}

.comment label{margin:5px 0; display:block}

.comment p a.smallrounded{margin:10px 0}