.box-container {
    font-family: 'Trebuchet MS' !important;
    font-weight: normal;
    margin: 30px 0 0;
}

.outer-frame {
	_border: 1px solid #ddd;
	background: #fff;
	margin: 0px;
	padding: 2px;
	-moz-box-shadow: 2px 2px 14px #666;
	-webkit-box-shadow: 2px 2px 14px #666;
	box-shadow: 2px 2px 14px #666;
}

.inner-frame {
	position: relative;
	font-size:14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: 1px;
}

/* Roundness*/
.outer-frame {
	border-radius: 10px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.inner-frame {
	border-radius: 10px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
}

/* Colors and content */
.inner-frame {
	background: #A6D0E8; /*lrv_colors:color_02*/
	color : #000000; /*lrv_colors:color_04*/
    font-size: 1em;
}

#content .inner-frame p.bodyText {
	color : #000000; /*lrv_colors:color_04*/
    letter-spacing: 1px;
    margin: 0;
    margin-top: 1em;
    padding: 0 0 16px;
    text-align: left;
}

.inverted .outer-frame {
	background: none repeat scroll 0 0 #A6D0E8; /*lrv_colors:color_02*/
}

.inverted .inner-frame {
	background: #000000; /*lrv_colors:color_04*/
	color : #A6D0E8; /*lrv_colors:color_02*/
}

#content .inverted .inner-frame p.bodyText {
	color : #A6D0E8; /*lrv_colors:color_02*/
}