/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 162 2008-12-01 23:36:58Z emartin24 $
 *
 */
 
#simplemodal-overlay {background-color:#aaaaaa; }
#simplemodal-container { text-align:left; background:#fff; border:4px solid #FE7B5A; overflow:visible; }
#simplemodal-container .header {height:30px; line-height:30px; width:100%; background:#FE957A; color:#fff; font-weight:bold;}
#simplemodal-container .header span {padding-left:8px;}
#simplemodal-container .message {color:#333; margin:0; padding:10px; overflow:visible; line-height: 1.3; }
/*#simplemodal-container .buttons { line-height:26px; width:160px; padding:10px 8px 0; } 
#simplemodal-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(img/confirm/button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} */
#simplemodal-container .buttons { height:30px; padding:10px; background:#eee; }
#simplemodal-container a.modal-close {text-decoration:none; font-weight:bold; position:absolute; right:10px; color:#fff; line-height:28px; }
#simplemodal-container a.modal-close:hover {color:#000;}

.dlg { display:none; overflow:visible; }
.dlginput, .dlgsubmit { border:solid 1px #333; padding:5px; margin:2px 0px; }
.dlginput { width:400px; background:#fff; font-family:Verdana, Tahoma, sans-serif; font-size:12px; }
.dlgsubmit { background-color: #FE957A; border:solid 1px #FE7B5A; color:#FFF; padding:5px 15px; }
.dlgbtn { background-color: #FE957A; border:solid 1px #FE7B5A; color:#FFF; padding:5px; display:block; float:left; margin-right:5px; cursor:pointer; }
.dlgbtn:hover { color:#000; }
.dlgerror  { color:#C00; display:none; padding:10px; background:#FFFF7A; }
.dlgprocess { display:none; padding:5px; }
.dlgbtnwait { display:none; float:right; margin-left:5px; }