#mait_approval_box{

	border-bottom: 1px solid #DFDFDF;

	margin-bottom: 10px;

}

#mait_approval_list{

    padding: 6px 10px;

	display: none;

}

.mait_options_bar{

    padding: 6px 10px;

}

#mait_progress_bar{

	border: 1px solid #DFDFDF;

	width: 100%;

	height: 30px;

	margin: 10px 0px;

}

#mait_progress{

	-webkit-border-radius: 3px; 

	-moz-border-radius: 3px; 

	border-radius: 3px; 

	background-color: #21759B;

	height: 100%;

	display: inline-block;

	text-align: center;

	color: white;

	font-weight: bold;

	font-size: 13px;

	line-height: 30px;

	/* Safari 4-5, Chrome 1-9 */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#175876), to(#21759B));

	/* Safari 5.1, Chrome 10+ */

	background: -webkit-linear-gradient(top, #21759B, #175876);

	/* Firefox 3.6+ */

	background: -moz-linear-gradient(top, #21759B, #175876);

	/* IE 10 */

	background: -ms-linear-gradient(top, #21759B, #175876);

	/* Opera 11.10+ */

	background: -o-linear-gradient(top, #21759B, #175876);

}

#mait_header{

	font-size: 16px;

	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;

}

#mait_approve, #mait_remove_approval{

	float: right;

}

.mait-fix{

	border-top-color: #DFDFDF !important; 

}