#page h1 {
	margin-bottom:3px;
}

#page {
	color:#ababab;
}

#content {
	margin-top:0px;
}

#content form{
	color:#ababab;
	font-size: 11px;
}

label{
}

th{
	width: 100px;
	vertical-align:top;
	text-align:right;
	padding: 1px 5px 0 0;
	font-weight: normal;
}

tr.required th{ 
	font-weight: bold;
}


#page ul.radio_list li{
	display: inline;
	list-style: none;
	list-style-image: none;
	margin: 0 15px 0 0;
	background:none;	
	padding: 0px 0 0 0px;
}


.input_text{
	width: 345px; 
	height: 16px;
	padding: 2px 0 0 4px;
	margin: 0 0 3px 0;
	border: none;
	background: url(../images/background_input.png) left top no-repeat;
}

#contact_newsletter{
	margin: -3px 0 0 0;
}

#contact_message{
	width: 345px; 
	height: 168px;
	padding: 2px 0 0 4px;
	border: none;
	background: url(../images/background_textarea.png) left top no-repeat;
	color:#313030;
    font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

#contact_button{
	color:#FFF;
	font-size: 13px;
	border: none;
	float: right;
	width:110px;
	height:25px;
	padding: 0px 0 2px 10px;
	margin: 0 25px 0 20px ;
}



#page ul.error_list li{
	display: block;
	list-style: none;
	list-style-image: none;
	background:none;	
	margin: 5px 15px 4px 1px;
	color: #b90727;
	padding: 0 0 0px 0px;
	height:16px;
	font-weight:bold;
	line-height:10px;
}

#indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    z-index: 10;
    background: url(../images/spinner.gif) no-repeat 0 0;
}

#legal_motions{
	margin: 0px 0 0 0px;
	width: 210px;
	font-size: 8px;
	text-align: justify;
}

#legal_motions p{
	line-height:8px;
}


