/*
 * SimpleModal OSX Style 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: osx.css 254 2010-07-23 05:14:44Z emartin24 $
 */

#osx-modal-content, #osx-modal-data {display:none;}

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

/* Container */
#osx-container {background-color:#eee; color:#000; font: 16px/24px "Lucida Grande",Arial,sans-serif; padding-bottom:4px; width:470px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000; box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {color:#fff; background: url(../images/footer-bg.jpg) repeat; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #fda473; margin: 0 0 10px 0;}
#osx-container .close {display:none; position:absolute; right:0; top:0;}
#osx-container .close a {display:block; color:#fff; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #fda473; outline: none;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {font-size:12px; padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {width: 100%; float: left; margin: 0 0 10px 0;}
#osx-container p label.chk {width: 220px; float: right; margin: 0 0 0px 0; padding: 0;}
#osx-container p span.type1 {width: 100px; float: left; color:#777; font-size: 14px; margin: 5px 0 0 0;}
#osx-container p span.type2 {width: 230px; float: left; color:#777; font-size: 14px; margin: 5px 0 0 0;}
#osx-container p input.type1 {width: 300px; height: 28px; padding: 3px; border: 1px solid #d9d8d8; background-color: #f9f9f9; -moz-border-radius: 4px; -webkit-border-radius: 4px; outline: none;}
#osx-container p label {float: left; margin: 4px 40px 0 0; color: #777;}
#osx-container p label input {outline: none;}
#osx-container .divider {background: url(../images/form-divider.jpg) repeat-x; width: 425px; margin: 10px 15px; float: left; height: 2px;}
#osx-container p input.submit {background: url(../images/form-submit-btn.png) no-repeat; width: 107px; height: 27px; float: left; margin: 0 0 0 15px; border: none; cursor: pointer; margin: 0 0 10px 0; outline: none;}

