.home_currencyCalc_block{
	float:left;
	width:100%;
}

.home_currencyCalc_block table{
	float:left;
	margin-left:20px;
}

.home_currencyCalc_block input[type='button']{
	float:left;
	margin-left:75px;
}

.home_currencyCalc_block input[type='text']{
	width:150px;
	height:20px;
	border:1px solid #bababa;
}

.home_currencyCalc_block select{
	width:172px;
	height:23px;
	padding-top:3px;
	color:#373844;
	font-size:11px;
	padding-left:10px;
	border:1px solid #bababa;
}

.conv_result{
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	font-size:16px;
	color:#0c115c;
	margin-top:10px;
	
}

.conv_result img{
	float:left;
	clear:both;
	margin-left:120px;
	margin-top:-15px;
}