.jmodaldlgwrap {display: none;position: fixed; top:0px; left: 0px; width: 100%; height: 100%;z-index: 40000;}
.jmodaldlgbg { position: absolute; background-color: #777777; opacity: 0.7;top:0px; left: 0px; width: 100%; height: 100%;z-index: 40010;}
.jmodaldlgcover {
	position: absolute; 
	display: inline-block;  
	border: 1px solid #eaeaea; 
	background-color: #FFF;  
	border-radius: 7px; opacity: 1; z-index: 40020;
    top: 2%;
    left: 2%;
    height: 96%;
    width: 96%;
    overflow: auto;
}

.jmodaldlgcontent {padding: 7px 5px;}
.jmodaldlgcontent button{

	
}


.jmodaldlgfooter {display: inline-block; width: 400px; height: 40px; background: white; }
.jmodaldlgcolse {

	position: absolute; top: 2px; right: 6px; cursor: pointer;
	
	/*border: thin solid  #FFFF00;*/
	font-weight: bold;
    font-family: candara, arial,tahoma;
    font-size: 17px;
	width: 16px; height: 16px;
	text-align: center; 


}

.jmodaldlgcontent .makeorder {
	border-top: 1px solid #555555;
	margin-top: 5px;
	padding-top: 5px;
}

