body {
	background: transparent url(images/bg.jpg) repeat scroll 0 0;
}

h1 {
	font-family: "Microsoft Sans Serif";
	font-size: 13.3px;
	padding-bottom: 5px;
	color: #0d7d85;
}

p, address {
	font-family: "Microsoft Sans Serif";
	font-size: 13.3px;
}

a {
	font-family: "Microsoft Sans Serif";
	font-size: 13.3px;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

small {
	font-family: "Microsoft Sans Serif";
	font-size: 7pt;
	opacity: 0.1;
}

small:hover {
	opacity: 0.5;
}

.label {
	font-family: "Microsoft Sans Serif";
	font-size: 13.3px;
	float: left;
	text-align: left;
	width: 5em;
	margin: 10px 0 9px;
}

.formtext {
	font-family: "Microsoft Sans Serif";
	font-size: 13.3px;
	text-align: left;
	padding: 10px 0 8px 22px;
	margin: 0 0 0 56px;
	min-height: 17px;
}

.formtext_text {
	font-family: "Microsoft Sans Serif";
	font-size: 13.3px;
	text-align: left;
	padding: 10px 0 8px 22px;
	margin: -1px 0 0 56px;
	min-height: 17px;
	line-height: 16px;
}

/*.error {font-family:"Microsoft Sans Serif";font-size:13.3px;text-align:left;margin:0 0 0 70px;line-height:20px;color:red;display:inline;}*/

label.error {
	font-family: "Microsoft Sans Serif";
	font-size: 13.3px;
	text-align: left;
	margin: 2px 0;
	padding: 0 0 0 70px;
	color: red;
	display: block;
}

.clear {
	clear: both;
}

small .linkification-ext {
	font-size: 8px;
}

#body {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -300px;
	min-height: 272px;
	width: 600px;
}

#header {
	background: transparent url(images/header.jpg) no-repeat scroll 0 0;
	height: 71px;
	width: 600px;
}

#bg_top_left {
	background: transparent url(images/bg_top_left.jpg) no-repeat scroll 0 0;
	height: 50px;
	width: 50px;
	float: left;
}

#bg_bottom_left {
	background: transparent url(images/bg_bottom_left.jpg) no-repeat scroll 0 0px;
	height: 50px;
	width: 50px;
	float: left;
	margin-top: -50px;
}

#bg_top_right {
	background: transparent url(images/bg_top_right.jpg) no-repeat scroll 0 0;
	height: 50px;
	width: 50px;
	float: right;
}

#bg_bottom_right {
	background: transparent url(images/bg_bottom_right.jpg) no-repeat scroll 0 0;
	height: 50px;
	width: 50px;
	float: right;
	margin-top: -50px;
}

#content {
	background-color: #191e21;
	min-height: 131px;
	width: 458px;
	margin-left: 50px;
	border-left: 1px solid #111516;
	border-right: 1px solid #111516;
	padding: 15px 20px;
}

#footer {
	background: transparent url(images/footer.jpg) no-repeat scroll 0 0;
	height: 40px;
	width: 600px;
	text-align: center;
	padding-top: 30px;
}

