/*
 * 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 132 2008-05-23 16:05:17Z emartin24 $
 *
 */

/* Overlay */
#modalOverlay {background-color:#000; cursor:wait; }

/* Container */
#modalContainer  {height:270px; width:335px; left:40%; top:25%; background-color:#fff; border:1px solid #000; z-index:999999; position:absolute;}
#modalContainer a.modalCloseImg {width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:14px; right:10px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}

#authModal{
	display:block;
	width:333px;
	height:268px;
	border:2px solid #7483e3;
	background:url(../../images/bg-avtorization.png) no-repeat 0 0;
}
#authModal .head{
	overflow:hidden;
	margin:5px auto 0;
	width:322px;
	height:42px;
	background:url(../../images/bg-avtorization-head.png) no-repeat 0 0;
}
#authModal .head a{
	float:right;
	display:inline;
	margin:5px 5px 0 0;
	width:30px;
	height:30px;
	text-indent:-9999px;
}
#authModal form {
	overflow:hidden;
	width:230px;
	margin:25px auto 0;

}
#authModal form ul{
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
#authModal form ul li{
	float:left;
	width:230px;
	margin:10px 0 0;
}
#authModal form ul li label{
	float:left;
	width:50px;
	padding:0 10px 0 0;
	text-align:right;
	color:#9c9bb1;
	font-size:11px;
	line-height:13px;
}
#authModal form ul li .login{
	float:right;
	width:167px;
	height:24px;
	background:url(../../images/bg-avtorization-login.png) no-repeat 0 0;
}
#authModal form ul li .login input{
	background:none;
	border:none;
	width:162px;
	height:24px;
	color:#1a4545;
	outline:none;
	padding:0 0 0 5px;
	font:18px/20px Arial, Helvetica, sans-serif;
}
#authModal form ul li .parol{
	float:right;
	width:167px;
	height:21px;
	background:url(../../images/bg-avtorization-parol.png) no-repeat 0 0;
}
#authModal form ul li .parol input{
	background:none;
	border:none;
	width:162px;
	height:21px;
	color:#1a4545;
	outline:none;
	padding:0 0 0 5px;
	font:18px/18px Arial, Helvetica, sans-serif;
}
#authModal form ul li.checkbox input{
	float:right;
	margin:0;
	padding:0;
	width:15px;
	height:14px;
}
#authModal form ul li.checkbox label{
	float:right;
	width:auto;
	padding:0 0 0 5px;
}

#authModal form ul li.sub{
	float:right;
	margin:15px 0 0;
	padding:0 5px 0;
	width:66px;
}
#authModal form ul li.sub input{
	float:left;
	cursor:pointer;
	position:relative;
	padding:0 8px 2px 14px;
	text-align:center;
	color:#fff;
	height:22px;
	width:60px;
	border:none;
	font:12px/23px Arial, Helvetica, sans-serif;
	background:url(../../images/bg-sub-long.png) no-repeat 0 0;
}
#authModal form ul li.sub span{
	background:url(../../images/bg-span-button.png) no-repeat 0 0;
	float:left;
	height:22px;
	text-decoration:none;
	text-indent:-9999px;
	width:6px;
}



