body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	border: 0px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
form {
	margin: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#movie {
	margin: 100px auto 0 auto;
	width: 364px;
	height: 274px;
}
#form {
	background-image: url(img/background.gif);
	margin: 100px auto 0 auto;
	width: 328px;
	height: 290px;
	padding: 15px 18px 15px 18px;
	margin-bottom: 2px;
	font-weight: bold;
}
#form .error {
	font-weight: normal;
	font-size: 11px;
	color: yellow;
	padding-top: 2px;
}
#form .text {
	color: #000000;
	background-color: #999999;
	padding: 8px 10px 8px 10px;
	font-size: 12px;
	font-weight: normal;
}
#form .text h1 {
	margin-bottom: 5px;
	font-size: 12px;
}
#buttons {
	margin: 0 auto 0 auto;
	width: 364px;
	height: 40px;
	text-align: center;
}
.button1, .button2 {
	height: 23px;
	width: 178px;
	background-image: url(img/button_small.gif);
	background-repeat: no-repeat;
	padding: 7px 2px 2px 0px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	margin-top: 2px;
}
.button1 {
	float: left;
	margin-right: 4px;
}
.button2 {
	float: right;
}
.button1:hover, .button2:hover {
	padding: 9px 0px 0px 2px;
	background-image: url(img/button_small2.gif);
}
.button3 {
	height: 23px;
	width: 358px;
	background-image: url(img/button_large.gif);
	background-repeat: no-repeat;
	padding: 7px 2px 2px 0px;
	text-align: center;
	font-weight: bold;
	margin-top: 2px;
	color: #000000;
	text-decoration: none;
	display: block;
}
.button3:hover {
	padding: 9px 0px 0px 2px;
	background-image: url(img/button_large2.gif);
}
.button4 {
	height: 23px;
	width: 232px;
	background-image: url(img/button_medium.gif);
	background-repeat: no-repeat;
	padding: 7px 2px 2px 18px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #000000;
	text-decoration: none;
	display: block;
}
.button4:hover {
	padding: 9px 0px 0px 20px;
	background-image: url(img/button_medium2.gif);
}
.button5 {
	height: 23px;
	width: 125px;
	background-image: url(img/button_side.gif);
	background-repeat: no-repeat;
	padding: 7px 2px 2px 0px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
	color: #000000;
	text-decoration: none;
	display: block;
}
.button5:hover {
	padding: 9px 0px 0px 2px;
	background-image: url(img/button_side2.gif);
}
.button6 {
	height: 43px;
	width: 125px;
	background-image: url(img/button_side3.gif);
	background-repeat: no-repeat;
	padding: 7px 2px 2px 0px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
	color: #000000;
	text-decoration: none;
	display: block;
}
.button6:hover {
	padding: 9px 0px 0px 2px;
	background-image: url(img/button_side4.gif);
}
.field1 {
	width: 145px;
}
#logo {
	margin: 50px auto 0 auto;
	height: 87px;
	width: 700px;
	text-align: right;
}
#thankYou {
	margin: 150px auto 0 auto;
	width: 700px;
	height: 264px;
	text-align: center;
	vertical-align: middle;
}
#thankYou span {
	color: #FF9821;
	font-size: 65px;
	font-weight: normal;
}
