.overprogress {
	background-color:#E3E3C7;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D5D59D;
	width:100%;margin:0 auto;position:absolute;top:0px;
	height:30px;
}
.buttontable{
	background-color: #E3E3C7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D59D;
	height:30px;
    padding-top:5px;
    text-align: right;
}
.buttoninput {
	background-color: #C7C78F;
	border: 1px solid #737357;
	color: #3B3B1F;
	cursor:pointer;
}
.spanTitle{
	font-size: 14px;
	font-weight: bold;
	color: #737357;
	float: left;
	line-height: 30px;
	text-indent: 10px;
}
.spanCloseLightBox{
	float: right;
	height:12px;
	width:12px;
	background: url(../img/close.gif) no-repeat center center;
	cursor: pointer;
	margin-right:10px;
	margin-top:5px;
}
.spanCloseLightBoxover{
	float: right;
	height:12px;
	width:12px;
	background: url(../img/closeover.gif) no-repeat center center;
	cursor: pointer;
	margin-right:10px;
	margin-top:5px;
}
.myProcessLayer{
border: 1px solid #D5D59D;
}
.highlightWord {
	background-color: yellow;
}