@charset "UTF-8";
/* CSS Document */

#caixes{
	padding:0px 10px 10px 10px;
}

.caixa{
	position:relative;
	margin-top:10px;
	background-color: #CCCCCC;
}  


.caixa_content{
	padding:15px 20px;
	overflow:hidden;
}



.roundtop {
	height:10px;
	background-image: url(../img/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: none;
}

.roundbottom {
	height:10px;
	background-image: url(../img/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: none;
}

.roundtop_red {
	height:10px;
	background-image: url(../img/rr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: none;
}

.roundbottom_red {
	height:10px;
	background-image: url(../img/rh.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: none;
}

.roundtop_white {
	height:10px;
	background-image: url(../img/wr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: none;
}

.roundbottom_white {
	height:10px;
	background-image: url(../img/wh.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: none;
}


img.corner {
 width: 10px;
 height: 10px;
 border: none;
 display: block !important;
}

