/******************************************************************************
* Box 3 layout
******************************************************************************/
 .box3-container {
	position: relative;
	border:1px solid #ccc;
	margin-bottom:10px;
	clear:both;
	background-color:#ddd3ca;
}
 .box3-topleft,
 .box3-topright,
 .box3-bottomleft,
 .box3-bottomright {
	height: 5px; width: 5px;
	background-repeat: no-repeat;
	font-size:2px;
}
 .box3-topleft {
	position:absolute;
	top:-1px;
	left:-1px;
	background: url(../modules/default-skins/css/img/box3-topleft.png) no-repeat top left;
}
 .box3-topright {
	position:absolute;
	top:-1px;
	right:-1px;
	background: url(../modules/default-skins/css/img/box3-topright.png) no-repeat top right;
}
 .box3-bottomleft {
	position:absolute;
	bottom:-1px;
	left:-1px;
	background: url(../modules/default-skins/css/img/box3-bottomleft.png) no-repeat bottom left;
}
 .box3-bottomright {
	position:absolute;
	bottom:-1px;
	right:-1px;
	background: url(../modules/default-skins/css/img/box3-bottomright.png) no-repeat bottom right;
}
 .box3-text {
	margin: 10px;
	overflow: hidden;
	height:1%
}
 .box3-text h3.box3-header {
	color:#900;
	margin-bottom:0
}
/******************************************************************************
* Box 3 style1
******************************************************************************/
 .box3-style1 .box3-container {
	border:1px solid #ccc;
}
 .box3-style1 {
	background-color:#fff;
}
