/* Start of CMSMS style sheet 'sub' */
#wrapper {
	background-image:url(images/sub-back.gif);
background-position:right;
background-repeat:repeat-y;
background-color:#d6dee9;
}

#header {
}

table { width: 100%; padding: 0px; border: none; border: 1px solid #789DB3;}
table td {border: none; background-color: #F4F4F4; padding:0px 3px 0px 3px;}

#menu {
}

.blue{color:#1f4293;}
.red{color:#c63f2c;}

#container{
background:none;
background-image:url(images/shade-back.gif);
background-position:top;
background-repeat:repeat-x;

}

#head_label{text-align:left;}

#side-b {
	background: none;
	background-image:url(images/sub-back-02.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
	color:#000000;

}
#content { 
	color:#000;
	text-align:left;
	line-height:18px;
	background:none;
width:870px;
}

* html #content{width:870px;}
#content_left {width:150px; float:left;}
#content_right {width:650px; float:right;}

div.error_message {
    background: url("/images/ERROR.gif") no-repeat scroll 10px center #FFD6D5;
    border: 1px solid #E98C88;
    color: #D63423;
    padding: 5px 40px;
	margin-bottom: 10px;
	width: auto;
}

div.error_message {
    color: #FF3300;
}

div.captcha{ padding-bottom: 10px !important;}
div.captcha img{ padding:6px 0;}
/* End of 'sub' */

