.wpcurrency
{
	margin: 10px 0px;
	padding: 50px 15px 0px;
	width: 170px;
	height: 300px;
	color: #ffffff;
	background: url(bg-narrow.png) left top no-repeat;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 12px;
	text-align: left !important;
}

.wpcurrency-wide
{
	padding: 80px 15px 0px !important;
	width: 370px !important;
	height: 270px;
	background: url(bg-wide.png) left top no-repeat !important;
	font-size: 15px;
}

.wpcurrency label, .wpcurrency input, .wpcurrency select
{
	display: block;
	width: 160px;
}

.wpcurrency label
{
	padding-bottom: 5px;
	font-weight: bold;
	text-align: left;
}

.wpcurrency-wide label
{
	float: left;
	padding-left: 20px;
}

.wpcurrency input, .wpcurrency select
{
	margin-bottom: 10px;
	padding: 6px 4px;
	border: none !important;
	background: #ffffff;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 14px !important;
}

.wpcurrency-wide input, .wpcurrency-wide select
{
	width: 180px !important;
	margin-bottom: 15px !important;
}

input.wpcurrency-submit
{
	width: auto !important;
	height: 30px;
	padding: 4px 8px;
	color: #ffffff;
	background: url(form-submit-bg.png) left top repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.wpcurrency-wide input.wpcurrency-submit
{
	float: right;
	display: inline;
	height: 38px !important;
	margin-right: 20px;
	padding: 8px 12px !important;
	background: url(form-submit-bg-alt.png) left top repeat-x !important;
	font-size: 18px;
}

.wpcurrency-hr
{
	clear: both;
}

.wpcurrency-wide .wpcurrency-hr
{
	margin-bottom: 20px;
}