div#nyroModalFull {
	font-size: 0.85em;
	color: #777777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 8px solid #009E59;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/img_dialog_ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 8px solid #009E59;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 8px solid #004A84;
}
#nyroControls {	
	background-color:#009E59;
	font-size: 12px;
	font-weight: bold;
	left: -8px;
	padding: 3px 8px;
	position: absolute;
	text-align: center;
	top: -25px;
	width: 100%;
	color: #FFFFFF;
}
a#closeBut {
	position: absolute;
	display: block;
	top: 4px;
	right: 10px;
	background-image: url(../images/ico_close.gif);
	background-repeat: no-repeat;
	background-position: 0 -15px;
	width: 15px;
	height: 15px;
	font-size: 12px;
	text-indent: -9999px;
	z-index: 1;
}
a#closeBut:hover {
	background-position: 0 0;
}
div.wrapper div#nyroModalContent {
	padding: 10px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
a.nyroModalPrev {
	left: 0;
	width: 40%;
}
a.nyroModalPrev:hover {
	background: url(../images/img_dialog_prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(../images/img_dialog_next.gif) right 20% no-repeat;
}

/* EXTRAS */

#enviarlink br,
#contato br,
#form_opiniao br { clear: left; }

#enviarlink label,
#contato label,
#form_opiniao label {
	display: block;
	float: left;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right;
	padding: 2px 10px 0 0;
	color:#777777;
	font-size:11px;
}
#form_opiniao label {
	margin-bottom: 5px;
}
#enviarlink .campo,
#contato .campo,
#form_opiniao .campo {
	font-size: 11px;
	width: 250px;
	padding: 0 0 1px 3px;
	border: 1px solid #CCC;
	height: 15px;
	line-height: 15px;
	margin: 0 0 5px 0;
}
#enviarlink textarea,
#contato textarea,
#form_opiniao textarea {
	height: 100px!important;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
#enviarlink .clear,
#contato .clear,
#form_opiniao .clear {
	width: 1px; /* ie6 bug fix */
}
.buttonRow {
	clear: both;
    margin-top: 15px;
    text-align: right;
}
.buttonRow .obrigatorio {
	float: left;
}

#enviarlink label {
	width: 125px;
	display: inline;
}
#contato label {
	width: 90px;
	display: inline;
}