
#glayLayer{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:black;
    opacity: 0.00;
    filter:alpha(opacity=0);
    z-index: 9999;
}
.css_btn_class_save_prev {
	margin-left:120px;
	text-align:center;
	height:40px;
	font-size:15px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:10px 20px;
	text-decoration:none;
	background-color:#00ff00;
	color:#000000;
	z-index: 9999;

}.css_btn_class_save_prev:hover {
	background-color:#4197ee;
}.css_btn_class_save_prev:active {
	position:relative;
	top:1px;
}

.css_btn_class_back_prev {
	text-align:center;
	height:40px;
	font-size:15px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:10px 20px;
	text-decoration:none;
	background-color:#3300ff;
	color:#fff;
	z-index: 9999;

}.css_btn_class_back_prev:hover {
	background-color:#4197ee;
}.css_btn_class_back_prev:active {
	position:relative;
	top:1px;
}

.css_btn_class_view{
	margin:100px 0 0 100px
	text-align:center;
	height:40px;
	font-size:15px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:10px 20px;
	text-decoration:none;
	background-color:#33aaff;
	color:#fff;
	z-index: 9999;

}.css_btn_class_view:hover {
	background-color:#4197ee;
}.css_btn_class_view:active {
	position:relative;
	top:1px;
}

#prevmenu{z-index: 99999;height:70px;width:100%;background:#f00;position:fixed;top:0;left:0;background-color:
	rgba(200,0,0,0.5);
	filter:alpha(opacity=50);
}
.prevmenuBtn{z-index: 99999;height:70px;width:100%;position:fixed;top:20px;left:0;}
.prevmenuMsg{z-index: 99999;height:70px;position:relative;}
.prevText{position: relative; font-size:28px;z-index: 99999;text-align:left;color:#fff;}
.editbtn{position: relative; z-index: 99999;top:-40px;text-align:center;}
