/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 38 2007-10-26 04:10:06Z emartin24 $
 *
 */

/* Overlay */
#modalOverlay {height:100%; width:100%; position:fixed; left:0; top:0; z-index:3000; background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:260px; width:460px; position:fixed; left:57%; top:15%; margin-left:-300px; z-index:3100; background-color:#fff; border:0px solid #ccc;}
#modalContainer a.modalCloseImg {background:url(/portodegalinhas/img/x.gif) no-repeat; width:22px; height:22px; display:inline; z-index:3200; position:absolute; top:20px; left:410px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}