/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 114 2008-03-20 00:53:05Z emartin24 $
 *
 */

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#modalOverlay {background-color:#000; }

/* Container */
#modalContainer {height:500px; width:600px; left:50%; top:15%; margin-left:-300px; background-color:#fff; border:3px solid #ccc; }
#modalContainer a.modalCloseImg {background:url(../images/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer; }

#modalContainer #basicModalContent {padding:8px;}

/*.basicModalContent .center_modal, .basicModalContent2 .center_modal, .basicModalContent3 .center_modal {
	margin: 100px 0 0 150px;
  	width: 250px;
  	height: 475px;
  	overflow: visible;
}*/

.center_modal{
/*	margin: 100px 0 0 150px;
  	width: 250px;
  	height: 475px;
  	overflow: scroll; overflow-x:hidden;*/
    margin: 15px 0 0 10px;
}

.btn_modal{ margin-top: 10px; }

.popField{
  	height: 50px;
  	width: 300px;
  	margin-left: 0;
}

.pop_note{ font-size: 85%; }
.pop_left{
  	width: 60px;
  	float: left;
  	text-align: right;
  	font-size: 85%;
  	margin-top: 5px;
  	padding-right: 10px;
}

.check_box{
  	margin:-2px 0 0 -20px;
}

