
body{
font-family:Arial, Helvetica, sans-serif;
}
#heading,#currencyBox,#results {
width:620px;
margin:0 auto;
}
#heading{
font-weight:bold;
font-size:28px;
padding-bottom:10px;
color:#333;
}
#currencyBox{
background:#7daf1c;
overflow:hidden;
padding:5px 10px 10px 10px;
}
#currencyBox label{
color:#fff;
display:block;
padding-bottom:2px;
font-size:0.7em;
line-height:1em;
}
#currencyBox select{
width:184px;
position:relative;top:0;
}
#currencyBox .data{
float:left;
width:auto;
padding:0 5px;
}
#currencyBox input[type=text]{
border:none;
width:102px;height:14px;
padding:5px;
margin:0;
}
#currencyBox input[type=button]{
margin-top:17px;
cursor:pointer;
background:#333333;
color:#ffffff;
border:none;
padding:2px 5px;
-moz-border-radius:5px;
border-radius:5px;
}
#results{
display:none;
font-weight:bold;
font-size:24px;
}
#results{
-moz-border-radius:5px;
border-radius:5px;
background:#999999;
overflow:hidden;
padding:10px;
text-align:center;
margin-top:10px;
}