@charset "utf-8";
/* CSS Document */

html {
background: #001c6f url(../images/html_bg.gif) 0 0 repeat;
	margin: 0;
	padding: 0;
}
body {
background: url(../images/body_bg.jpg) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	width: 544px;
	margin: 0 auto 29px;
}

input {
border: 1px solid #e5e0e0;
color: #5d5045;
	width: 345px;
	margin-right: 6px;
	padding: 5px 0 5px 8px;
	font: bold 18px Arial, Helvetica, sans-serif;
		float: left;
}
.submit {
background: url(../images/btn_shrink.gif) 0 0 no-repeat;
border: none;
	width: 113px;
	height: 37px;
	padding: 0;
	text-indent: -999em;
	cursor: pointer;
	outline: none;
		float: left;
}
span.title {
	display: block;
	font-weight: bold;
}
span.formError {
	display: block;
	color: #990000;
	padding: 3px 0;
	font-size: 14px;
	font-weight: bold;
}
a.copy {
background: url(../images/btn_copy.gif) 0 0 no-repeat;
	width: 66px;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
	outline: none;
		float: left;
}

.module {
background: url(../images/top.png) 0 0 no-repeat;
	padding-top: 124px;
}
.module .moduleContent {
background: url(../images/module_sides.gif) 0 0 repeat-y;
	padding: 6px 0 6px 32px;
	overflow: hidden;
}
.module .bottomCap {
background: url(../images/module_bottom.gif) 0 0 no-repeat;
	height: 31px;
}

#footer {
background: url(../images/footer_logo.gif) 0 0 no-repeat;
	width: 145px;
	height: 45px;
	margin: 0 auto;
	padding: 13px 12px 10px;
}
#footer a {
	width: 145px;
	height: 45px;
	text-indent: -999em;
	overflow: hidden;
	outline: none;
		float: left;
		}









