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

body {height:100%; margin:0;}
#osx-modal-content, #osx-modal-data {display:none;}

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

/* Container */
#osx-container {background-color:#000; font-family: Georgia, "Times New Roman", Times, serif; font-size:.85em; 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 label, #osx-container p, #osx-container p a { color:#acacac; }
#osx-container fieldset { border:1px dashed #222; margin:0; }
#osx-container input, #osx-container textarea { width:50%; padding:5px; background:#444; border:#4c4c4c 1px solid; color:#cdcdcd; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px;
-moz-border-radius-topleft:6px; -webkit-border-top-left-radius:6px; -moz-border-radius-topright:6px; -webkit-border-top-right-radius:6px;   }
#osx-container div.left-pad input { background:#2b2b2b url(../img/btn-form-bg.jpg); margin-right:71px; border: 1px solid #333; float:right;  }

#osx-container a {color:#333;}
#osx-container #osx-modal-title { background-color:#B11313; border-bottom:1px solid #890F0F; color:#FFFFFF; font-weight:bold; padding:6px 8px; }
#osx-container .close {display:none; float:right;}
#osx-container .close a {display:block; color:#999; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #333;}
#osx-container .close a:hover {color:#fff;}
#osx-container #osx-modal-data {padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container span {color:#777; font-size:.9em;}

#osx-container input.error {color:#000; background-color:#990000;}
#osx-container input.success {color: white; background-color: green;}
#osx-container input, #osx-container form p.error, form p.success {padding: .4em .6em;}