/*
 * 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:922px; height:510px; left:50%; top:5%; margin-left:-424px;}
#modalContainer a.modalCloseImg {background:url(../img/basic/bt_fechar.gif) no-repeat; width:33px; height:23px; display:inline; z-index:4200; position:absolute; top:57px; left:875px; cursor:pointer;}
.pop{
	margin:0;
	padding:0;
	border:none;
	height:530px;
	width:932px;
}
#pop-up-interna{
	background:url(../images/back-popup_05.png) left no-repeat;
	width:932px;
	height:510px;
	margin:0 0 0 -10px;
	padding:0;
}
