/*
 * 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 { padding-bottom: 1em;}
#osx-modal-content, #osx-modal-data {display:none;}
.scroll{ padding: 8px; overflow: auto; height: 400px;}
/* 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: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 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container #osx-modal-title span {color: #8A0000;}
#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 6px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777; font-size:.9em;}

#osx-modal-data .cssform label {
	width: 150px;	
}

#osx-modal-data .cssform textarea {
	float: left;
	margin-left: 12px;
	width: 350px;	
}

#osx-modal-data .cssform h4.m-header{
	background: transparent url(../images/osxlegend.png) repeat-x;
	margin: 0;
	padding: .5em .5em .2em;
	font-size: 16px;
	color: #8A0000;
	width: 190px;
}
#osx-modal-data .cssform fieldset {
	border: 1px solid #ccc;
	margin: 0 0 1em;
	padding: 1em;
}

#osx-modal-data .cssform {
	overfollow: hidden;	
}

.intro-txt {
	color: #008900;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.exit-txt {
	color: #909191;
	clear: none!important;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	text-align: center;
	width: 250px;
}
.btn-wrap {
	clear: none!important;
	float: left;
	font-size: 18px;
	width: 225px;
}

.btn-wrap input.button {
		width: 300px;
}

#osx-modal-data .cssform .button {
background: #9b1210;
	border: 1px solid #737373;
	color: #fff;
	font-size: 153.9%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
	padding: .5em;
}
