/*
 * 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 $
 */



#algarve-map-popup, #restaurants-popup, #share-popup, #newsletter-popup, #contact-form-popup, #pm-contact-form-popup {display:none;}

#restaurants-popup{
	padding: 25px;
}

#restaurants-popup p{
	line-height:1.5;
	color: #000000;
}

#pm-contact-form-popup{
	padding: 20px;
}

/* Overlay */
#simplemodal-overlay {background-color:#000000; cursor:wait;}

/* Container */
#simplemodal-container {max-height:760px; max-width:714px; color:#bbb; background-color:#ffffff; border:4px solid #CCCCCC;}
#simplemodal-container code {background:#FFFFFF; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:20px; height:20px; display:inline; z-index:3200; position:absolute; top:10px; right:10px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
