#modalOverlay {
  background-color:#000;
}
#modalContainer {
	height:400px;
	width:500px;
	top:50%;
	left:50%;
	margin:10px;
	background-repeat:repeat;
	background-color:#fff;
	border:2px solid #ccc;  
}
.modalData{
	overflow:auto;
	width:100%;
	height:100%;
	padding:5px;
}
/*#modalContainer {
  height:400px;
  width:600px;
  left:50%;
  top:15%;
  margin-left:-300px;
  background-color:#fff;
  border:3px solid #ccc;
}*/

#modalContainer a.modalCloseImg {
  background:url(/Scripts/model/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

.modalTextarea{
	background-color: transparent;
	padding:20px 10px 10px;
	overflow:auto;
	width:261px;height:130px;
	border:0;	
	color:#000;
	size:30;
	margin:20px;
}
.modalTextareaBg{
	background-position:left;
	background-repeat:no-repeat;
	background-color: transparent;
	margin:10px;
	width:316px;height:200px;
	text-align:center;
}
