
.form-name-inline-group div.copy {
	float: left;
	margin-right: 10px;
}

/* ie6 hack, that makes input.v-currency disappear */ 
* html .form-name-inline-group div.copy {
	display: inline;
	float: none;
}

.form-name-inline-group select.v-currency {
	width: 100px; padding: 1px;
}
	
.form-name-inline-group input.v-currency {
	width: 240px;	
}
