/* CSS Document */
html, body {
	margin:0px; 
	padding:0px; 
	background-color:#90CA28; 
	font-family:arial,tahoma,verdana,sans-serif; 
	font-size:12px;
}

body{
	background:#90CA28 url(graph/background_sky.jpg) no-repeat center 0px;
	min-width:980px;
}

#row_top_gradient {
	background:#90CA28 url(graph/gradient_top.jpg) repeat-x left top;
	width:100%;
	min-width:980px;
	height:59px;
	position:absolute;
	top:0px;
	left:0px;
}

#row_white {
	background:#FFF url(graph/white_traces.jpg) repeat-x left top;
	height:83px;
	width:100%;
	position:absolute;
	top:450px;
	left:0px;
}

#row_bottom_gradient {
	background:#90CA28 url(graph/gradient_bottom.jpg) repeat-x left top;
	max-height:230px;
	height:100%;
	width:100%;
	position:absolute;
	top:533px;
	left:0px;
}

/* This bit does all the work */
#main_container {
	position:relative;
	width:980px;
	min-height:450px;
	margin:0px auto; 
}

#top_margin{
	padding:0px;
	height:18px;
}

#top_bar{
	width:960px;
	height:60px;
	margin:0px 10px;
}

#top_bar_content{
	display:block; 
	height:52px;
	background:url(graph/transparency.png) repeat;
}

#top_logo{
	float:left;
	margin-top:7px;
	margin-left:16px;
}

#top_flags{
	float:right;
	margin-top:7px;
	margin-right:16px;
}

.top_single_flag{
	float:right;
	margin-left:17px;
}

.top_xtop, .top_xbottom {display:block; background:transparent; font-size:1px;}
.top_xb1, .top_xb2, .top_xb3, .top_xb4 {display:block; overflow:hidden;}
.top_xb1, .top_xb2, .top_xb3 {height:1px;}
.top_xb2, .top_xb3, .top_xb4 {background:url(graph/transparency.png) repeat;}
.top_xb1 {margin:0 5px; background:url(graph/transparency.png)}
.top_xb2 {margin:0 3px; border-width:0 2px;}
.top_xb3 {margin:0 2px;}
.top_xb4 {height:2px; margin:0 1px;}

#animals_bar{
	height:216px;
	background:url(graph/animals.png);
	background-repeat:no-repeat;
	background-position:35px 6px;
}

#animals_product_logo{
	padding-left:485px;
	padding-top:30px;
}

#outer_rounded{
}

.outer_xtop, .outer_xbottom {display:block; background:transparent; font-size:1px;}
.outer_xb1, .outer_xb2, .outer_xb3, .outer_xb4 {display:block; overflow:hidden;}
.outer_xb1, .outer_xb2, .outer_xb3 {height:1px;}
.outer_xb2, .outer_xb3, .outer_xb4 {background-color:#FFF;}
.outer_xb1 {margin:0 5px; background-color:#FFF;}
.outer_xb2 {margin:0 3px; border-width:0 2px;}
.outer_xb3 {margin:0 2px;}
.outer_xb4 {height:2px; margin:0 1px;}

#outer_content{
	background-color:#FFF;
}

#inner_rounded{
	padding:4px 8px;
	background-color:#FFF;
}

#inner_content{
	background-color:#EFFBFF;
}

.inner_xtop, .inner_xbottom {display:block; background:transparent; font-size:1px;}
.inner_xb1, .inner_xb2, .inner_xb3, .inner_xb4 {display:block; overflow:hidden;}
.inner_xb1, .inner_xb2, .inner_xb3 {height:1px;}
.inner_xb2, .inner_xb3, .inner_xb4 {background-color:#EFFBFF;}
.inner_xb1 {margin:0 5px; background-color:#EFFBFF;}
.inner_xb2 {margin:0 3px; border-width:0 2px;}
.inner_xb3 {margin:0 2px;}
.inner_xb4 {height:2px; margin:0 1px;}

#content{
	min-height:200px;
	padding:15px 30px;
	text-align:left;
}

#content_column_1{
	float:left;
}

#content_column_2{
	float:right;
	max-width:430px;
}

#content_reg_col{
	float:left;
	width: 440px;
}

#content h1{
	font-weight:bold;
	font-size:14px;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}

#content a:link,
#content a:visited,
#content a:active{
	color:#0060A9;
	text-decoration:underline;
}

#content a:hover{
	color:#0091FF;
	text-decoration:underline;
}

#footer{
	margin:5px;
	width:100%;
	text-align:center;
	color:#C8E49A;
}

#footer a:link,
#footer a:visited,
#footer a:active{
	font-weight:bold;
	color:#C8E49A;
	text-decoration:none;
}

#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}

#error_frame{
	background-color:#EEAAAA;
	border:1px solid #FF8888;
	padding:10px;
}

.clear{
	clear:both;
}

a img{
	border:0px none;
}

#top_flags a img{
	margin-left:-2px;	
}

#top_flags a:link,
#top_flags a:visited,
#top_flags a:active,
#top_flags a:hover{
	font-size:10px;
	color:#7B7D77;
	text-decoration:none;
}




/* FORM */

div.div_field{
	height:40px;
}

div.div_label{
	font-size:20px; 
	float:left;
	width:200px;
	color:#333;
	text-align:left;
}

div.div_input{
	float:left;
}

#div_submit{
	margin-left:183px;
	padding-top:10px;
}

#date_day{
	width:50px;
	text-align:center;
}

#date_month{
	width:50px;
	text-align:center;
}

#date_year{
	width:64px;
	text-align:center;
}

#div_form form{
	margin:0px;
	padding:0pcx;	
}

#div_reg_text{
	float:left;
	width:340px;
}

#div_reg_checkbox{
	float:left;
	margin-left:23px;
	margin-top:0px;
}

#div_personaldata_checkbox{
	float:left;
	margin-left:23px;
	margin-top:0px;
}

div.div_input input{
	font-size:20px;
	width:180px;
	margin:0px;
	padding:0px;
	background:#0060A9;
	text-align:center;
	color:#FFF;
}

#code{
	width:120px;	
}

#precode{
	width:52px;
}

div.sub_form{
	padding-left:24px;
	padding-top:10px;
}

div.label{
	width:100px;
	float:left;
	margin:0px;
	padding-bottom:12px;
}

div.sub_form textarea{
	width:160px;
}

input.reg_input{
	width:160px;
	margin:0px;
	padding:0px;	
}

textarea.reg_textarea{
	width:160px;
	margin:0px;
	padding:0px;	
}

input.reg_input_postcode1{
	width:26px;
	margin-left:0px;
	padding:0px;	
}

input.reg_input_postcode2{
	width:35px;
	margin-left:0px;
	padding:0px;	
}

select.reg_select{
	width:165px;
	margin:0px;
	margin-left:0px;
	padding:0px;
	font-style:italic;
}

input.reg_input_nip1
{	
	float:none;
	width:33px;
	padding:0px;
	margin:0px;
}

input.reg_input_nip2
{	
	float:none;
	width:26px;
	padding:0px;
	margin:0px;
}

option.reg_option{
	color:#000000;
}

div.description{
	color:#888888;
	font-size:10px;
	width:265px;
}

.div_precode_confirmation
{
	font-size:30px;
	width:100%;
	text-align:center;
}

