#window {
	position: absolute;
	top: 50px;
	left: 5%;
	width: 323px;
	height: 135px;
	overflow: hidden;
	display: none;
	border: 1px solid #98987A;	

}

#windowTop {
	height: 30px;
	overflow: 30px;
	position: relative;
	overflow: hidden;
	background-color: #C5C59B;
	opacity: .70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;	
}

#windowTopContent {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	text-align: left;
}

#windowClose {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#windowBottom {
	position: relative;
	height: 270px;
	background-color: #C5C59B;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;	
}

#windowContent {
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	height: 90px;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #D7D7B9;
	border: 1px dotted #fff;
	text-align: left;
}

#windowContent * {
	margin: 5px 5px 10px 25px;
	color: #374028;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}

#windowContent .input-text{
	background-color: #fff;
	border-left: 1px solid #BCBCBC;
	border-top: 1px solid #BCBCBC;
	width: 200px;
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding: 4px;
}

#input-submit{
	float: left;
	background: #4A5637 url(../img/button-go.gif);
	width: 27px;
	height: 18px;
	margin: 4px 0 0 0;
	padding: 0;
}
	
.transferer2 {
	border: 1px solid #98987A;
	background-color: #C5C59B;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

