/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {font: 16px/22px Times New Roman, serif; text-align:left; width:450px;height:360px;background-color:#fff; color:#999999;}
#simplemodal-container a {color:#999999;text-decoration: underline;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:12px; height:13px; display:inline; z-index:3200; position:absolute; top:10px; right:10px; cursor:pointer;}
#simplemodal-container h3 {color: #333333; font-size:16px; line-height:20px; color: #3D3D3D; margin:0 0 10px 0; font-weight: normal; padding:10px 0 10px 30px; text-align:left; text-transform: uppercase;background-color: #E2E2E2;}
#simplemodal-container p {font: normal 12px/16px arial,helvetica,clean,sans-serif;color: #999999;margin: 15px 0 20px 0;}
#simplemodal-container .simplemodal-data  {border: 0 none;}
#simplemodal-container ul li {font: normal 12px/16px arial,helvetica,clean,sans-serif;color: #999999;padding: 5px 0 0 0;}

#basic-modal-content {display:none;}

.consulenzaCnt {padding: 0 30px;}