/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 132 2008-05-23 16:05:17Z emartin24 $
 *
 */

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#modalOverlay {background-color:#000; cursor:auto;}

/* Container */
#modalContainer {width:850px; left:50%; top:5%; margin-left:-424px;}
#modalContainer a.modalCloseImg {background:url(../img/basic/bt_fechar.png) no-repeat; width:33px; height:33px; display:inline; z-index:4200; position:absolute; top:20px; left:2px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}
.barraSup{
	font-family:"Arial Narrow", Arial;
	font-size:1.2em;
	color:#faecd2;
	text-indent:45px;
	width:348px;
	height:37px;
	padding-top:10px;
	top:-10px;
	left:-20px;
	position:absolute;
	z-index:4000;
	text-align:left;
	font-weight:bold;
	background:url(../../../imagens/barra_titulo.png);
}