.jqmWindow {
	width: 314px;
	margin-left: -157px;
	display: none;
	position: absolute;
	left: 50%;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #414042;
	background-color: #f4f3ef;
}

#imagem-ampliada {
	width: auto!important;
	margin-left: -250px;
	padding: 10px;
}
#imagem-ampliada a {
	width: 15px;
	height: 15px;
	margin: 10px;
	line-height: 15px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f4f3ef;
}
#imagem-ampliada p {
	margin-top: 5px;
	font-weight: bold;
}
/* Validação */
.erro {
	margin-top: 2px;
	font-size: 120%;
	color: #c12222!important;
	display: none;
}
.campo { border: 2px solid #c12222!important; }

/* Header */
.jqmWindow .header {
	width: 290px;
	height: 20px;
	padding: 2px 12px 0 12px;
	background: url(../img/bkg/rodape_post_blog.gif) repeat-x;
}
.jqmWindow .header h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	float: left;
}
.jqmWindow .header a.jqmClose {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: right;
}

/* Content */
.jqmWindow form {
	width: 292px;
	padding: 10px;
}
.jqmWindow form label {
	width: 290px;
	margin: 7px 0 8px 0;
	font-size: 1.2em;
	display: block;
}
.jqmWindow form input, .jqmWindow form textarea {
	width: 284px;
	padding: 3px;
	font-size: 1.2em;
	overflow: auto;
	border: 1px solid #3c3e37;
}
.jqmWindow form .btnEnviar {
	width: 54px;
	height: 19px;
	margin-top: 10px;
	float: right;
	background: url(../img/btn/enviar.gif) no-repeat;
}


.jqmOverlay { background-color: #000; }
