@charset "utf-8";
/* CSS Document */

/*提示对话框*/
.windows  {
	width: 397px;
	background-image: url(images/windowsheadbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0077AA;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #005275;
	border-bottom-color: #005275;
	border-left-color: #005275;
}
.windows .winHead {
	display: block;
	height: 26px;
	text-align: right;
}
.windows  .winHead  h4 {
	margin: 0px;
	font-size: 12px;
	float: left;
	font-weight: normal;
	line-height: 25px;
	display: block;
	height: 24px;
	color: #FFFFFF;
	text-indent: 10px;
	padding: 0px;
	background-repeat: repeat-x;
}
.windowsColse {
	float: right;
	margin-right: 6px;
	height: 24px;
	width: 18px;
}
.windowsColse a {
	background-image: url(images/close.gif);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 18px;
	background-position: 0px 4px;
}
.windows .winContent {
	background-image: url(images/warning.gif);
	background-color: #FFFFFF;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-size: 12px;
}
.windows .winContentError {
	background-image: url(images/error.gif);
	background-color: #FFFFFF;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-size: 12px;
}
.windows .winContentYes {
	background-image: url(images/yes.gif);
	background-color: #FFFFFF;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-size: 12px;
}
.windows .winContentWhy {
	background-image: url(images/why.gif);
	background-color: #FFFFFF;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-size: 12px;
}
.windows .winContentStar {
	background-image: url(images/star.gif);
	background-color: #FFFFFF;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-size: 12px;
}
.windows p {
	margin: 0px;
	height: 70px;
	display: block;
	padding-left: 60px;
	padding-top: 10px;
}
.windows input {
}
.windows .sub {
	text-align: right;
	margin-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #F3F9FA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8D3DB;
	padding-top: 10px;
}
.windows .sub input {
	width: 70px;
	height: 24px;
	line-height: 20px;
}
