body {
	background-color: #FFF;
	margin:  20px 0 0 0;
	padding: 0px;
	text-align: center;
	font: 12px Arial;
	color: #333333;
}
#container {
	margin: 0 auto;
	text-align: left;
	
}
#header {
	background: url(../images/banner.jpg) top left no-repeat;
	width:  900px;
	height: 400px;
	position: relative;
	margin: 0 auto;
}
#logo {
	width: 150px;
	height: 150px;
	position: absolute;
	top: -20px;
	left: 20px;
}

/******************** FORM *********************/
.row {
	width: 250px;
	height: 30px;
}
.label {
	float: left;
	width: 75px;
	text-align: left;
	padding-top: 3px;
}
.field {
	float: right;
	width: 175px;
	text-align: right;
}
.row2 {
	width: 250px;
	height: 25px;
}
.check {
	float: left;
	width: 30px;
	text-align: left;
}
input.error {
 border-color:#f00;
 background-color: #F19999;
}
label.error {
 color:#f00;
}

#box {
	background: url(../images/bgbox.png) top right no-repeat;
	width: 250px;
	height: 345px;
	position: absolute;
	top: -20px;
	right: 5px;
	padding: 50px 30px 0 30px;
}
#box p {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#box a {
	color: #497D94;
}
#box .button {
	width: 73px;
	height: 21px;
	border: 1px solid #FFF;
	background-color: #497D94;
	color: #FFF;
	font-size: 14px;
	padding-bottom: 2px;
}
#box form fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.inputbox {
	width: 176px;
	height: 16px;
	background-color: #FFFFFF;
	border: 1px solid #497D94;
}
#content {
	background: url(../images/bgcontent.jpg) top left no-repeat;
	width: 820px;
	height: 250px;
	margin: 0 auto;
	padding: 20px 40px 0 40px;
}
#contentsx {
	float: left;
	width: 180px;	
}
#contentsx ul {
	margin: 0;
	padding: 0;
}
#contentsx ul li {
	list-style: none;
}
#contentdx {
	float: right;
	width: 610px;
	padding: 0 0 0 30px;
	font: 14px Arial;	
}
#contentdx div.icon {
	background: url(../images/icon.gif) top left no-repeat;
	padding: 5px 0 5px 45px;
	line-height: 20px;
}
#contentdx div.icon1 {
	background: url(../images/icon1.gif) top left no-repeat;
	padding: 5px 0 5px 45px;
	line-height: 20px;
}
#contentdx div.icon2 {
	background: url(../images/icon2.gif) top left no-repeat;
	padding: 5px 0 5px 45px;
	line-height: 20px;
}
#contentdx div.icon3 {
	background: url(../images/icon3.gif) top left no-repeat;
	padding: 5px 0 5px 45px;
	line-height: 20px;
}
#contentdx div.icon4 {
	background: url(../images/icon4.gif) top left no-repeat;
	padding: 5px 0 5px 45px;
	line-height: 20px;
}
#contentdx a {
	color: #333333;
}
#text {
	padding: 10px 0 10px 10px;
}
#text2 {
	padding: 10px 0 10px 10px;
}
#text3 {
	padding: 10px 0 0 10px;
}
#footer {
	background: url(../images/footer.gif) top left no-repeat;
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
}
#footsx {
	float: left;
	color: #FFFFFF;
	padding: 20px 0 0 20px;
}
#footsx a {
	color: #FFFFFF;
}
#footdx {
	float: right;
	color: #6689AC;
	padding:  20px 20px 0 0;
}
#footdx a {
	color: #6689AC;
}






