/*--------------------------------------------- */
/*              >>> ROUND BOX <<<               */
/*--------------------------------------------- */


/* BACKGROUND
=============================================== */

.box { background-color: #f5f5f5; }

.box-head, .box-head div,  
.box-foot, .box-foot div,
.box-head h1, .box-head h2, .box-head h3,
.box-head h4, .box-head h5, .box-head h6
{
	background: url(/download-noauth/lib/boxes/img/3png) 0 0 no-repeat;
}  

.box-head     { background-position: 0 0!important;       }
.box-head div { background-position: 100% 0!important;    } 
.box-foot     { background-position: 0 100%!important;    } 
.box-foot div { background-position: 100% 100%!important; }


/* LAYOUT
=============================================== */

.box { margin-bottom: 1.5em; }

.box-head div, .box-foot div { line-height: 5px; }

.box-inner {
	overflow: hidden;
	padding: 5px 10px;
}


/* ELEMENTS
=============================================== */

.box-head h1, .box-head h2, .box-head h3,
.box-head h4, .box-head h5, .box-head h6,
.box-foot div p
{
	line-height: normal;
	padding: 5px 10px;	
}

.box-foot div p {
	margin: 0;
	padding: 0;
}
