/*
 * SimpleModal Contact Form
 * 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: cierre.css 30 2007-10-23 19:47:07Z emartin24 $
 *
 */
#cierreModalOverlay {height:100%; width:100%; position:fixed; left:0; top:0; z-index:3000; background-color:#000;}
#cierreModalContainer {height:310px; width:560px; position:fixed; left:32%; top:120px; margin-left:0px; z-index:3100; font-family:'Trebuchet MS', Verdana, Arial;}
#cierreModalContainer .content {background-color:#036941; color:#ddd; height:265px;}
.prenota {background-color:#09617E; color:#ddd;}
#cierreModalContainer h1 {color:#FFFFFF; margin:0; padding:0 0 6px 12px; font-size:1.2em;}
#cierreModalContainer .loading {position:relative;	background:url(../images/pizarras/loading.gif) no-repeat; z-index:8000;	height:19px; width:220px; padding:0; margin-top: 10px; margin-right: 0; margin-bottom: 0; margin-left: 240px;}
#cierreModalContainer .message {text-align:center;}
#cierreModalContainer .error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
.label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
.label2 {clear:left; display:block; width:130px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
.text {float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff;}
.num {float:left; width: 80px; padding:2px; margin:2px; background:#eee; border:1px solid #fff;}
#cierreModalContainer div.top {height:12px; background:url(../images/pizarras/top.gif) no-repeat; padding:0; margin:0;}
#cierreModalContainer div.bottom {height:14px; background:url(../images/pizarras/bottom.gif) no-repeat;}
#cierreModalContainer .close {position:absolute; left:530px;top:370px;margin:4px 0 0 4px; cursor:pointer;}
#cierreModalContainer .send {position:absolute; left:460px;top:475px;margin:4px 0 0 4px; cursor:pointer;}
#cierreModalContainer .cancel {position:absolute; left:470px;top:260px;margin:4px 0 0 4px; cursor:pointer;}
#cierreModalContainer a.modalCloseImg {background:url(../images/pizarras/x.png) no-repeat; width:25px; height:25px; z-index:3200; position:absolute; top:4px; left:400px; cursor:pointer;}
#cierreModalContainer a.modalCloseX,
#cierreModalContainer a.modalCloseX:link,
#cierreModalContainer a.modalCloseX:active,
#cierreModalContainer a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:0px; left:648px; color:#999;}
#cierreModalContainer a.modalCloseX:hover {color:#ccc;}
.info{font-size: 11px; color: #CCCCCC;border: 1px solid #CCCCCC;}
