@charset "UTF-8";
.box {
	margin-bottom: 0;
}
.box-content {
	margin: 0;
	padding: 0;
}
.box .cornerTL {
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	padding-left: 10px;
	background-image: url(../images/corners-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.box .cornerTR {
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	background-image: url(../images/corners-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.box .cornerBL {
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	padding-left: 10px;
	background-image: url(../images/corners-left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.box .cornerBR {
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	background-image: url(../images/corners-right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.box .header {
	background-color: #fff;
	border-bottom: 0 solid #ccc;
}


.box .header h2 {
	margin: 0;
	padding: 0px 10px 8px 10px;
	font-size: 1.4em;
}
.box .header h4 {
	margin: 0;
	padding: 0px 10px 8px 10px;
	font-size: 1.4em;
}
.box .header p {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 8px 10px 8px 10px;
	font-size: 13px;
	font-weight: none;
}
.box .header, ul {
	background-color: none;
	border: 0px solid #999;
	font-size: 12px;
	list-style:square;
}
.box .header table {
	margin: 0;
	padding: 8px 10px 8px 10px;
	font-size: 12px;
	border: 1px solid #999;
}

.box .right {
	position: absolute;
	top: 0;
	right: 0;
}
.box .body {
	margin: 0;
	padding: 10px 10px 5px 10px;
	background-color: #fff;
	overflow-x: hidden;
}
.box .fullwidth {
	margin: 0;
	padding: 0 0px 5px 0px;
	background-color: #fff;
}
.box .body p {
	margin: 0;
	padding: 0 0 5px 0;
}

