@charset "utf-8";
/* CSS Document */
/* Common ******************/

#bg_back{
    background-color :#EEEBE8;
    border :1px dotted #D7D7D7;
    padding :10px;
    margin-top :10px;
}
#examback{
background-color :#ECE9D8;
padding :10px;
margin-top :10px;
margin-bottom :10px;
}
#certificateleft{
	float:left;
	margin-right :9px;
	margin-top :10px;
	width :166px;
}
#certificateright{
	float:left;
	margin-top :10px;
	width :166px;
}
.box {
	float: left;
	height: 90px;
	width: 250px;
	margin: 0px 10px 15px 0px;
	font-size: 100%;
	background-color: #F8F8F8
}
.label{
	padding: 7px 3px 3px 8px;
	margin: 0px 0px 10px;
	border-left: 10px solid #11498B;
	font-weight: bold;
	color: #707070;
	background-color: #E7EEF5;
}
.box p{
	margin: 10px !important;

