#currency_converter form {
    padding: 0px;
    margin: 0px;
}

#currency_converter div {
    padding: 0px;
    margin: 0px;
    width:170px;
}

#currency_converter #calc_div, #currency_converter #calc_div_iframe, #currency_converter .form_bottom {
    display: none;
}

#currency_converter .required, #currency_converter .err {
    color: red;
}

#currency_converter .form_table_outframe {
    display: block;
    width: 200px;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    color:#ffffff;
    background-color:#02406c;
	text-align:-moz-center;
}

#currency_converter .page_header {
    display: block;
    float: left;
    width: 725px;
    background-color: #e991cd;
    text-align:center;
    line-height:25px;
    border-bottom: solid 1px #ffffff;
    color:#fff; font:20px a_rubricacnbold, Arial, "Times New Roman", "Trebuchet MS";
    text-transform: capitalize;
}

#currency_converter .form_table_frame {
    float: left;
    width: 200px;
    padding: 0px;    
}

#currency_converter .form_table {
    display: block;
    float: left;
    width: 725px;
    
    padding-bottom:10px;
	background: url(../images/background_main.gif) top repeat-x #4ea4e1;
}

#currency_converter .form_table_row {
    display: block;
    width: 180px; 
    margin-left:10px;
	margin-top:10px;
}

#currency_converter #calculator_subscribe {
    width: 179px;
}

#currency_converter .form_fields, .form_label_bgr, select {    
    font-family: Verdana, sans-serif;
    font-size: 11px;
}
/* #currency_converter_menu_links */
#currency_converter a, #currency_converter a:visited, #currency_converter a:active {
    text-decoration: underline;
    color: #3963AB;
}

#currency_converter a:hover {
    text-decoration: underline;
}

#currency_converter #currency_converter_menu_links a {
    display: block;
	font-size: 11px;
    float: left;
    width: 100%;
    margin-bottom:5px;
    margin-left:10px;
    padding-left:20px;
    display:none;
    line-height:15px;
    color:#880000; 
}

/*#currency_converter #currency_converter_menu_links  a {
    background: url(../images/bullet_question.gif) left no-repeat;
}

#currency_converter #currency_converter_menu_links a.uri3431 {
    background: url(../images/bullet_add.gif) left no-repeat;
}*/

#currency_converter #currency_converter_calculator_subscribe_form_under_info {
    display: block;
    float: left;
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

#currency_converter .checkradio_form_label_cell {
    display: block;
    width: 90%;
}

#currency_converter .rate_calc_result {
    background-color:#E87373;
    clear:both;
    color:#333333;
    display:block;
    border: none;
    float:left;
    font-weight:normal;
    padding:2px 2px 2px 4px;
    text-align:left;
    width:175px;
}

#currency_converter .rate_calc_result a{
	color:#333333;
}

/*------ new ------*/

#currency_converter .form_label_bgr, #currency_converter .form_fields {
    width:230px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:15px;
    color:#333333;
	text-align:left;
}

#currency_converter .btn_submit a{
    width:96px;
    height:29px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:25px;
    color:#333333;
    border:none;
    font-weight:bold;
    cursor:pointer; text-decoration:none;  
}

#currency_converter .btn_submit a:hover{background-position:0 bottom}

#powerd {
    float:left;
    width:200px;
    clear:left;
    margin-top:4px;
}

#powerd a {
    font-family:verdana;
    font-size:10px;
    color:#fff;
    text-decoration:none;
}

#powerd a:hover {
    font-family:verdana;
    font-size:10px;
    color:#fff;    
    text-decoration:underline;
}
.currency_converter_menu_links{display:none}