@charset "utf-8";
/* CSS Document for SMC Pages */

/* - - - - - -  GENERAL - - - - - - */
img, div, input {
	behavior: url("templates/103/iepngfix.htc");
}
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#87b6ca;
}
#wrapper, #footer {
	margin:0 auto;
}
.pos_rel {
	position:relative;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.clear {
	clear:both;
        height:1px;
        display:none;
}
.text_blue {
	color:#0075a6;
}
.text_red {
	color:#FF0000;
}
.text_18 {
	font-size:18px;
}
a.black {
	color:#000000;
	text-decoration:none;
}
a.black:hover {
	text-decoration:underline;
}
/* - - - - - -  GENERAL END - - - - - - */


/* - - - - - -  CONTAINERS - - - - - - */
#wrapper {
	width:960px;
	background:#ffffff url(images/bg.png) center top no-repeat;
	position:relative;
	margin:0 auto;
}
#outer {
	margin:0 auto;
	width:865px;
	padding:30px 0;
        padding-bottom:5px;
}
#title1 {
	width:865px;
	margin:0 auto;
	height:53px;
}
#title2 {
	width:549px;
	height:46px;
}
#right {
	width:549px;
	float:right;
	position:relative;
}
#left {
	width:316px;
	float:left;
	position:relative;
	text-align:center;
}
#left_text {
	padding:20px 20px 20px 0;
}
#info {
	background:url(images/info_bg.jpg) center top repeat-y;
	font-size:16px;
	padding:0 20px;
	width:509px;
	line-height:20px;
}
#form {
	background:#ffffff url(images/form_bg.jpg) center top repeat-y;
	padding:10px 60px;
	width:429px;
	font-size:16px;
	text-align:center;
	position:relative;
}
#footer {
	text-align:center;
	font-size:10px;
	padding:10px;
	position:relative;
	width:940px;
	margin:0 auto;
	clear:both;
	background-color:#87b6ca;
}
/* - - - - - -  CONTAINERS END - - - - - - */


/* - - - - - -  FORM - - - - - - */
.send_info_row {
	padding-bottom:12px;
	position:relative;
	float:left;
}
.send_info_lables {
	font-size:12px;
	text-align:right;
	font-size:16px;
	position:relative;
	float:left;
	width:150px;
	padding:0 10px 0 0;
}
.send_info_fieldsbox {
	position:relative;
	float:left;
	width:200px;
}
.send_info_fields, .send_info_fields_s, .send_info_dropdown {
	border:1px solid #999999;
}
.send_info_fields {
	width:180px;
}
.send_info_fields_s {
	width:56px;
}
.send_info_dropdown {
	width:182px;
}
/* - - - - - -  FORM END - - - - - - */
#frmerror{
    text-align:center;
    color:#a00;
    font-size:13px;
    font-weight:bold;
}
