@charset "utf-8";

#content{
	font-size: 0.95em;	

	background-image: url(images/bgr_vert_10x478.jpg);
	background-position: left 100px;
	background-repeat: repeat-x;
}

#left {
	width: 33%;
	float: left;
	
	min-height: 600px;
	height: auto !important;
    height: 600px;
}

#left_cont{
	margin: 100px 0 20px 0px;
	list-style-type:none;
	list-style-position:inside;
	padding: 10px;
	
}


h2.column_title{
	display: block;
	margin-top: 76px;
	font-size: 1em;	
	padding-left: 10px;
	float: left;
}


#center {
	width: 33%;
	float: left;
	
	min-height: 600px;
	height: auto !important;
    height: 600px;
	
	background-image:url(images/bgr_vert_24x512.jpg);
	background-position: left 66px;
	background-repeat: no-repeat;
	
	border: 0px solid red;
}

#center_cont{
	margin: 100px 0 20px 0px;
	padding: 10px;
}



#right {
	float: left;
	width: 33%;
	position: relative;
	
	min-height: 600px;
	height: auto !important;
    height: 600px;
	
	background-image:url(images/bgr_vert_24x512.jpg);
	background-position: left 66px;
	background-repeat: no-repeat;
	
	border: 0px solid red;
}

#right_cont{
	margin: 100px 0 20px 0px;
	padding: 10px;
	font-size: 0.8em;
}

#right_cont p{
	margin: 5px 0;
}

.message{
	color: #f00;
}



/* FORMS */
#content form{
	margin: 0px;
	padding: 0px;
}

#content form .form_row{
	margin: 0px 0 10px 0;
}

#content form .txt_field{
	width: 202px;
	border: 1px solid #737373;
	float: right;
	color: #627a8f;
	height: 16px;
	padding: 2px 3px;
	font: 0.9em/20px Verdana, arial,sans-serif;
}

#content form .txt_label{
	color: #627a8f;
}

#content form .select_container{
	width: 210px;
	float: right;
}

span.select {
	position: absolute;
	width: 206px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 22px;
	padding: 0 0 0 4px;
	color: #627a8f;
	background: url(images/select_210x22.gif) no-repeat right;
	overflow: hidden;
	font: 0.9em/22px Verdana, arial,sans-serif;
}

* html span.select {
	background: none;
}

#content form .select_field{
	position: relative;
	width: 210px;
	height: 22px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
	font: 0.9em/22px Verdana, arial,sans-serif;
	color: #627a8f;
}

#content form .form_error{
	clear: both;
	color: #f00;
	font-size: 0.8em;
	text-align: right;
}

#content form .form_fieldset {
	color: #627a8f;
	padding: 0 10px 10px 10px;
	margin-top: 20px;
	border: 1px solid #737373;
}

#content form .form_fieldset legend{	
	color: #000;
	padding: 0 5px 5px 5px;
}

#content form .form_fieldset a{
	color: #627a8f;
}

#content form .form_btn{
	margin-top: 20px;
	border: 1px solid #d5d5d5;
	background-color: #fff;
	padding: 3px 0 2px 0;
	text-transform: uppercase;
	font-size: 0.8em;
	cursor:pointer;
	float: right;
}
/* /FORMS */

#content form input.styled{
	display: none;
}

#content form .check_label{
	font-size: 0.8em;
	margin-top: 24px;
	float: left;
}

span.checkbox {
  width: 13px;
  height: 13px;
  margin-top: 24px;
  padding: 0 5px 0 0;
  background: url(images/checkbox.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
}