/* block top currencies blackrainbow-shop */
#currencies_block_brs_top {
text-align: left;
position: absolute;
top: 12px;
left: 650px;
}

	#currencies_block_brs_top label {
	padding: 0;
	float: none;
	width: auto;
	font-weight: normal;
	}
			
	#currencies_block_brs_top select {
	padding: 0;
	border-radius: 3px;
	text-transform: none;
	color: #000;
	background: #fff;
	margin: 0 2px 0 5px;
	}
				
		#currencies_block_brs_top option {
		padding: 0 10px 0 2px;
		}
				
	#currencies_block_brs_top input {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border:none;
	padding: 0 3px;
	margin: 0;
	}