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

body {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

a img {
	border-style:none;
}

.subheader {
	color: #333;
	font-weight: bold;
}

#form {
	background-image: url(images/bg-form.jpg);
	background-repeat: no-repeat;
	height: 338px;
	width: 460px;
}

#formFields {
	padding-top: 58px;
	padding-left: 126px;
}

.input {
	font-size: 13px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.submit {
	background-image: url(images/form-btn.gif);
	height: 32px;
	width: 139px;
	color: #333;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
