/* * 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 {display:none;}/* Overlay */#simplemodal-overlay {background-color:#e1e1e1; cursor:wait;}/* Container */#simplemodal-container {height:250px; width:500px; color:#79878e; background-color:#ffffff; border:4px solid #79878e; padding:12px;}#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#000; display:block; margin-bottom:12px; padding:4px 6px 6px;}#simplemodal-container a {color:#000;}#simplemodal-container a.modalCloseImg {background:url(/images/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}#simplemodal-container #basic-modal-content {padding:8px;}@media screen and (-webkit-min-device-pixel-ratio:0) {/* Safari 3.0 and Chrome rules here */#basic-modal a {height:22px;}}