div#calculator
{
	background:#4ba9e3; 
	border:#6abbed solid 8px; 
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 375px;
	#float: left; 
	#width: 100%;
}

form#currency_form
{

	overflow: auto;
	#margin-right: -7px;
}

div#calculator div
{
	border-top:#6abbed solid 1px;
	padding:14px;
	font-family: "Times New Roman", "Times", serif;
	font-weight: bold;
	font-size:3.0em;
	white-space: nowrap;
}

div#calculator div:FIRST-CHILD 
{
	border-top: none !important;
}

div#calculator div:LAST-CHILD 
{
	border-bottom: none !important;
}

div#calculator div img
{
	background:#FFF;
	padding:3px 8px;
	vertical-align:middle;
	margin-right:50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#calculator div em
{
	font-size:0.5em;
	color: #c1ddee;
}

div.calculator_tooblar
{
	background:#6abbed;
	float:right;
	line-height:18px;
	padding:3px 5px;
	margin:0 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	#margin-right: 0px;
}

.calculator_tooblar input,
.calculator_tooblar select,
.calculator_tooblar option
{
	border:none;
	font-size:11px;
	width:80px;
}

.calculator_tooblar select,
.calculator_tooblar option
{
	width:100px;
}

.calculator_tooblar strong
{
	color: #FFF;
}

.button
{
	background:none;
	font-weight:bold;
	color:#FFF;
	font-size:13px !important;
	width:90px !important;
	cursor:pointer;
	padding:9px 0px;
}

div.butcal
{
	background:#0b69a0;
	opacity:0.8;
	filter:alpha(opacity=80);
}