body {
	background-color: #009a3e;
	background-image: url('../images/background2.png');
	background-position: top center;
	margin: 0px;
	font-family: arial;
	font-size: 14px;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 34px;
	font-weight: normal;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 30px;
	font-weight: normal;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 22px;
	font-weight: normal;
}

h4 {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
}

#bottomcontainer {
	width: 806px;
	height: 50px;
}

#bottomcontainer_left {
	float: left;
	width: 325px;
	height: 50px;
	text-align: right;
	margin-top: 25px;
}

#bottomcontainer_logo {
	float: left;
	width: 156px;
	height: 50px;
}

#bottomcontainer_right {
	float: left;
	width: 325px;
	height: 50px;
	text-align: left;
	margin-top: 25px;
}

#bottomcontent_container {
	clear: both;
	width: 806px;
	height: 191px;
	background-image: url('../images/login_background.png');
	margin-bottom: 40px;
}

#bottomcontent_left {
	float: left;
	padding-top: 38px;
	padding-left: 38px;
	width: 365px;
	height: 153px;
}

#bottomcontent_right {
	float: left;
	padding-top: 38px;
	padding-left: 38px;
	width: 365px;
	height: 153px;
}

#bottomcontent_right_left {
	float: left;
	height: 45px;
	width: 100px;
}

#bottomcontent_right_right {
	float: left;
	height: 45px;
	width: 200px;
	margin-left: 25px;
}

#brochure_container {
	padding-left: 95px;
}

#callme_button {
	margin-left: 41px;
	margin-top: 21px;
}

#container {
	width: 860px;
	height: 1100px;
	position: absolute;
	margin-left: -430px;
	left: 50%;
}

#contentcontainer {
	width: 806px;
	height: 500px;
	padding-left: 27px;
	padding-right: 27px;
	margin-top: 27px;
}

#content_left {
	float: left;
	width: 403px;
	margin-bottom: 37px;
}

#content_right {
	float: left;
	width: 403px;
	margin-bottom: 37px;
}

#customer_tag {
	width: 860px;
	text-align: center;
	background-color: #fff;
}

#divider {
	width: 860px;
	height: 1px;
	background-image: url('../images/divider.png');
	margin-top: 8px;
}

#login_container {
	width: 325px;
	height: 125px;
}

#login_left {
	float: left;
	width: 241px;
	height: 80px;
}

#login_right {
	float: left;
	width: 80px;
	height: 80px;
}

#logo_container {
	width: 860px;
	text-align: center;
	margin-top: 25px;
}

#styled_select {
    border: 1px solid rgb(252,190,0);
    height: 34px;
    overflow: hidden;
    width: 193px;
	background-color: rgb(252,190,0);
}

#styled_select select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    font-size: 16px;
    height: 34px;
    line-height: 1;
    padding: 5px;
    width: 193px;
}

.black {
	color: #000;
}

.green {
	color: #11a14b;
}

.input_text {
	border: 0px;
	width: 227px;
	height: 35px;
	font-family: arial;
	font-size: 18px;
	padding-left: 8px;
}

.link {
	text-decoration: underline;
}

.link:hover {
	text-decoration: none;
}

.margintop6 {
	margin-top: 6px;
}

.orange {
	color: #eb6e07;
}

.white {
	color: #fff;
}

/* System Messages Setup */
.message_container {
	width: 100%;
	vertical-align: middle;
	clear: both;
	background-color: #fff;
	height: 16px;
	padding: 2px;
}
.message_icon { 
	float: left;
	width: 20px;
}
.message_icon_success { 
	background-image: url('/images/message_ok.png');
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
.message_icon_error { 
	background-image: url('/images/message_error.png');
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
.message_icon_warning { 
	background-image: url('/images/message_warning.png');
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
.message_text {
	float: left;
	margin-left: 6px;
}
.message_error {}
.message_success {}
.message_warning {}
