/******************************************************************************
* Box 2 defaut
******************************************************************************/
.box2 {
    border: 1px solid #A1C4D0;
    border-radius: 5px;
    margin: 10px;   
}

.box2-text {
	margin: 10px 10px 1em 10px;
	overflow: hidden;
	height:1%;
	text-align:center;
}

h2.box2-header{
	color: #A1C4D0;
	margin:-11px 0 0;
	padding: 0 5px;
    text-align:center;
}

h2.box2-header span {
    background-color: #fff;
    padding:6px;
}
.box2-topleft,
.box2-topright,
.box2-bottomleft,
.box2-bottomright {
}
.box2-bottomleft {
}
.box2-bottomright {
}
.box2-topleft {
}
.box2-topright {
}
.box2-illustration{
	background: transparent url(img/img5.png) repeat top left;
	height:75px;
}
.box2-more{
	font-size:80%;
	font-size:11px;
	font-weight:bold;
	position:absolute;
	right:0;
	bottom:0;
	line-height:14px;
	background: transparent url(img/box2-more.png) no-repeat top left ;
	padding:1px 10px;
	margin-bottom:0;
}
/******************************************************************************
* Box 2 style1
******************************************************************************/

.box2-style1 h2.box2-header{
	background: #404d6c	 url(img/box2-style1-header.png) repeat-x left top;
	color:#fff;
}

/******************************************************************************
* Hide title
******************************************************************************/
.box2 .box2-text .title{
    display:none;        
}