/* Help Desk CSS */

.helpItem {
margin: 0 0 20px 0;
}
.helpItem h3 {
margin: 0;
}
#search {
margin-top: 5px;
width: 757px;
border-bottom: solid 6px #98D5F4;
background-color: white;
color: #999999;
}

#search span {
padding-left: 8px;
}
#srchLeft {
position: relative;
width: 150px;
height: 131px;
background-color: #CDCDCD;
float: left;
}
#srchMid {
margin-top: 5px;
position: relative;
padding-left: 7px;
float: left;
}
#srchRight {
width: 375px;
margin-top: 5px;
position: relative;
padding-left: 7px;
background: url("http://www.onesite.com/images/dashed.gif") repeat-y;
float: right;
}
#form {
width: 757px;
background-color: #E5E5E5;
height: 131px;
font-family: Tahoma, Verdana, Arial; 
font-size: 7pt;
}
#footer {
clear: both;
}
a.category_links {
display: block;
border: 1px solid #999999;
background: #eeeeee;
padding: 8px;
color: #333333;
}
a.category_links:hover {
background: #6699CC;
text-decoration: none;
color: #333333;
}
.usersub-title {
background-color: #98D5F4;
background-image: url("/resources/network/shout/box_ltblue.jpg");
background-repeat: repeat-y;
color: white;
padding: 12px 0px 12px 12px;
font-size: 12px;
font-weight: bolder;
margin-bottom: 0px;
}
.usersub-task-container {
background-color: white;
padding: 0 0 20px 0;
}

/* reset profile and comments help page  */

#help_reset_profile #help_home_link,
#help_reset_profile #form_title {margin-bottom: 10px;}

#help_reset_profile #help_home_link  {
	font-size:20px;
	font-weight:bold;
}
#help_reset_profile #form_title  {	
	font-size:14px;
font-weight: bold;
	padding-top:2px;padding-bottom:2px;
}
#help_reset_profile #form_instruction  {
	padding-bottom:20px;
}
#help_reset_profile #form_result  {
	font-weight:bold;
	
	margin-bottom:10px;
}
#help_reset_profile .form_field label  {
	font-size:10pt;
}
#help_reset_profile .form_field span  {
	padding-top:2px;
}
#help_reset_profile #submit_div  {
	border-top:1px solid #EEEEEE;
	padding-top:5px;
	margin-top:10px;
}
#help_reset_profile #lblChkProfile {display: block; float: left; width: 150px;}



/* Request Verification Email */

form#request_verification_email label {
    display: block;
    float: left;
    width: 5em;
    padding-right: 5px;
    text-align: left;
    font-weight: bold;
    line-height: 1.7em;
}
form#request_verification_email div.listItem {
    clear: left;
    margin: 5px 0;
}
form#request_verification_email button {
    margin: 0 auto;
}
p#notation {
    margin: 40px 0 0 0;
}

.errorMsg {
    color: red;
}


/* Forgot Password */

#fg_main_container {
    width: 70%; 
    margin: auto;
}
form.fg_form {
    margin: 20px 0;
}
ul.fg_form {
    list-style:none;
    margin: 0;
	padding: 0;
}
ul.fg_form li {
    clear: left;
}
ul.fg_form input {
    float: left;
    margin: 2px 5px 2px 0;
}
ul.fg_form label {
    float: left;
    width: 9em;
    margin: 2px 0;
    font-weight: bold;
    line-height: 2em;
}
ul.fg_form span {
    line-height: 2.5em;
}
button.forgotPasswordSubmit{
    clear: left;
    display: block;
    margin: 10px auto;
}