/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */


/* Overlay */
#overlay {background-color:#ffffff;}

/* Container */
#menu-wrapper {height:330px; width:360px; color:#87C409; background-color:#333333; border:4px solid #444444; padding:12px;}
#menu-wrapper code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#menu-wrapper a {color:#ddd;}
#menu-wrapper a.modalCloseImg {background:url(http://www.turkish-quality-homes.com/quality-homes/homestyle/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#menu-wrapper #container {padding:0px;}