﻿@charset "utf-8";

body {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, elvetica, "宋体", sans-serif;
	padding: 0;
	background-image: url(../Images/mainbg.jpg);
	height: 100%;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

select, input, textarea {
	font-size: 12px;
}

img {
	border: none;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.inline {
	display: inline;
}
.inline li {
	display: inline;
}

#covering {
	width: 0;
	height: 0;
	background-color: #000000;
	z-index: 10;
    opacity: 0.8;
    filter: Alpha(Opacity=80);
    moz-opacity: 0.8;
    position: absolute;
    left: 0px;
    top: 0px;
}

#coverall {
    width: 100%;
    height: 100%;
    position: absolute; 
    left: 0;
    z-index: 9;
    border: 0px none;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display:none !important;
	display:block;
}

#tipswindow {
	width: 36%;
	z-index: 9999;
	background-color: #eaeeed;
	border: 1px solid #294630;
    position: absolute;
    left: 32%;
    top: 30%;
    display: none;
}

#titlebar {
	width: 100%;
	height: 26px;
	background-color: #9db6a0;
	border-top: 1px solid #c3e4c7;
	font-size: 14px;
	line-height: 26px;
	text-indent: 6px;
	font-weight: normal;
}

#windowcontent {
	border: 1px solid #b4b4b4;
	margin: 8px auto;
	padding: 6px;
	width: 90%;
	color: #ff0000;
	line-height: 18px;
	overflow: hidden;
}

.buttontd {
	width: 100%;
	height: 30px;
	padding: 0 !important;
	text-align: center;
    word-spacing: 30px;
}

.buttondiv {
	word-spacing: 12px;
	text-align: center;
}
.buttontd input, .buttondiv input, .button {
	border: 1px solid #42aa6a;
	background-color: #c3f2a1;
	text-align: center;
	padding: 0 3px;
	height: 22px;
	line-height: 22px;
}

.normalinput {
	height: 20px;
	line-height: 20px;
	background-color: #dee3de !important;
	border: 1px solid #b4b4b4 !important;
	letter-spacing: 0 !important;
	padding: 0 !important;
}

.specialinput {
	height: 20px;
	line-height: 20px;
	background-color: #ffffff !important;
	border: 1px solid #a1bca3 !important;
	letter-spacing: 0 !important;
	padding: 0 !important;
}
