/*
 * 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 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#simplemodal-overlay {background-color:#000; }

/* Container */
#simplemodal-container { height:149px; _height:154px; width:350px; _width:350px; background-color:#fff; border:5px solid #333;  /*-moz-border-radius:1em;  -webkit-border-radius:1em;*/ }
#simplemodal-container a.modalCloseImg {background:url(../../../public/images/prelogin/x.gif) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:5px; right:-5px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:0px;}

table.bm-tbl { border:1px solid #2d52a3; border-collapse:collapse; background-color:#fff; margin:0; width:100%;  _width:350px; _height:120px; }
table.bm-tbl th { font-size:13px; font-weight:bold; color:#000; background-color:#83c7f6; padding:5px 2px; text-align:left; border-bottom:1px solid #2d52a3; }
table.bm-tbl td { background-color:#fff; padding:10px 0; text-align:center; }
.bm-textarea { text-align:left; font-size:11px; line-height:1.5em; padding:2px; width:90%; margin:0 auto; height:59px; }
.small-text { color:#999; font-size:10px; padding-bottom:10px; }
.formrow { padding:5px; text-align:left; }
.formrow label { width:100px; float:left; text-align:right; padding-right:10px; }

