/*
 * 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 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#osx-modal-content, #osx-modal-data {display:none;}
#osx-modal-data a:hover {color:#910930;}

/* Overlay */
#osx-overlay {background-color:#000; cursor:wait;}

/* Container */
#osx-container {background-color:#151515; color:#383838; font-family: Verdana; padding-bottom:4px; width:500px; -moz-border-radius-bottomleft:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-bottomright:10px; -webkit-border-bottom-right-radius:10px; border-radius:0 0 10px 10px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}

#osx-container #osx-modal-title {background-color:#383838; border-bottom:3px solid #fff; padding:6px 8px;}
#osx-container .close {display:none; position:absolute; right:0; top:0;}
#osx-container .close a {display:block; color:#777; 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 {font-size:11px; padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
.cpanel{
  color: #000;
  line-height: 18px;
}
.cpanel:hover{
  color: #910930;
}

