/***************** BASE *******************/
body {
	padding:0;
	margin:0;
	color:#2f2f2f;
	font:12px/1.5em "Times New Roman", Times, serif;
	/*background:url(../images/bg.gif) top repeat-x;*/
}
#copy{
	margin:0 auto;
	text-align:center;
	margin-top:45px;
	font-size:12px;
	font-weight:normal;
	color:#d3d3d3;
}

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0;
}
.cursor{ cursor:pointer;}
ul, li{ list-style:none; padding:0; margin:0;}
/* Heading */
h1, h2, h3, h4 {
	margin: 0; padding:0;
}
h2 {
	font-size:1.7em;
}
h3 {
	color:#456;
	font-size:1.25em;
}
h4 {
	color:#494848;
	font-size:1.05em;
}
h5 {
	font-size:1.05em;
}
h6 {
	font-size:1em;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover {
	font-weight:normal;
}
/* Table */
th {
	padding:0;
	text-align:left;
	vertical-align:top;
}
td {
	padding:0;
	vertical-align:top;
}
/* Paragraph */
p, address {
	margin-bottom:.5em;
}
address {
	font-style:normal;
}
cite {
	font-style:normal;
	font-size:10px;
}
q:before, q:after {
	content:'';
}
/* Form */
form {
	display:inline;
}
fieldset {
	border:none;
}
legend {
	display:none;
}
label {
	color:#333;
}
input, select {
	vertical-align:middle;
	border:1px;
}
textarea {
	overflow:auto;
}
/* Lists */
dt, ul {
	list-style-type: none;
	padding: 0;
	margin :0;
}
/* Size */
small {
	font-size:.8em;
}
big {
	font-size:1.25em;
}
/* Divider */
hr {
	border:0;
	height:1px;
	overflow:hidden;
	background:#d3d3d3;
}
.nowrap {
	white-space:nowrap;
}
:focus {
	outline: 0;
}
.bold {
	font-weight:bold;
}
.nodisplay {
	display:none;
}
/*  orientation  */
.clear {
	clear:both;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.hide{
	display:none;
}
.txt-rgt {
	text-align:right;
}
.txt-cnt {
	text-align:center;
}
.bline {
	background:url(/media/admin/images/rline.gif) bottom repeat-x;
}
.hide{ visibility:hidden;}
.show{ visibility:visible;}

/** Messages
-------------------------------------*/
.errormsg {
	margin:10px 0;
	padding:10px;
	width:580px;
	border:1px solid #DD3D11;
	background:#FFEBEB;
}
.errormsg p {
	padding-left:15px;
	background:url(../images/correct.gif) 5px center no-repeat;
}
.errormsg em {
	color:#DD3D11;
	font-weight:700;
}
.correctmsg {
	margin:10px 0;
	padding:10px;
	width:580px;
	border:1px solid #4EBB20;
	background:#FCFFF0;
}
.correctmsg p {
	padding-left:17px;
	background:url(../images/error.gif) no-repeat -335px -598px;
}
.correctmsg em {
	color:#4EBB20;
	font-weight:700;
}
button, input.button {
  height: 22px;
  padding: 2px 8px 0px;
  cursor:pointer;
  margin: 2px 2px;
  border: 1px solid #2D5082;
  background: url(../images/button_bg.gif) repeat-x;
}
.input-disabled{
	border: 1px solid #2D5082;
}
/**�����
----------------------------------------------------*/
/**
<div id="floatBoxBg"></div>
<div id="floatBox" class="floatBox">
<div class="title"><h4>����</h4><span>�ر�</span></div>
<div class="content">����</div>
</div>
*/
#floatBoxBg{width:100%;height:100%;background:#000;filter:alpha(opacity=50);opacity:0.5;position:absolute;top:0;left:0;}
.floatBox{border:#666 5px solid;width:300px;position:absolute;top:50px;left:40%;}
.floatBox .title{height:23px;padding:7px 10px 0;background:#333;color:#fff;}
.floatBox .title h4{float:left;padding:0;margin:0;font-size:14px;line-height:16px;}
.floatBox .title span{float:right;cursor:pointer;}
.floatBox .content{padding:20px 15px;background:#fff;}
#loading-mask{
	position:absolute;
	background-color:#FFFFCC;
	z-index:1000;
	top:20px;
	right:10px;
	width:100px;
	border:1px solid #CC0000;
	color:#CC0000;
	opacity:0.65;
	padding:5px 15px;
}
