/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

/*
 * custom
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container { 
	min-height:250px;
	height:auto !important;
	height:250px;
	width:600px;
	color:#fff;
	text-shadow:#000 0 -1px 1px;
	background-color:#333;
	border:4px solid #fff;
	padding:12px;
	font-size:1.6em;
	line-height:1.8em;
}
#simplemodal-container .simplemodal-data {padding:8px;}
/* #simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;} */
#simplemodal-container a {color:#ddd;}
#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-title h3 {
	color:#1dcad5;
	padding-bottom:3px;
	padding-left:0.5em;
	font-size:1.2em;
	font-weight:normal;
	border-left:6px solid #1dcad5;
}
/*
#simplemodal-container #basic-modal-title h3 span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:0.8em;
	color:#abd3db;
	margin-left:5em;
}
*/
#login-message {
	border-top:1px solid #444;
	margin-top:10px;
}
#login_regi {
	background:url(../images/login_bg-02.gif) 0 0 no-repeat;
	margin-bottom:5px;
	padding-top:11px;
}

#login_regi ul li {
	width:221px;
	height:70px;
	margin-left:30px;
}
