/* CSS Document */
.roundcont {
	width: 250px;
	background-color: #FC7E04;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/links_boxes/orange_dark_top_right.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/links_boxes/orange_light_bottom_right.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.boxmiddle {
	background-color: #FCDEBC;
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 


RoundedTop("div.news","#FFF","#91A7E3");
RoundedBottom("div.news","#FFF","#E0D6DF"); 

select  { 
 width: 100%;
}