@charset "utf-8";
/* CSS Document */

/* Created by May Yam
	Aurora (c) September 30th, 2008 
	Used primarily for features bullet lists */

.simplebox {
	padding:0 0 0 11px;
	margin:10px;
	background:url("../graphics/simplebox-l.gif") top left no-repeat;
	
}
.simplebox h4 {
	background:url("../graphics/simplebox-r.gif") top right no-repeat;
	margin:0;
	padding:8px 0 0.5em 0;
	
	
}

.simplebox p {
	margin:0 0 0 -11px;
	padding:0 11px 0.5em;
	border:1px solid #b3b3b3; 
	border-width:0 1px;
	background:#fff;
}


.simplebox div {
	margin:0 0 0 -11px;
	padding-left:11px;
	background:url("../graphics/simplebox-l.gif") bottom left no-repeat;
}
.simplebox b.more {
	display:block;
	text-align:right;
	padding:0 10px 10px 0;
	border:0;
	border-style:none;
	background:url("../graphics/simplebox-r.gif") bottom right no-repeat;
}
.marginright { /* fix for firefox when the the box is at the top of the page */
	margin-left: 130px;
}

.coloredBG{ 
	
	padding:5px;
	background:#cccccc;
	border:1px;
};
	