/* ----- Frontpage - Country select ----- */
.country_select {
font-size:90%;
width:97%;
} 

/* ----- Image ----- */

.imageblock {
	text-align:center;
	}
	
/* ----- Dotline-blue for 100% content ----- */	

.dotline-blue_content {
	background-image:url(../img/lines/dot_b.gif);
    background-position:center;background-repeat:repeat-x;
    width:100%;
    height:20px;
   }	
    
/* ----- Ingress ----- */    
p.ingress {
	color:#0099cc;
	margin-top:10px;
	font-weight:bold;
	}
    
/* ----- 2 Column Newslist ----- */    

#news2 {
	margin:0;
	padding:4px 0 8px 0;
	}

#news2 .leftcol {
	background:#e7fffd;
	width:283px;
	padding:8px 8px 0 8px;
	}
	
#news2 .middlecol {
	background:url(../img/lines/dot_skyb_v.gif) top left repeat-y;
	}
	
#news2 .rightcol {
	background:#e5f1ff; 
	width:284px;
	padding:8px 8px 0 8px;
	}	
	
h3.news_tit2 {
	padding-bottom:8px;
	font-weight:bold;
	color:#333;
	}	
	
a.news_arrow {
	width:260px;
	float:left;
	padding-left:17px;
	background:url(../img/icons/arrow_r_b.gif) no-repeat 0 0;
	margin-bottom:16px;
	}	
	
/* ----- Form Elements ----- */

.form_element_div {
	width:100%;
	}

.form_element_div .leftside {
	float:left;
	width:150px;
	}
	
	

.form_element_div .rightside {
	float:left;
	}

.clearer {
	clear:both;
	height:10px;
	}

.input_text	{
	width:250px;
	padding:2px;
	background:#fff;
	border:#7f9db9 1px solid;
	}	
	
.input_textarea	{
	width:250px;
	padding:2px;
	background:#fff;
	border:#7f9db9 1px solid;
	font-family:arial,verdana,helvetica,sans-serif;
	}		
	
.form_red {
	color:#ff0000;
	}	
	
/* ----- Search results page ----- */

.smaller_text {
	font-size:90%;
	line-height:110%;
	}
		