@charset "utf-8";
/* CSS Document for SMC Pages */

/* - - - - - -  GENERAL - - - - - - */
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
	border-bottom:55px solid #cccccc;
	border-top:4px solid #cccccc;
}
#footer {
	margin:0 auto;
}
.pos_rel {
	position:relative;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.clear {
	clear:both;
        height:1px;
        display:none;
}
.text_maroon {
	color:#cc0101;
}
.text_red {
	color:#FF0000;
}
.text_18 {
	font-size:18px;
}
a.gray {
	color:#999999;
	text-decoration:none;
}
a.gray:hover {
	text-decoration:underline;
}
/* - - - - - -  GENERAL END - - - - - - */


/* - - - - - -  CONTAINERS - - - - - - */

#outer {
	position:relative;
	margin:0 auto;
	width:710px;
}
#header {
	background:url(images/header.jpg) center top no-repeat;
	width:514px;
	padding:78px 62px 168px 134px;
	font-size:18px;
	margin:0 auto;
	height:71px;
	line-height:22px;
	text-align:center;
}
.cust_no{color:#c80101; font-size:36px;}
#right {
	width:348px;
	float:right;
	position:relative;
}
#left {
	width:362px;
	float:left;
	position:relative;
}
#check_points_outer {
	font-size: 13px;
	color:#3f3f3f;
	line-height:23px;
	width:322px;
	padding:10px 20px;
	background:url(images/text_bg.jpg) center top repeat-y;
}
.check_point {
	padding:0 0 10px 36px;
	position:relative;
	float:left;
	background:url(images/bullet.jpg) left top no-repeat;
}
#form {
	background:#ffffff url(images/form_bg.jpg) center top repeat-y;
	font-size:13px;
	text-align:center;
	position:relative;
}
#form_outer {
	width:288px;
	padding:0 30px;
}
#footer {
	text-align:center;
	font-size:10px;
	padding:10px;
	position:relative;
	width:710px;
	margin:0 auto;
	clear:both;
	color:#999999;
}
/* - - - - - -  CONTAINERS END - - - - - - */


/* - - - - - -  FORM - - - - - - */
.send_info_row {
	position:relative;
	float:left;
        margin:0;
	margin-bottom:12px;
}
.send_info_lables {
	font-size:12px;
	text-align:right;
	font-size:16px;
	position:relative;
	float:left;
	width:85px;
	padding:0 10px 0 0;
}
.send_info_fieldsbox {
	position:relative;
	float:left;
	width:160px;
}
.send_info_fields, .send_info_fields_s, .send_info_dropdown {
	border:1px solid #999999;
}
.send_info_fields {
	width:140px;
}
.send_info_fields_s {
	width:43px;
}
.send_info_dropdown {
	width:142px;
}
/* - - - - - -  FORM END - - - - - - */
#frmerror{
    text-align:center;
    color:#a00;
    font-size:13px;
    font-weight:bold;
}
