/* CSS Document */

body {
	margin-top: -16px;
	font-family: Arial, Helvetica, sans-serif;
}
/* !layot div */
.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width75 { width: 75%; }
.width100 { width: 100%; }

/* !Form Layout */
#layout {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
	margin-top: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
	text-align: left;
	width: 570px;
	padding-bottom: 50px;
}

.nav-foot {
	background-color: #060;
	font-size: 12px;
}

.nav-foot a {
	color: #FFF;	
}

.nav-foot a:visited {
	
}

.left-lable {
	float: left;
	width: 250px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}


.formbox {
	float: left;
	margin-bottom: 10px;
}

.sub-button {
	float: left;
	width: 280px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}
#layout h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#layout .floatleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	margin-bottom: 30px;
}
