@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
	display: block;
}
body {
	margin: 0px;
	background-color: #002E5F;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 20px;
}
#form-wrapper {
	width: 770px;
	height: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	display: block;
	background-image: url(images/form-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 158px;
	padding-left: 30px;
	padding-right: 0;
	padding-bottom: 0;
}
#flash-buttons {
	float: left;
	height: 368px;
	width: 147px;
}
#forms {
	float: left;
	width: 515px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#form {
	width: 482px;
	margin: 0px, auto;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: normal;
	line-height: 18px;
}
#upload {
	margin: 0px, auto;
	width: 472px;
}
.text {
	background-color: #FFFFFF;
	border: 1px solid #008ADB;
}
#required {
	margin-top: -24px;
	font-size: 12px;
	height: 24px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 80px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.button:hover{
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
.thanks {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
}
.button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	background-image: url(images/button2.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 100px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.button2:hover{
	background-image: url(images/button2.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}

.style3 {
	font-size: 11px;
	font-weight: normal;
	word-spacing: normal;
}
.style2 {font-size: 11px}
.style4 {
	color: #33CCFF;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

