body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.twoColFixLtHdr #leftcol {
	float: left; /* since this element is floated, a width must be given */
	width: 328px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #rightcol {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #4a246c;
	width: 422px;
	color: #FFF;
	float: left;
}
#formwrapper {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 7px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #4a246c url(../images/formbackground.gif) repeat-y left;
	color: #FFF;
} 
.twoColFixLtHdr #container #rightcol #formwrapper p{
	margin: 0px;
	padding: 10px 0px;
}
.required {
	color: #FF0;
}
.twoColFixLtHdr #footer {
	padding: 10px 0;
	background: #FFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #999;
	text-align: right;
}

#webaddress {
	color: #FFF;
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	font-size: 18px;
}
#webaddress a {
	font-size: 24px;
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}
#webaddress a:active, #webaddress a:visited {
	font-size: 24px;
	color: #FFF;
	text-decoration: underline;
}
#webaddress a:hover {
	font-size: 24px;
	color: #FF0;
	text-decoration: underline;
}

#webaddressWinner {
	color: #FFF;
	background: #DE3227;
	margin: 10px 0px 0px;
	padding: 10px 0px;
	width: 760px;
	text-align: center;
	font-size: 18px;
}
#webaddressWinner a {
	font-size: 24px;
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}
#webaddressWinner a:active, #webaddressWinner a:visited {
	font-size: 24px;
	color: #FFF;
	text-decoration: underline;
}
#webaddressWinner a:hover {
	font-size: 24px;
	color: #FF0;
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


label {
	font-size: 12px;
	text-align: left;
	width: 120px;
	float: left;
	margin: 0px;
	padding: 0px 10px 8px 0px;
	line-height: 18px;
	vertical-align: top;
}

label.wide {
	font-size: 12px;
	text-align: left;
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px 10px 8px 0px;
	line-height: 18px;
	vertical-align: top;
}
label.wider {
	font-size: 12px;
	text-align: left;
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px 10px 8px 0px;
	line-height: 18px;
	vertical-align: top;
}
.heard {
	font-size: 12px;
	text-align: left;
	width: 50px;
	margin: 0px;
	padding: 0px 20px 0px 3px;
}
.divider {
	display: block;
	padding: 10px 0px 0px;
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFF;
}
.checkbox {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	text-align: center;
	float: left;
}

.singlefullwidth {
	width: 260px;
	float: left;
	background: #DAD1E8;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 18px;
	vertical-align: top;
}
.singlehalfwidth {
	width: 230px;
	float: left;
	background: #DAD1E8;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 18px;
	vertical-align: top;
}
.error {
	font: italic 10px Tahoma, Geneva, sans-serif;
	color: #FF0;
	padding: 0px 0px 5px 130px;
	margin: 0px;
}
.error3 {
	font: italic 10px Tahoma, Geneva, sans-serif;
	color: #FF0;
	padding: 5px 0px 5px 20px;
	margin: 0px;
}
.formclearer {
	clear: both;
	margin: 0px;
	padding: 0px 0px 5px;
}
.formclearerdeep {
	clear: both;
	margin: 0px;
	padding: 0px 0px 10px;
}
#formwrapper .smallprint{
	font-size: 10px;
	font-style: italic;
	color: #FFF;
}
.radio {
	padding: 0px;
	margin: 0px;
	line-height: 18px;
	vertical-align: top;
}
.subtext {
	font-size: 12px;
	margin: 0 0 0 20px;
	padding: 0;
}
.subtext a {
	font-size: 12px;
	color: #FF0;
	text-decoration: underline;
}
.subtext a:active, .subtext a:visited {
	font-size: 12px;
	color: #FF0;
	text-decoration: underline;
}
.subtext a:hover {
	font-size: 12px;
	color: #FF0;
	text-decoration: underline;
	font-weight: bold;
}

.subtextsmall {
	font-size: 10px;
}
.closingdate {
	font-size: 12px;
}
input:focus, .curFocus {
	background-color:#FFF;
}
#thankyouwrapper {
	margin: 0px;
	padding: 20px 30px;
	width: 700px;
}
#thankyouwrapper h1 {
	margin: 0px;
	padding: 0px 0px 20px;
	font: normal 24px Tahoma, Geneva, sans-serif;
	color: #FF0;
}
#thankyouwrapper p {
	margin: 0px;
	padding: 0px 0px 10px;
	font: 14px Tahoma, Geneva, sans-serif;
	color: #FFF;
}
#thankyouwrapper p a {
	color: #FFF;
	text-decoration: underline;
}
#thankyouwrapper p a:active, #thankyouwrapper p a:visited {
	color: #FFF;
	text-decoration: underline;
}
#thankyouwrapper p a:hover {
	color: #FF0;
	text-decoration: underline;
}
#thankyouwrapper h2 {
	margin: 0px;
	padding: 0px 0px 20px;
	font: normal 20px Tahoma, Geneva, sans-serif;
	color: #FFF;
}
#thankyouwrapper h2 a {
	color: #FFF;
	text-decoration: underline;
}
#thankyouwrapper h2 a:active, #thankyouwrapper h2 a:visited {
	color: #FFF;
	text-decoration: underline;
}
#thankyouwrapper h2 a:hover {
	color: #FF0;
	text-decoration: underline;
}
.error2 {
	font: italic 10px Tahoma, Geneva, sans-serif;
	color: #FF0;
	padding: 0px 0px 5px 160px;
	margin: 0px;
}
.twoColFixLtHdr #rightcol h1 {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px;
	color: #FF0;
	font-size: 18px;
	font-weight: normal;
}
.twoColFixLtHdr #rightcol h2 {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 10px;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}

.twoColFixLtHdr #rightcol h2 a {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
.twoColFixLtHdr #rightcol h2 a:active, .twoColFixLtHdr #rightcol h2 a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
.twoColFixLtHdr #rightcol h2 a:hover {
	color: #FF0;
	font-weight: normal;
	text-decoration: underline;
}

.twoColFixLtHdr #rightcol h3 {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 80px;
	color: #FF0;
	font-size: 18px;
	border-top: 1px solid #09F;
	border-bottom: 1px solid #09F;
	font-weight: normal;
	text-align: left;
	font-style: normal;
}
.twoColFixLtHdr #rightcol h4 {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 60px;
	color: #FF0;
	font-size: 18px;
	font-weight: normal;
}
.twoColFixLtHdr #rightcol h5 {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 120px;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 760px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #4a246c;
}
.twoColFixLtHdr #thankyoucontainer {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
.twoColFixLtHdr #thankyoucontainer h1 {
margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 15px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}
.twoColFixLtHdr #thankyoucontainer h2 {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0px 0px;
	color: #000;
	font-size: 10px;
	font-weight: normal;
}
.twoColFixLtHdr #thankyoucontainer #voucher{
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	padding: 60px;
	border: medium solid #4C246A;
	margin: 0px;
}

.twoColFixLtHdr #thankyoucontainer #voucher h1{
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 20px;
	color: #4C246A;
}
.twoColFixLtHdr #thankyoucontainer #voucher h2{
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 20px;
}
.twoColFixLtHdr #thankyoucontainer #voucher h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

