.modal{display:none;}
.modalBody{position: fixed; z-index:1000; background: #fff; width:400px; left:50%; top:50%; height: 400px;}
.modalBK{position: fixed; z-index:999; height:100%; width:100%;background:#000; opacity: 0.9;filter: alpha(opacity=30);-moz-opacity:0.90;}

.btns{ font-size: 80px; width:150px; background:#111; height: 150px; line-height:150px; text-align:center; font-family: arial; color: #fff; float: left; margin:10px; cursor: pointer}
.close{ border:1px solid #ff0000;  cursor: pointer; text-align:right;}
.modal{width:690px; color: #000;}
.modal p{font-size:12px; text-align:justify;}
.modal h1{font-weight:bold; font-size: 30px;}
.modalBody{padding: 10px;}


.popupTitle {
	padding : 10px 5px 5px 10px; 
	font-size:12px;
	font-weight:bold;
}


#termSelectArea {
	
	width : 375px;
	height: 330px;
	overflow-x:auto;
}

.modalBodyMaskTime{ position: fixed; z-index:1000; background: #fff; width:280px; height: 220px; left:50%; top:50%;}
.modalBodyMaskTime{ padding: 10px;  }


#userInputArea {
	padding : 10px 5px 5px 10px; 
}
