/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
/* remember to define focus styles! */
:focus {outline:0;}
/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
/* END RESET */

body {
	background-color:#fcee21;
	text-align:center; /* Takes care of horizontal alignment in Internet Explorer */
	padding:0;
	margin:0;
}
#wrapper {
	text-align:left;
	width:535px;
	height:200px;
	position:relative; /* Needed for Safari */
	margin:auto; /* Takes care of horizontal alignment in standards compliant browsers */
}
#head {
	width:420px;
	height:113px;
	background:url(../images/h1-h2.gif) 0 0 no-repeat scroll transparent;
	margin:0 0 0 115px;
}
#head h1, #head h2 {
	text-indent:-9999px;
}
#content {
	margin:0 0 0 115px;
}
#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#000;
	margin:26px 0 16px 0;
}
#content form p {
	margin:0;
}
#content p input {
	display:block;
	float:left;
	width:259px;
	height:25px;
	background:url(../images/input.gif) 0 0 no-repeat scroll transparent;
	font-size:11px;
	padding:12px 0 0 15px;
	display:block;
	float:left;
}
#content p input#submit {
	display:block;
	float:left;
	width:86px;
	height:37px;
	background:url(../images/submit.gif) 0 0 no-repeat scroll transparent;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	padding:0;
	margin:0 0 0 18px;
	cursor:pointer;
}
#cut {
	width:87px;
	height:87px;
	background:url(../images/cut.gif) 0 0 no-repeat scroll transparent;
	position:absolute;
	top:-8px;
	left:1px;
}
.thanks #wrapper, .thanks #head{
	height:85px;
}
