/*modal*/
#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height: 350px;
  width:400px;
  background-color:#fff;
  border:2px solid #9DAE6A;
}

#simplemodal-container a.modalCloseImg {
  background: url(../images/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
  	_background:none;
	_right:-14px;
	_width:22px;
	_height:26px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/x.png', sizingMethod='scale');
}
/*fim*/

#simplemodal-container .logomodal{
	height: 20px;
	width: 390px;
	line-height: 20px;
	background: #57574F;
	color:#FFF;
	padding: 0 5px;
	font-weight: bold;
	text-align: left;
}

#simplemodal-container .conteudo{
	width: 380px;
	height: 330px;
	padding: 0 10px;
	overflow: auto;
}