@CHARSET "UTF-8";

#popwindow span {
	display:inline-block;
	margin-left:20px;
	width:101px;
	font-weight: bold;
}

#popwindow {
	position: absolute;
	background-color: #918f8c;
	height: 400px;
	width: 500px;
	z-index:1000;
	top:0;
	left:0;
	display: none;
}


#popwindow-content{
	font-size: 12px;
	border:1px black solid;
	background-color: #FFFFFF;
	position: relative;
	height: 400px;
	width: 500px;
	top:-5px;
	left:-5px;
}

#popwindow-title{
	border-width:1px;
	background-color: #8CAE4A;
	position: relative;
	height: 35px;
	outline-width: thin;
}

#popwindow-main{
	border-width:0px;
	background-color: white;
	position: relative;
	height: 300;
	width: 480px;
	left: 13px;
	top: 0px;
	outline-width: thin;
}

.popwindow-close{
	position: absolute;
	right:10px;
	top:9px;
	height: 14px;
	width: 14px !important;
	cursor:pointer;
	background-image: url("../images/closeicon.gif");
}

#popwindow-btnCancel{
	position: absolute;
	top: 346px;
	width: 88px;
	left: 170px;
	margin-left:100px;
	height: 24px;
}

#popwindow-btnSummit{
	position: absolute;
	left: 150px;
	top: 346px;
	width: 88px;
	height: 24px;
}

#popwindow-name{
	position: absolute;
	border-width:0px;
	height: 20px;
	width: 335px;
	left: 66px;
	top: 20px;
}

#popwindow-addr{
	position: absolute;
	border-width:0px;
	height: 20px;
	width: 335px;
	left: 66px;
	top: 61px;
}

#popwindow-tel{
	position: absolute;
	border-width:0px;
	height: 20px;
	width: 335px;
	left: 67px;
	top: 102px;
}

#popwindow-position{
	position: absolute;
	border-width:0px;
	height: 20px;
	width: 335px;
	left: 66px;
	top: 133px;
}

#popwindow-remark{
	position: absolute;
	border-width:0px;
	height: 20px;
	width: 335px;
	left: 66px;
	top: 184px;
}

#popwindow-contacts{
	position: absolute;
	border-width:0px;
	height: 20px;
	width: 335px;
	left: 66px;
	/*top: 225px;*/
	top: 265px;
}
			
#popwindow-free{
	position: absolute;
	border-width:0px;
	height: 30px;
	width: 335px;
	left: 66px;
	top: 146px;
}

#popwindow-rdofree{
	position:absolute;
	left:173px;
	height: 24px;
	top: 3px;
}

#popwindow-rdonotfree{
	position:absolute;
	left:64px;
	height: 24px;
	top: 3px;
}

.popwindow-title{
	font-size:14px;
	color:white;
	font-family: "宋体";
	font-weight: bold;
	left:-10px;
	top:11px;
	width:auto !important;
	position:absolute;
}
#popwindow-btnPick{
	position:relative;
	top:8px;
	left:0px;
	width: 93px;
	height: 26px;
}
.popwindow-field{
	font-size:12px;
	color:black;
	font-family: "宋体";
	font-weight: bold;
	position:relative;
	top: 6px;
	left: 0px;
}
.popwindow-field-contacts{
	font-size:12px;
	color:black;
	font-family: "宋体";
	font-weight: bold;
	position:relative;
	top: 6px;
	left: -50px;
}
.popwindow-edit{
	font-family: "宋体";
	width:300px;
	position:absolute;
	left: 33px;
	top: 2px;
}

.bugfix_success{
	color: green;
}

.bugfix_error{
	color: red;
}

