.revertPage { 
	border:1px solid #6F4600;
	background:#FFFFCC url(/design/icons/refresh.png) 5px center no-repeat;
	color:#6F4600;
	font-weight:bold;
	margin:5px;
	clear:both;
	padding-left:20px;
	font-size:11px;
	height:30px;
	}
.showEdit:hover {cursor:pointer;border:1px dashed #CCC;}
.revertPage div {padding:0px 3px !important;height:30px;display:table-cell;vertical-align:middle;}
#plOpt {width:65px;text-align:right !important;}

.contHolder {display:table;width:100%;}

.subOpt { float:left;height:22px;position:relative;}
.subOptBar {height:40px;}
.optT {position:absolute;top:6px;left:30px;}
.submitAdd {color:green;padding:4px;margin:3px 2px 3px 0;border:1px solid green;background:#BFFFC8;font-weight:700;width:125px;}
.submitAdd:hover {background:white;cursor:pointer;}

.editAdd {color:#036;padding:4px;margin:3px 2px 3px 0;border:1px solid #036;background:lightblue;font-weight:700;width:125px;}
.editAdd:hover {background:white;cursor:pointer;}

.nextStep {color:green;padding:4px;margin:3px 2px 3px 0;border:1px solid green;background:#BFFFC8 url(/design/icons/check.png) left center no-repeat;padding-left:10px;font-weight:700;width:125px;}
.nextStep:hover {cursor:pointer;background:white url(/design/icons/check.png) left center no-repeat;}

