body {
	background: #6588c2;
	margin: 0;
	padding: 0;
	font-family: arial;
	text-align:center;
}

h1 {
	font-size: 25px;
	text-shadow: 0 2px 0 #f0f0f0;
}

#header_container {
	width:auto;
	height: 60px;
	background-color:white;
	margin: 0 auto 0;
	padding: 0;
}

#header {
	width:758px;
	height: auto;
	background-color:white;
	margin: 0 auto 0;
	padding: 0;
	
}

#header img {
	height: 60px;
}

#container {
	text-align:center;
	width:758px;
	height: auto;
	background-color:#6588c2;
	margin: 0 auto 0;
	padding: 1em;
	
}
#login_form {
	text-align:left;
	width: 350px;
/*	background: #c9c8cb url(../img/login_bg.jpg);	*/
	background: #c9c8cb;
	border: 1px solid #f0f0f0;
	margin: 110px auto 0;
	padding: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#forgot_password_form {
	text-align:left;
	width: 400px;
/*	background: #c9c8cb url(../img/login_bg.jpg);	*/
	background: #c9c8cb;
	border: 1px solid #f0f0f0;
	margin: 110px auto 0;
	padding: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#reset_password_form {
	text-align:left;
	width: 400px;
/*	background: #c9c8cb url(../img/login_bg.jpg);	*/
	background: #c9c8cb;
	border: 1px solid #f0f0f0;
	margin: 110px auto 0;
	padding: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#current_password, #new_password, #new_password_2 {
	display: block;
	margin: 0 0 1em 0;
	width: 350px; 
	border: 5px; 
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px;
	border-radius: 5px;
	padding: 1em;
}

#emailid {
	display: block;
	margin: 0 0 1em 0;
	width: 300px; 
	border: 5px; 
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px;
	border-radius: 5px;
	padding: 1em;
}

#pass_submit{
	display: block;
	border: none; 
	margin-right: 1em;
	margin-top: 25px;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background: #23408c;
	color: white; 
	box-shadow: 0 1px 0 #888c8f;
	-moz-box-shadow: 0 1px 0 #888c8f;
	-webkit-box-shadow: 0 1px 0 #888c8f;
}

#pass_submit:hover{
	background: #89bae2;
	color: black;
	cursor: pointer;
}

h1, h2, h3, h4, h5 {
	margin-top: 0px; 
	font-family: arial black, arial;
	text-align: center;
	color: #23408c;
}
#log_username {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
	border: 5px; 
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px;
	border-radius: 5px;
	padding: 1em;
}
#log_password {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
	border: 5px; 
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px;
	border-radius: 5px;
	padding: 1em;
}

.caps_on {
	background-image: url('../images/capslock_image.gif');
	background-repeat: no-repeat;
	background-position: 96% 50%;
}

#log_submit{
	display: block;
	border: none; 
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background: #23408c;
	color: white; 
	box-shadow: 0 1px 0 #888c8f;
	-moz-box-shadow: 0 1px 0 #888c8f;
	-webkit-box-shadow: 0 1px 0 #888c8f;
}

#log_submit:hover{
	background: #89bae2;
	color: black;
	cursor: pointer;
}

.error {
	color:#393939;
	font-size: 12px;
	text-align:center;
}

.reset_password_error {
	color:#393939;
	font-size: 12px;
	text-align:left;
}

.note {
	color:#393939;
	font-size: 12px;
	text-align:left;
	padding-left: 5px;
}


/* CSS for Debtor Check Portal */
#debtor_check_login_div {
	text-align:left;
	width: 350px;
	background: #c9c8cb url(../img/login_bg.jpg);
	border: 1px solid #f0f0f0;
	margin: 110px auto 0;
	padding: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#debtor_check_login_form {
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	padding-left: 1em;
	padding-right: 1em;
}

#debtor_check_login_error {
	color:#393939;
	font-size: 12px;
	text-align:center;
}

.dc_user_header {
	font-size:12px;
	color:#0b469b;
	padding:10px 25px 0 0;
}

#debtor_check_header {
	width:800px;
	height: auto;
	background-color:white;
	margin: 0 auto 0;
	padding: 0;
}

#debtor_check_sub_header{
	text-align:left;
	padding: 0 0 25px 20px;
}

#debtor_check_content {
	text-align:center;
	width:800px;
	height: auto;
	background-color:white;
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	font-size:12px;
}

.nice_gradient_hr {
	margin-top: 15px;
	height: 1px;
	background: -webkit-linear-gradient(left, white, black, white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, white, black, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, white, black, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(left, white, black, white); /* Standard syntax */
}

#debtor_check_top_text_content {
	background-image: url('../images/top_text_content.png'); 
	height: 20px;
	margin-top:10px;
	margin-left: 25px;
	width: 750px;
}

#debtor_check_middle_text_content {
	background: #fff url('../images/middle_text_content.png') repeat-y;
	width: 750px;
	margin-left:25px;
}

#debtor_check_bottom_text_content {
	background-image: url('../images/bottom_text_content.png'); 
	height: 19px;
	width: 750px;
	margin-left:25px;
}

#debtor_check_latest_action {
	width:800px;
	margin: 10px 25px 0 0px;
	text-align:left;
}

#debtor_check_footer {
	width:800px;
	height:50px;
	background: #14449d url('../images/bottom_body.png');
	color:black;
	font-size:10px;
	padding:0 0 0 0;
	margin: auto;
}

#debtor_check_table {
	background-color:#d0e0ef; 
	border:black solid 1px; 
	padding: 5px;
	font-size:12px;
	font-weight:bold;
	margin-left:15px;
}

#debtor_check_middle_text_content h2 {
	margin-top: 0px; 
	font-family: arial black, arial;
	font-size:12px;
	font-weight:bold;
	color: black;
	margin-left: 20px;
	text-align: left;
}

#debtor_check_search_error {
	font-size:11px;
	text-align: left;
	background-color: #fae3e3;
	margin: 0px 0px 15px 30px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #858285;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 715px;
}

#debtor_check_search_results_table {
	border-left: 1px solid #858285;
	border-right: 1px solid #858285;
	border-bottom: 1px solid #858285;
	font-size:12px;
	color:black;
	padding:0 0 0 0;
}

#debtor_check_search_results_table_white {
	color:black;
	font-size:12px;
}

#debtor_check_search_results_table_grey {
	color:black;
	font-size:12px;
	background-color:#d2e3f6;
}

#debtor_check_search_result_top{
	height:36px;
	background-image: url('../images/top_debtor_check.png');
	cursor:hand;
}

#compatibility_note {
	text-align:left;
	width: 320px;
	margin: 0px auto 0;
	padding: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}