body {
	background-attachment: fixed;
	/*background-image: url(porsche.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#page {
	float: none;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#maintable {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-image: url(transbg.png);
	background-repeat: no-repeat;
	width: 1000px;
	padding: 20px;
}

#logo {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 100%;
	float: none;
}

#textbg {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-image: url(textbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	float: none;	
	padding-top: 45px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin-bottom: 31px;
}

.bottommargin50 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.submit {
	height: 27px;
	width: 131px;
	margin-top: 15px;
}

.continue {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.red {
	color: #F00;
}


#formbg {
	background-image: url(formbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 436px;
	text-transform: none;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#formbg2{
	background-image: url(formbg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 436px;
	text-transform: none;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}

#formfields {
	text-align: right;
	width: 100%;
}
.continuelink {
	color: #F00;
	font-size: 18px;
}


input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-image: url(textbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px;
	width: 282px;
}

td {
	vertical-align: top;
}

.notice {
	font-size: 10px;
}

#textbg a {
	text-decoration:none;
	color: #F00;
}

#textbg a:hover {
	color:#F00;
	text-decoration:underline;
}

#thankyoubg {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	/*background-image: url(transbg.png);*/
	background-repeat: repeat;
	background-position: center top;
	vertical-align: top;
	float: none;
	width: auto;
	padding-top: 45px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 50px;
	margin-left: 50px;
}
#thankyoubg a {
	color:#F00;
	text-decoration:none;
}

#thankyoubg a:hover {
	color:#F00;
	text-decoration:underline;
}

#sticker {
	width: 150px;
	height: 150px;
	float: right;
	margin: 15px;
}

#buttoncontinue {
	padding: 10px;
	height: 27px;
	width: 324px;
	text-decoration: none;
	text-align: center;
	background-image: url(continue.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.fontss {
	font-size:20px;
}

.wrongCoupon {
    border-color: #FF0000;
    color: #CC3333;
	display:none;
}


a#fbshare {
    background: url("fbshare.png") no-repeat scroll left top transparent;
    display: block;
    height: 149px;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 810px;
}

a#fbshare:hover {
    background: url("fbshare.png") no-repeat scroll left bottom transparent;
}

a#mailshare {
    background: url("5x_disabled.png") no-repeat scroll left top transparent;
    display: block;
    height: 149px;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 810px;
}
/*mail_share.png*/
a#mailshare:hover {
    background: url("5x_disabled.png") no-repeat scroll left bottom transparent;
}

a#mailshare.enabled {
    background: url("mail_share.png") no-repeat scroll left top transparent;
}

a#mailshare.enabled:hover {
    background: url("mail_share.png") no-repeat scroll left bottom transparent;
}

