.op_box{
	padding: 10px 0px 10px 5px;
	vertical-align:top;
	text-align:left;
	font-size:12px;
	color:black;
	width:100%;
    height:100px;
    min-height:100px;
    height:auto !important;
    border-bottom:1px solid #D2CEC0;
   	overflow:auto;
   	margin-bottom:10px;
}
.op_heading{
	font-family:inherit;
	font-size:14px;
    color:#7f960d;
	font-weight:bold;
	width:100%;
	overflow:auto;
	margin-bottom: 10px;
}
.op_heading a{
    font-size:14px;
    font-weight:bold;
    color:#7f960d;
}

.op_lnk{
	font-family:inherit;
	font-size:12px;
    color:#C0362C;
	font-weight:bold;
    border: 1px solid rgb(221, 230, 215);
    padding: 5px;
    background-color: #FAFAFA;
    text-align: center;
}
.op_lnk:hover{
    background-color:#F1F1F1;
    text-decoration:none;
}

.op_norm_lnk{
	font-family:inherit;
	font-size:12px;
    color:#C0362C;
    text-decoration:none;
}