/*
 * 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-content1,#osx-modal-content2,#osx-modal-content3,#osx-modal-content4,#osx-modal-content5,  #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:auto; -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:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#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:13px; padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px; line-height:18px;}
#osx-container span {color:#777;}
/*****login form*****/
.login_signup_form {float:left;}
.login_signup_form p{float:left; clear:both;}
.login_signup_form span{float:right;display:block;margin-top:-12px;}
.login_signup_form span a{color:#000; font-size:10px; }
.login_signup_form p label{display:block; width:99px; float:left;font-family: 'Merriweather', serif;}
.login_signup_form p input[type="text"],.login_signup_form p input[type="password"] {  float: left;
    height: 20px;
    padding: 2px 5px;
    width: 165px;
	font-family: 'Merriweather', serif;
	background:#cccccc; border:1px solid #fafafa; font-size:12px;  font-style:italic;}
.login_signup_form p input[type="submit"]{background:#343434; padding:2px 10px;font-family: 'Merriweather', serif; color:#fff; margin-left:155px;}

.login_signup_form textarea {float: left;
    height: 120px;
    padding: 2px 5px;
    width: 255px;
	font-family: 'Merriweather', serif;
	background:#cccccc; border:1px solid #fafafa; font-size:12px;  font-style:italic;}
/***** end of login form*****/
