/*
MODAL
*/

.jqmWindow {
	width: 536px;
	margin-left: -280px;
	padding: 12px;
	display: none;
	position: absolute;
	left: 50%;
	font-size: 1.1em;
	color: #000;
}

/* Header */

.jqmWindow .header {
	width: 463px;
	padding: 29px 36px 0 36px;
	background-color: #fff;
}
.jqmWindow .header a.image-replace {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 3px;
	right: 2px;
	cursor: pointer;
	background: url(../img/btn/fechar.png) no-repeat;
}
.jqmWindow .header strong {
	font-family: 'trebuchet ms', verdana, helvetica, sans-serif;
	font-size: 2.4em;
	color: #5a763e;
}
.jqmWindow .header .borda-inferior {
	width: 463px;
	height: 1px;
	margin-top: 3px;
	line-height: 0;
	display: block;
	background-color: #7b9165;
}
.jqmWindow .header p {
	padding-bottom: 12px;
	font-family: verdana, sans-serif;
	font-size: 1.0em;
}
.jqmWindow .header .barra {
	width: 463px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	display: block;
	background-color: #7b9165;
}

/* Content */

.jqmWindow .content {
	width: 463px;
	padding: 0 36px 36px 36px;
	background-color: #fff;
}
#box-marca .content { padding-top: 20px; }
#box-marca .content img {
	padding: 0 20px 20px 0;
	float: left;
}
#box-marca .content p.first { padding: 0; }
.jqmWindow .content span {
	line-height: 13px;
	display: block;
}
.jqmWindow .content .audio {
	width: 463px;
	height: 38px;
	margin-top: 15px;
	padding-top: 20px;
	background-color: #5a763e;
}
.jqmWindow .content .player {
	width: 320px;
	height: 16px;
	margin: 0 auto;
}
.jqmWindow .content .player object { float: left; }

.jqmWindow .content p {
	padding-top: 13px;
	line-height: 13px;
}
.jqmWindow .content a.download {
	width: 461px;
	height: 22px;
	margin-top: 23px;
	padding-top: 4px;
	font-family: "trebuchet ms", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	background: url(../img/btn/sessoes_marrom_c.gif) no-repeat;
}
.jqmWindow .content span.download {
	margin-top: 4px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 1.1em;
	color: #8a8a8a;
	text-align: center;
}

/* Nao alterar */

.jqmOverlay { background-color: #000; }
