 input.advanced {
       font-size:12pt;
       width:.75cm;
       margin:1px;
   }
 
   input.clear-button, input.number, input.operand, input.equal, input.other {
       font-size:18pt;
       font-color:#000;
   }
 
   input.clear-button, input.number, input.operand, input.equal, input.other {
       width:43px;
       font-weight:bold;
       margin-left:2px;
   }
 
   input.keyshortcut {
       position:absolute;
       background-color:none;
       color:none;
       text-decoration:none;
       border:none;
       left:-1000px;
   }
 
   input.clear-button {
       background-color:#ffad13;
       border-color:#ffad13;
       color:white;
   }
 
   input.number {
       background-color:#6bb636;
       border-color:#6bb636;
       color:white;
   }
 
   input.operand {
       background-color:#4981bc;
       border-color:#4981bc;
       color:white;
   }
 
   input.equal {
       background-color:#4981bc;
       border-color:#4981bc;
       color:white;
   }
 
   input.other {
       background-color:#4981bc;
       border-color:#4981bc;
       color:white;
   }
 
   input.advanced {
       background-color:#969799;
       border-color:#969799;
       color:white;
       margin-left:6px;
       width:33px;
   }
 
   input.line {
    width:240px;
    font-size: 1.4em;
   	color: #333333;
   	font-family: arial, sans-serif;
   	font-weight: bold;
	margin-left: 36px;
   }
   #content {
	   width: 400px;
	   margin: 0pt auto;
   }
   #converter {
   }
   .convert-select{
	font-size: 13px;
	width: 170px;
	color: #000000;
	line-height: 23px;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	margin: 55px 0 0 130px;
	position: relative;
	float: left;
   }
    .convert-from{
	font-size: 13px;
	width: 137px;
	height: 23px;
	line-height: 23px;
	padding-left: 5px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 80px 0 0 16px;
	position: relative;
	float: left;
    }
    .convert-to{
	font-size: 13px;
	width: 137px;
	height: 23px;
	line-height: 23px;
	padding-left: 5px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 80px 0 0 18px;
	position: relative;
	float: left;
    }
   select.type {
	position: absolute;
	background: #FF9900 no-repeat 160px 50%;
	border: 1px solid #FFFFFF;
	width: 180px;	
	height: 23px;
	padding: 0;
	left: 0px;
	z-index: 1;
   }
   select.base{
	position: absolute;
	background: #999999 no-repeat 121px 50%;
	border: 1px solid #656565;
	width: 142px;
	height: 23px;
	padding: 0;
	left: 0px;
	z-index: 1;
   }
   select.target{
	position: absolute;
	background: #999999  no-repeat 121px 50%;
	border: 1px solid #656565;
	width: 142px;
	height: 23px;
	padding: 0;
	left: 0px;
	z-index: 1;
   }
 
   #calculator {
       width: 754px;
       height: 333px;
       background: url('../images/bg_calculator.jpg');
   }
 
   #calc-left {
	float:left;
	margin-top: 25px;
   }
 
   #keypad {
    margin-left: 25px;
	margin-top: 20px;
   }
 
 
   #calc-options {
       float:left;
       padding-left:60px;
   }
 
   .display {
       position:relative;
       top:51px;
       width:210px;
       left:-35px;
   }
 
   .history {
       position:relative;
       top:83px;
       width:210px;
       left:-35px;
   }
 
   .mathConstants {
       position:relative;
       top:151px;
       left:10px;
       width:162px;
   }
 
   .mathFunctions {
       position:relative;
       top:180px;
       left:10px;
       width:162px;
   }
   #value, #result {
	width: 142px;
	height: 23px;
	border: 1px solid #656565;
	margin: 35px 0 0 -5px;
	float: left;
}