/*
 * SimpleModal OSX Style 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: osx.css 214 2009-09-17 04:53:03Z emartin24 $
 *
 */


#osx-modal-content {display:none;width:600px;}
#osx-modal-data {display:none;width:580px;}


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

/* Container */
#osx-container {background-color:#eee; color:#000; font-family:Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; float:right;}
#osx-container .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777; font-size:.9em;}

.button 
{ 
    -moz-border-radius:6px;     
    /*
    -moz-border-radius-bottomleft:6px; 
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px; 
    -webkit-border-bottom-right-radius:6px; 
    */
    -moz-box-shadow:0 0 4px #777; 
    cursor:hand;
    }
    
.simplemodal-close, .send-form{ cursor:hand;display:block; color:#777; font-size:.8em; font-weight:bold; padding:3px; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}



/****************************************************
** ORDER FORM *********************************************
*****************************************************************/
#osx-modal-content-leasingnytt {display:none;width:600px;}
#osx-modal-data-leasingnytt {display:none;width:580px;}

#osx-overlay-leasingnytt {background-color:#000;}

/* Container */
#osx-container-leasingnytt {background-color:#eee; color:#000; font-family:Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container-leasingnytt a {color:#ddd;}
#osx-container-leasingnytt #osx-modal-title-leasingnytt {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container-leasingnytt .close-leasingnytt {display:none; float:right;}
#osx-container-leasingnytt .close-leasingnytt a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container-leasingnytt .close-leasingnytt a:hover {color:#000;}
#osx-container-leasingnytt #osx-modal-data-leasingnytt {padding:6px 12px;}
#osx-container-leasingnytt h2 {margin:10px 0 6px;}
#osx-container-leasingnytt p {margin-bottom:10px;}
#osx-container-leasingnytt span {color:#777; font-size:.9em;}

.button-leasingnytt
{ 
    -moz-border-radius:6px;     
    /*
    -moz-border-radius-bottomleft:6px; 
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px; 
    -webkit-border-bottom-right-radius:6px; 
    */
    -moz-box-shadow:0 0 4px #777; 
    cursor:hand;
    }
    
.simplemodal-close-leasingnytt, .send-form-leasingnytt{ cursor:hand;display:block; color:#777; font-size:.8em; font-weight:bold; padding:3px; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
