@charset "utf-8";

/* css document*/
#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #E2E2E2;
	display: none;
}

#boxes .window {
	margin-top: 220px;
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	display: none;
	z-index: 9999;
	padding: 0px;
}
/*
#boxes #close {
	position: absolute;
	margin-left: 480px;
	color: #6FA5FD;
	cursor: pointer;
	font-weight: bold;
}*/

#boxes .dialogHeader {
	display: flex;
	justify-content: space-between;
	color: white;
	background-color: #fb4f14;
	padding-left: 5px;
	padding-right: 5px;
}



.width {
	width: 100%;
	margin-bottom: 15px;
	height: 20px
}

.popUPb1 {
	float: left;
	width: 110px;
	margin-right: 7px;
	text-align: right;
	color: #55617e;
	font-size: 14px;
	float: left;
	height: 25px;
	line-height: 25px;
}

.popUPb2 {
	float: left;
	width: 150px;
	margin-left: 3px;
	float: left;
	height: 25px;
	line-height: 25px;
}

.popUPb3 {
	float: left;
	float: left;
	height: 25px;
	line-height: 25px;
}

.popUPb2 .input {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f2f2f2;
	width: 230px;
	border: #dcd9d9 1px solid;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
}

.popUPb2 .select {
	width: 146px;
	border: #dcd9d9 1px solid;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
}

.displayNone {
	display: none;
}

.innercontainer {
	background: #FFF;
	border: solid #dcdcdc 1px;
/*	padding-top: 46px;
	min-height: 150px;
*/
	margin-top: -11px;
	padding:5px;
}

.rightConHd {
	float: left;
	width: 500px;
}

.rightConHd ul {
	margin: 0px;
	padding: 0px;
}

.rightConHd li {
	list-style: none;
	display: inline;
	float: left;
}

.rightConHd li {
	list-style: none;
	display: inline;
	float: left;
}

.rightConHd li.middle {
	background: url(../images/menuGradiantBg.gif) repeat-x;
	height: 41px;
	width: 476px;
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	padding-top: 10px;
}
