/* CSS Document */<!-- THREE STEPS TO INSTALL Currency Converter (using updated currency exchange rates):  1.  Copy the code into a new file, save as quickcalcform.css  2.  Add the script source tag to the HEAD of your HTML document  3.  Add the last code into the BODY of your HTML document  --><!-- STEP ONE: Copy this code into a new file, save as quickcalcform.css  --><!-- Source Site:  http://currencysource.com -->.graybox {	width:70%;	border:0px;	padding-left:7px;	padding-right:7px;	padding-top:7px;	padding-bottom:7px;	border: 1px solid #D6D3CE;}#graybox {	width:70%;	border:0px;	padding-left:7px;	padding-right:7px;	padding-top:7px;	padding-bottom:7px;	border: 1px solid #D6D3CE;}.rateText {      font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #818169; text-align: center;}#smlink {	font-size: .6em;	color: #ffffff;	font-style: normal;	font-family: Verdana, Arial, Helvetica, sans-serif;}#smlink a:link,#smlink a:visited{color: #818169; /*Was #dedede.*/text-decoration: none; }#smlink a:hover {color: #48412a; text-decoration: underline}               