* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  width: 1000px;
  margin: 0 auto;
  background-color: #f0f7ff;
  
}

#container {
   
}

#content {
   margin: 20px 0 0;
   overflow: hidden;
   height: 100%;
   background: url(../images/content_bg.png) repeat-y center center;
   width: 987px;
}

#header {
	background-image: url(../images/logo.png);
	background-position: top left;
	margin: 100px 0 0 20px;
	width: 412px;
	height: 84px;
	text-indent: -9000px;
}

#top  {
   background: url(../images/top_bg.png) no-repeat top left;
   width: 989px;
   height: 11px;
   clear: both;
}

#bottom {
   background: url(../images/bottom.png) no-repeat top left;
   width: 987px;
   height: 11px;
   clear: both;
}

#left_column {
	width: 450px;
	float: left;
	margin: 0 10px 0;
}

#right_column {
   width: 450px;
   float: left;
}

#bullets {
   float: left;
  
    
}

#bullets li {
   background: url(../images/list_item.png) top left no-repeat;
   width: 632px;        
   height: 35px;
   margin: 5px 0 0 20px;
   padding: 10px 0 0 15px;
   list-style: none;
   color: #4f4f51;
   font-weight: bold;
}

.bullet  {
   font-size: 16px;
   color: #fff;
   font-weight: bold;
   width: 35px;
   display: block;
   float: left;
}

#register_form {
   background: url(../images/form_bg.png) top left no-repeat;
   width: 307px;
   height: 134px;
   float: left;
   margin: 5px 0 0;
  
}
#register_form  form {
	margin: 10px 0 0 10px;
}

#register_form form input.text_input {
	height: 32px;
	width: 226px;
	background: url(../images/form_field_bg.png) top left repeat-x;
	padding: 9px 0 0;
	font-family: "Trebuchet MS", serif;
	font-style: italic;
	text-indent: 10px;
	display: block;
	float: left;
	
}

.form_field {
	background: url(../images/input_right.png) top right no-repeat;
	width: 255px;
	overflow: hidden;
/*	height: 100%;*/

}

#name_label {
	background: url(../images/form_name.png) top left no-repeat;
	width: 26px;
	height: 32px;
	display: block;
	float: left;
	text-indent: -9000px;
	
}

#email_label {
	background: url(../images/form_email.png) top left no-repeat;
	width: 26px;
	height: 32px;
	display: block;
	float: left;
	text-indent: -9000px;
	
}

/*
#submit_link {
	display: block;
	width: 253px;
	height: 28px;
	background: url(../images/form_button.png) no-repeat;
}

#submit_link span { 
	display: none;
}
*/

.clear { clear: both;}

#inner_content {
	margin: 0 0 20px 0;
	overflow: hidden;
	height: 100%;
	 

}

#inner_content p {
  padding-left: 10px;
  margin: 0 0 15px 0;
}


#footer {
	margin: 0 0 0 30px;
}

#footer a {
	color: #4F4F51;
}

#submit_form_button {
	width: 253px;
	height: 28px;
	background: url(../images/form_button.png) no-repeat;
	
}

.error {
	 
	background: #FFB8B8;
	border-bottom: 1px solid #AA0000;
	color: #AA0000;
	padding: 0 10px;	 
	 width: 250px;
}

.message {
	color: #fff;
	background-color: green;
}
 
#email_column {
	width: 900px;
	float: left;
	margin: 0 10px 0;
}

#email_column h2 {
	margin: 0 10px 0;
}