.xmlParse input, .xmlParse textarea, .xmlParse select {
	display:block;
	color: #878787;
	font-size: 12px;
	margin-bottom: 10px;
}

.xmlParse input, .xmlParse textarea  {
	border: none;
	width: 290px;
}

.xmlParse select {
	border: 1px solid #b7b7b7;
	height: 20px;
	width: 310px
}	

.xmlParse input {
	background: url(../img/input_bg_310.gif) no-repeat right top;
	_background-attachment: fixed;
	height: 20px;
	padding: 5px 10px 0;
}
				
.xmlParse textarea {
	background: url(../img/textarea_bg.gif) no-repeat left bottom;
	_background-attachment: fixed;
	overflow: auto;
	padding: 10px;
	height: 135px;
}

.xmlParse label {
	color:#595959;
	display:block;
	font: normal 17px Tahoma, Verdana Arial, sans-serif;
	margin-bottom: 5px;
}
.xmlParse .caption {
	color:#0c438e;
	font: normal 20px Tahoma, Verdana Arial, sans-serif;
	margin-bottom: 10px;
}

.xmlParse a {font-size: 13px;}

.xmlParse .send {
	background: #cb3d2d url(../img/submit1_bg.gif) no-repeat left top;
	color: #fff;
	display: block;
	font-size: 10px;
	margin: 10px 0 15px 222px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	height: 25px;
	width: 88px; 
}

#popup {
	background:#DDEEFF none repeat scroll 0%;
	border:1px dotted #336699;
	position:absolute;
	width:450px; 
}
#popup div#handle {
	width:100%;
	background:#369;
	height:15px;
	cursor:move;
				}
#popup div p {
	color:#369;
	background:none;
	padding:0;
	margin:0;
}
#popup div a {
	background:red;
	cursor:pointer;
	color:#fff;
	font:100 10px arial!important;;
	text-decoration:none;
	margin:0;
	padding:0 5px;
	float:right;
}
.html{position:relative!important}
.xmlParse .hide, .hide{display:none}
#content{position:relative}
		
		

