/*
 * SimpleModal Basic 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: basic.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

#basic-modal-content {}

/* Overlay */
#simplemodal-overlay {background-color:#EEEBE3; cursor:wait;}

/* Container */
#basic-modal-content, #no_profile {background-color:#FFFFFF;border:4px solid #EEEBE3;color:#666666;padding:12px;}
#basic-modal-content a.modalCloseImg, #no_profile a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#basic-modal-content #basic-modal-content, #no_profile {padding:8px;}
#basic-modal-content p, #no_profile p {margin:15px 20px;}

#basic-modal-content h2, #no_profile h2 {margin-bottom:10px;}
#basic-modal-content h3, #no_profile h3 {margin-top:20px;text-indent:10px;}

a.simplemodal-close {background:#C52424 none repeat scroll 0 0;border:1px solid #870707;color:#FFFFFF;padding:5px 10px;}

a.simplemodal-close:hover {color:#FFF;}

#basic-modal-content, #no_profile {display:none;font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;font-size:12px;}
