@charset "utf-8";
/* CSS Document */
/************** INFO BOX *************/
.infobox_inside {
clear:both;
background-color:#F1B03C; 
padding: 5px 10px 0px 10px;
}
.infobox_inside ul{padding: 15px; line-height: 1.7em;
}
.left_infobox_corner {
	background:url("/images/infobox_topleft.png") no-repeat left top;
	margin:0;
	padding:0 0 0 12px;
 	float:left;  
}
.right_infobox_corner {
	background:url("/images/infobox_topright.png") no-repeat right top; 
	display:block;
 	float:left;
  	padding:7px 15px 7px 7px;
}
.left_infobox_corner_bottom {
	background:url("/images/infobox_bottomleft.png") 	no-repeat left top;
	margin:0; 
	padding:0 0 0 12px;
 	float:left; height:31px;  
}
.right_infobox_corner_bottom {
	background:url("/images/infobox_bottomright.png") no-repeat right top; 
	display:block;
 	float:left; 
  	padding:7px 15px 7px 7px;
  	height:31px; 
}
.right_infobox_corner h1  {
	color: #fff; 
	font-size:18px !important;
	line-height:12px; 
	padding:0px !important;
	margin:0px!important;
}


