
  body,
  html {
    margin: 0px;
    padding: 0px;
    text-align: left;
   	background: black;
	z-index: -200;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
    }
    
    
    
a:link {
	text-decoration:  none;
	color: #cc9999;
} 
  
  
a:visited {
	text-decoration:  underline;
	color: #cc9999;
  } 
  
  
a:hover   {
	text-decoration:  underline;
	color: #cc9999;
  } 
  
  
a:active  {
	text-decoration:  underline;
	color: #cc9999;
} 

p
{
	margin: auto;
	padding: 0.5em 0;
	* padding: 0;
}

#wrapper {
	position: relative;
	background: black;
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
}

img
{  
	border-style: none;
}



#header {
	position: relative;
    width: 800px;
    height: 93px;
    float: left;
    margin: 0px;
    background-image: url(images/header.jpg);
    }
     
#main {
	position: relative;
    width: 800px;
    float: left;
    margin: 0px;
    background-image: url(images/back.jpg);
    background-repeat: no-repeat;
	background-position: top left;
	min-height: 500px;
    }
    
#form {
	position: relative;
    width: 550px;
    float: right;
    margin: 0px;
	margin-left: 250px;
	margin-top: 85px;
	font-size:0.7em;
}
#footer
{
	position: relative;
	margin: 2em 0;
	text-align: center;
	font-size: 0.7em;
}

#tick_text {
	position: relative;
    margin-left: 20px;
    margin-top: -15px;
	text-align: left;
}

.form_text {
	position: relative;
	width: 265px;
	color: #ffffff;
    float: left;
	margin: 0;
	margin-right: 10px;
}

#to_have_text {
	position: relative;
    width: 250px;
    float: left;
    margin-left: 265px;
    margin-top: 90px;
    position: absolute;
    font-size:1em;
	color: #ffffff;
}

label
{
	position: relative;
	color: #cc9999;
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-top: 0.5em;
	display: block;
	line-height: 10px;
}

input
{
	position: relative;
	color: #000000;
	background: #ffffff;
	border: 1px solid #999999;
}

.submit 
{
	margin-left: 10px;
	text-align: right;
}

.submit input
{
	height: 31px;
	width: 64px;
	color: #ffffff;
	background: none;
	border: none;
	margin-left: .7em;
	margin-top: .5em;
	background-image: url(images/submit.gif);
	text-align: center;
}

#form select
{
	width: 54px;
	font-size: 1em;
}
#form .input-text
{
	width: 167px;
	margin-right: 3px;
}
#form .select-long
{
	width: 169px;
}
#form .input-radio
{
	background-color: #000000;
	border: none;
}
#form .input-check
{
	background-color: #000000;
	border: none;
}

#form-error
{
	padding-left: 20px;
	color: #cc9999;
}
   
.float-clear
{
	clear: both;
}
.error-text
{
	padding-left: 85px;
	color: #cc9999;
}
