/* CSS Document */
/* 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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #fff;
	background:url(images/bg.jpg) center top no-repeat;
	background-color: #000;
	font-size: 62.5%;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* start */
#wrapper {
width:660px;
margin:0 auto;
background:none;
}
#banner {
width:660px;
height:100px;
background:url(images/bannerbg.png) left top no-repeat;
}
#banner h5, #footer h5, #footer h6	{
text-indent: -9999px;
}
#banner h5 a:link, #banner h5 a:visited, #banner h5 a:hover, #banner h5 a:active {
width:199px;
height:82px;
background:url(images/logo.png);
display:block;
float:right;
}
#container {
width:650px;
height:386px;
margin:0 auto;
background:none;
}
#banner h5 a:focus, #footer h5 a:focus, #footer h6 a:focus {
outline:none;
}
#footer {
width:660px;
height:93px;
padding-top:28px;
background:url(images/footbg2.png) center 12px no-repeat;
}
*html #footer {
background:url(images/footbg3.gif) center 12px no-repeat;
}
#footer h5 a, #footer h5 a:link, #footer h5 a:visited {
width:199px;
height:35px;
background-image:url(images/sprite.png);
background-position:0 -35px;
background-repeat:no-repeat;
display:block;
float:left;
}
*html #footer h5 a, #footer h5 a:link, #footer h5 a:visited {
background-image:url(images/sprite2.gif);
}
#footer h5 a:hover, #footer h5 a:active {
background-position:0 0;
}
#footer h6 a, #footer h6 a:link, #footer h6 a:visited {
width:199px;
height:35px;
background:url(images/sprite.png);
background-position:0 -105px;
background-repeat:no-repeat;
display:block;
float:right;
}
*html #footer h6 a, #footer h6 a:link, #footer h6 a:visited {
background-image:url(images/sprite2.gif);
}
#footer h6 a:hover, #footer h6 a:active {
background-position:0 -70px;
}

#forward {
  padding: 50px 0 0 50px;
  text-align: left;
}

#forward form {
  font-size: 14px;
}

#forward form input.text {
  width: 200px;
}

#forward form legend span {
  font-size: 24px;
  color: #7a0606;
}

#forward ol li {
  padding: 12px 0 12px 0;
}

#forward form label {
  display: block;
  /*font-weight: bold;*/
}

#forward .errortext {
  color: #990000;
  display: block;
}

#forward .textarea {
  width: 300px;
}
