/*
 * 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;}
#osx-modal-data { height:275px;}
/* Overlay */
#osx-overlay {background-color:#000; cursor:wait;}

/* Container */
#osx-container {background-color:#eee; color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:430px; padding-left:10px; -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; float:left; background:url(../images/mbox_bg.png) repeat-x bottom #efefef;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title { border-bottom:1px solid #ccc;  padding:0px 8px 6px 6px; }
#osx-container #osx-modal-title h1.heading {}
#osx-container #osx-modal-title h1.heading span {font:normal 14px/14px Arial, Helvetica, sans-serif; color:#666;}
#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;}

#sub_heading {margin:0px; padding:0px; background:url(../images/subscribe_ico.png) no-repeat left center; padding:20px 0px 0px 80px; }
#sub_heading li.heading {color:#000;  font:bold 30px/36px Arial, Helvetica, sans-serif;text-shadow:0 1px 0 #f4f4f4;}