body {
background: #fef4e3 url(../images/bkgnd.jpg) repeat-x 0 0;
color: #333333;
font: normal 12px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center; /* IE6 Hack: Center Screen */
}

a:Link, a:Visited {
color: #005630;
text-decoration: underline;
}

a:Hover {
text-decoration: none;
}

#container {
background: url(../images/pole.jpg) repeat-y center;
text-align: left;
width: 710px;
}

.header {
padding: 20px 0 0;
}

.content {
background: url(../images/sign.jpg) no-repeat;
height: 555px;
width: 710px;
}

.copy {
padding: 35px 0 0 185px;
width: 475px;
}

/* IE6 Hack */
* html .copy { width: 650px;}

.copy h1 {
background-color: #ffffff;
color: #005630;
font-size: 14px;
font-weight: bold;
padding-left: 10px;
position: relative;
z-index: 2;
}
.copy h1.form {margin: 10px 0 -10px 20px;width: 235px;}
.copy h1.result {margin: 10px 0 -10px 10px;width: 400px;}

/* IE6 Hack */
* html .copy h1 { width: 245px;}

.copy p {
margin: 0;
}

.border {
border: #005630 solid 1px;
margin-bottom: 12px;
padding: 30px 10px 0px;
position: relative;
z-index: 1;
}

div.form {
	height: 237px;
}

div.response {
	height: 300px;
}

div.info {
font-size: 11px;
margin: 20px 0 0;
text-align: center;
}

p.disclaimer {
font-size: 10px;
padding-bottom: 90px;
}

.copywrite {http://localhost:49634/default.aspx
color: #005630;
float: right;
font-size: 9px;
padding-right: 50px;
}

.links {
color: #005630;
float: left;
font-size: 9px;
padding-left: 50px;
}

.text_1 {
font-size: 14px;
padding-right: 5px;
}

input.checkbox {
margin: -3px 3px;
}

/*  Pole Stream  */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
}

/* Form Styles */
fieldset {border:none;}
fieldset div {display:block;padding-bottom:5px;}
fieldset label {display:inline-block;font-size:14px;padding-right:5px;text-align:right;width:150px;}
fieldset input[type="text"], fieldset select {border:solid 1px #bbb;}
fieldset input[type="checkbox"] {margin:-3px 3px;}
span.info label {font-size:11px;margin:20px 0 0;text-align:center;}
.right {float:right;}
.clear label {display:inline;}
.span-1 {width:50px;}
.span-4 {width:200px;}
.success {background-color:#D1ECB8;border:solid 2px #6EA83A;margin-bottom:10px;padding:5px;}
.failure {background-color:#FFEDEF;border:solid 2px #FFC5CC;margin-bottom:10px;padding:5px;}