/* CSS Document */

/* ============================== */
/* = GLOBAL RESETS AND DEFAULTS = */
/* ============================== */
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,
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;
}


div#form_body {
 display:none;
 width:800px;
 max-width:800px;
 margin:0 auto;
 text-align:center;
 height:250px;
}

div#form_left {
 margin:0;
 padding:0;
 float:left;
 width:38%;
 max-width:400px;
}

div#form_right { 
 margin:0;
 padding:0;
 padding-top:60px;
 float:left;
 width:60%;
 max-width:350px;
}

div#form_right ul {   
 margin:0;
 padding:0;
 float:left;
 list-style:none;
 padding-bottom:10px;
 
}

div#form_right li {  
  margin:0;
  padding:0;
  list-style-type:none;
  float:left;
}

div#form_right li a {
  
}

div#form_right li a:link {
  
}

div#footer {
  margin:0;
  padding:0;
  float:left;
  width:100%;
}

#left_element
{ 
  position:relative;
  left: 0px;
  font: 18px Helvetica;
  color:#FFFFFF;
}

#required_element
{ 
  position:relative;
  left: 130px;
  font: 12px Helvetica;
  color:#FFFFFF;
}

#right_element1
{
  position:relative;
  left: 80px;
}

#right_element2
{
  position:relative;
  left: 17px;
}

#right_element3
{
  position:relative;
  left: 41px;
}

#right_element4
{
  position:relative;
  left: 87px;
}

#submit_button
{
  position:relative;
 
  left:70px;
}

#error_element
{ 
  display:none;
  width:350px;
  position:relative;
  left: 0px;
  font: bold 18px Helvetica;
  color:#FF0000;
}
