#currency_widget {
	width:120px;
	height:600px;
	position:relative;
	background:url("../images/medium_bg.jpg") no-repeat left top;
	font-family:Arial;
}
#currency_s {
	position:absolute;
	font-family:Arial;
	width:100%;
	height:50px;
	left:0px;
	top:0px;
}

#currency_large_s {
	position:absolute;
	font-family:Arial;
	width:100%;
	height:100px;
	left:0px;
	bottom:0px;
}

#currency_trackable {
	position:absolute;
	font-family:Arial;
	width:100%;
	text-align:center;
	left:0px;
	top:124px;
	color:white;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#currency_converter_body * {
	padding:0px;
	margin:0px;
}

#currency_converter_body fieldset{
	border:0px;
	font-family:Arial;
}

#currency_converter_body #currency_to {
	width:113px;
	border:1px solid #206b1f;
	height:20spx;
	position:absolute;
	top:333px;
	left:2px;
	font-size:12px;
	font-family:Arial;
}

#currency_converter_body #currency_from {
	width:113px;
	border:1px solid #206b1f;
	height:20spx;
	position:absolute;
	top:224px;
	left:2px;
	font-size:12px;
	font-family:Arial;
}

#currency_converter_body #currency_ammount {
	height:16px;
	line-height:14px;
	padding:0px;
	border:0px;
	margin:0px;
	width:113px;
	border:1px solid #206b1f;
	position:absolute;
	top:278px;
	left:2px;
	font-size:12px;
	font-family:Arial;
}

#currency_converter_body #currency_converted {
	height:16px;
	line-height:14px;
	padding:0px;
	border:0px;
	margin:0px;
	width:113px;
	border:1px solid #206b1f;
	position:absolute;
	top:393px;
	left:2px;
	font-size:12px;
	font-family:Arial;
}

#currency_converter_body #currency_to_label {
	position:absolute;
	color:#fff;
	left:3px;
	top:314px;
	font-size:14px;
	font-family:Arial;
}

#currency_converter_body #currency_from_label {
	position:absolute;
	color:#fff;
	left:3px;
	top:205px;
	font-size:14px;
	font-family:Arial;
}

#currency_converter_body #currency_ammount_label {
	position:absolute;
	color:#fff;
	left:3px;
	top:259px;
	font-size:14px;
	font-family:Arial;
}

#currency_converter_body #currency_result_label {
	position:absolute;
	color:#fff;
	left:3px;
	top:375px;
	font-size:14px;
	font-family:Arial;
}
