/* POP UP INDIQUE */
.pop_up {
	display: none;
}

.pop_up h4 {
	font-weight: normal;
	font-size: 1.7em;
	color: #e45300;
}

.pop_up .fechar {
	color:#FFFFFF;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin-left:320px;
	padding:5px 0;
	text-decoration:none;
	width:68px;
}

* html .pop_up .fechar {
	margin-right: -22px;
}

.pop_up * {
	position: relative;
}

.pop_up button {
	/**display: block;**/
	width: 81px;
	height: 22px;
	border: 0;
	background: url(../img/form_botao_mapa.gif) no-repeat;
	font-weight: bold;
	font-size: 1em;
	line-height: 22px;
	color: #fff;
	cursor: pointer;
}

#comente {
	/**position: absolute;**/
	/**left: 50%;**/
	width: 342px;
	/**height: 468px;**/
	/**margin-left: -206px;**/
	padding: 0 45px 0 25px;
}

#comente .fundo {
	position: absolute;
	width: 412px;
	height: 468px;
	margin-left: -25px;
	background: url(../img/bg_pop_up_grande.png) no-repeat;
}

* html #divMultiUnimed-container #divMultiUnimed #comente .fundo
	{
	background: transparent;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'../img/bg_pop_up_grande.png', sizingMethod = 'crop' );
}

* html #comente .fechar {
	margin-right: -22px;
}

#comente h4 {
	margin: 15px 0 15px;
}

#comente li {
	padding-bottom: 5px;
}

#comente label {
	font-weight: bold;
	line-height: 22px;
}

#comente input {
	width: 255px;
}

#comente textarea {
	width: 345px;
}

#comente label input,#comente label textarea {
	display: block;
}

#comente .dados_amigo {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}

#comente fieldset {
	border:0 none;
}

#comente button {
	margin-top: 10px;
}

#comente form select, 
#comente form input,
#comente form textarea {
	border:1px solid #D5D5D5;
	color:#666666;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:0.9em;
}

#resultado #comente button {
	margin-top:10px;
}

#resultado .pop_up button {
	background:url("../img/form_botao_mapa.gif") no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:1em;
	font-weight:bold;
	height:22px;
	line-height:22px;
	width:81px;
}

#resultado .pop_up .fechar {
	color:#FFFFFF;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin-right:-45px;
	padding:5px 0;
	text-decoration:none;
	width:68px;
	margin-right:-45px;
}

* html #comente button {
	margin-right: -10px;
}

#sucesso {
	position: absolute;
	left: 50%;
	width: 342px;
	height: 218px;
	margin-left: -206px;
	padding: 0 45px 0 25px;
}

#sucesso .fundo {
	position: absolute;
	width: 412px;
	height: 218px;
	margin-left: -25px;
	background: url(../img/bg_pop_up_pequena.png) no-repeat;
}

* html #divMultiUnimed-container #divMultiUnimed #sucesso .fundo
	{
	background: transparent;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'../img/bg_pop_up_pequena.png', sizingMethod = 'crop' );
}

#sucesso h4 {
	margin: 30px 20px 30px 40px;
	text-align: center;
}

#sucesso p {
	margin: 0 20px 0 40px;
	text-align: center;
	color: #0d7040;
}

body {
	padding:0; 
	margin:0; 
	height:100%; 
	width:100%;
}

#dialogModal-overlay {
	background-color:transparent; 
	cursor:wait;
}

#dialogModal-container {
	background-color: transparent;
	font-size: .68em;
	width: 420px; 
	margin: 0;
	padding: 0;
}

#comente span {
	color:#E55300;
}