html, body, form {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: transparent;
}

div {
    padding: 0px;
    margin: 0px;
}

#calc_div, #calc_div_iframe, .form_bottom {
    display: none;
}

.required, .err {
    color: #FF0000;
}

.form_table_outframe {
	display: block;
    width: 254px;
    border: 1px solid #3963AB;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    height: 320px;
}

.page_header {
	display: block;
	float: left;
    width: 252px;
    font-size: 12px;
    font-weight: bold;
    background-color: #3963AB;
    color: #FFFFFF;
    padding: 3px 0px 3px 3px;
}

.form_table_frame {
	float: left;
	width: 250px;
    padding: 0px;    
}

.form_table {
	display: block;
	float: left;
	width: 248px;
}

.form_table_row {
    display: block;
    width: 246px; 
    padding: 5px 0px 5px 5px;    
}

#calculator_subscribe {
    width: 160px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

.form_fields, .form_label_bgr, select {    
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: 1px solid #5F5F5F;    
	width: 240px;
}
/* #currency_converter_menu_links */
a, a:visited, a:active {
    text-decoration: underline;
    color: #3963AB;
}

a:hover {
    text-decoration: none;
}

#currency_converter_menu_links a {
	display: block;
	float: left;
    width: 80%;
	padding-top: 3px;
	padding-left: 5px;
    text-align: left;
}

#currency_converter_calculator_subscribe_form_under_info {
	display: block;
	float: left;
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.checkradio_form_label_cell {
    display: block;
    width: 90%;
}

.rate_calc_result {
	display: block;
	float: left;
    width: 218px;
    padding: 2px;
    padding-left: 14px;
    text-align: left;
    font-weight: normal;
    border: 1px solid #3963AB;
    background-color: #D1DDEF;
    clear: both;
}

