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

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

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

#currency_converter .required, #currency_converter .err {
    color: #84c0ef;
}

#currency_converter .form_table_outframe {
    display: block;
    width: 100%;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color:#ffffff;
    background-color:#ffffff;
}

#currency_converter .page_header {
    display: block;
    float: left;
    width: 100%;

	/*HEADING background*/
	background: url(../images/pageheader_bckgr.gif) repeat-x top left #001e90;

	/*HEADING Color*/
    color: #FFFFFF;

    text-align:center;
    line-height:25px;
    padding-bottom:5px;
    border-bottom: solid 1px #ffffff;
    font-family:Verdana, Geneva, sans-serif;
    font-size:16px;
    text-transform: capitalize;
}

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

#currency_converter .form_table {
    display: block;
    float: left;
    width: 100%;

    padding-bottom:10px;

	/*FORM background*/
	background: url(../images/form_bckgr.gif) repeat-x top left #8399f0;
}

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

#currency_converter #calculator_subscribe {
    width: 100%;
}

#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:inline;
    line-height:15px;

	/*BOTTOM LINKS Color*/
    color:#ffffff;
    min-height: 16px;
}

#currency_converter #currency_converter_menu_links  a {
     color: #8399f0;
}

#currency_converter #currency_converter_menu_links a.uri3431 {
    color: #8399f0;
}

#currency_converter #currency_converter_calculator_subscribe_form_under_info {
    display: block;
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	/*UnderInfo Border*/
	border: none;

	/*UnderInfo Background*/
	background: none;

	/*UnderInfo Color*/
	color: #001e8f;

}

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

#currency_converter .rate_calc_result {
    display: block;
    float: left;
    width: 100%;
    padding: 2px;
    text-align: left;
    font-weight: normal;

    /*UnderInfo Border*/
	border: 1px solid #8399f0;

	/*UnderInfo Background*/
	background: #dbe1fa;

	/*UnderInfo Color*/
	color: #001e8f;

    padding-left:4px;
    clear: both;
}

#currency_converter .rate_calc_result a{

	/*UnderInfo Link Color*/
	color:#ef651b;
}

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

#currency_converter .form_label_bgr, #currency_converter .form_fields {
    width:100%;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    color:#333333;
}

#currency_converter .btn_submit {
    width:100%;
    height:25px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:25px;

	/*BUTTON Color*/
    color:#7e661d;

    border:1px solid #ffffff;
    font-weight:bold;

	/*BUTTON Background*/
    background: url(../images/button_convert.gif) left top repeat-x #f2c730;

    cursor:pointer;

}

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

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

#powerd a:hover {
    font-family:verdana;
    font-size:10px;
    color:#333333;
    text-decoration:underline;
	}



/*Colour Scheme Additions*/

#currency_converter .form_label {
    color:#001e8f;
}

#currency_converter .form_label span {
    color:#ffe899;
}

