@import url("/css/reset.css");

img, div, a { behavior: url(/css/iepngfix.htc) }
* {margin:0; padding:0}

.clear {
	clear:both;
}

.BodyTextErr
{
	color:Red;
}

body {
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
	background-image:url(/images/BG.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#container {
	width:1200px;
	height:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/movieBG.jpg);
	background-position:top-left;
	background-repeat:no-repeat;
}

#content {
	width:579px;
	float:right;
	position:relative
}

#coupon {
	width:579px;
	height:265px;
	background-image:url(/images/couponBG.png);
	background-repeat:no-repeat;
	margin-top:33px;
	position:relative;
}

#coupon p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#494949;
	line-height:22px;
	width:315px;
	margin:0px 0px 0px 214px;
	padding-top:86px;
}

#coupon a {
	color:#c51723;
}

#coupon a:hover {
	color:#09F;
}

#form {
	width:548px;
	height:260px;
	padding:26px 0px 0px 31px;
	background-image:url(/images/formBG.png);
	background-repeat:no-repeat;
	margin-top:14px;
	margin-bottom:20px;
}

#form td {
	padding:5px 0px;
}

#form p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#333;
	line-height:21px;
}

.FormField {
	background-image:url(/images/fieldBG.gif);
	background-repeat:repeat-x;
	border:1px solid #B3B5B8;
	color:#666666;
	font-size:13px;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	width:150px;
}

#month {
	width:60px;
}

#day {
	width:50px;
}

#year {
	width:70px;
}

#Button1 {
	background-image:url(/images/sliding-submit.png);
	background-position:center top;
	border:medium none;
	display:block;
	height:37px;
	width:121px;
}

#Button1:hover {
	background-position:center bottom;
}

#btnSubmit {
	background-image:url(/images/sliding-submit.png);
	background-position:center top;
	border:medium none;
	display:block;
	height:37px;
	width:121px;
}

#btnSubmit:hover {
	background-position:center bottom;
}


.logo {
	margin-top:59px;
	margin-right:17px;
}

#logo {
	float:right;
	widh:100px;
}

#privacy {
	margin-top:174px;
	width:200px;
	float:left;
}

#privacy a {
	font-size:15px;
	color:#06F;
}

#privacy a:hover {
	color:#C00;
}



