/*---------------- BX 1 -------------------*/
.bx1 {
	position:relative;
	float:left;
	clear: both;
	margin:0px 0px 20px 12px;
	width:380px;
	display:inline;
	}
.bx1-dot {
	background-image:url(../../_img/dot-w.gif);
	background-position:center center;
	background-repeat:repeat-x;
	width:100%;
	height:6px;
	font-size:4px;
	background-color:#FFFFFF;
	}
.bx1 p{font-size:10px; margin:0;}
/*---------------- Input Text ------------*/
.txt {
	font-size:9px; 
	text-align:right; 
	width:83px; height:16px; 
	margin:4px 0px; 
	float:left; 
	display:inline;
}
.txt2 {
	font-size:9px; 
	text-align:right; 
	width:120px; height:16px; 
	margin:4px 0px; 
	float:left; 
	display:inline;
}
.inp-txt {
	width:120px; 
	margin-left:5px; 
	float:left; 
	display:inline;
}
.inp-txt input{
	width:100%; 
	height:14px; 
	font-size:9px; 
	border:1px solid #cccccc; 
	background-color:#F8F8FA;
}