/* Some round fancies */
.tl, .tr, .bl, .br {
/*	background: url(../images/corners.gif) #EFEFEF;*/
/*	width: 10px;
	height: 10px;*/
	font-size: 0;
}

.tl, .bl {
	float: left;
}
.tr, .br {
	float: right;
}

.shiny_box {
	background:#92b6e5;
	border:#6395ca 1px solid;
	color: #fff;
	width:125px;
	overflow: hidden;
	padding:2px 0 2px 0px;
	margin:0;
	font-size:11px;
}
.shiny_box p {
	margin:10px;
}

.shiny_box .tl {
	background-position: -190px 0px;	
}
.shiny_box .tr {
	background-position: -200px 0px;	
}
.shiny_box .bl {
	background-position: -190px 5px;	
}	
.shiny_box .br {
	background-position: -200px 5px;	
}

.shiny_box_body {
	clear: both;
	padding: 0 0px;
	overflow: hidden;	
}
* html .shiny_box_body {
	height: 1%;	
}

.simple_box {
	width:200px;
	padding:5px;
	background-color:#D9E6F7;
	border:3px solid green;
}