/* ---------------- */
#menu {
    border-bottom : 1px solid #777;
    margin : 0;
    padding-bottom : 19px;
    padding-left : 10px;
}
#menu ul, #menu li	{
    display : inline;
    list-style-type : none;
    margin : 0;
    padding : 0;
}
#menu a:link, #menu a:visited	{
    background : #E8EBF0;
    border : 1px solid #777;
    color : #666;
    float : left;
    /*font-size : 16px;
	font-weight : normal;*/
    line-height : 14px;
    margin-right : 8px;
    padding : 2px 10px 2px 10px;
    text-decoration : none;
}
#menu a:link.active, #menu a:visited.active	{
    background : #fff;
    border-bottom : 1px solid #fff;
    color : #000;
}
#menu a:hover	{
    color : #00e;
}

div.section-1 #menu li#nav-1 a{
    background: #f8fbfc;
    border-bottom : 1px solid #f8fbfc;
    color : #000;
}
#contents {
    border : 1px solid #777;
    border-top : none;
    clear : both;
    margin : 0px;
    padding : 15px;
    /*width: 75%;*/
    background: url(../image/1gif.gif) center;
}
#spacer li{
    padding-left: 50px;
    display : inline;
    list-style-type : none;
    margin : 0;
    padding : 0;
}
/* ---------------- */
td.formText {
    font:14px Arial;
    font-weight: bold;
    text-align:right;
    padding-right:5px;
}
#formTextBig1, #formTextBig2, #iAmountIn, #iAmountOut {
    font: 18px Arial;
    font-weight: bold;
}
#iAmountType {
    font: 16px Arial;
}
#iCommission {
    font-size: 10px;
    text-align:  left;
}
.formInput {
    font: 14px Arial;
    height: 19px;width:170px;
    margin-top: 2px;margin-left:4px;
    border-color: #b5e2f6;
    border-style: solid;
    border-width: 1px;
    float: left;
}
.formInput[disabled] {
    border-style: none;
    background: none;
}
.formInput[wrong=true] {
    border-color: #ee0000;
    background-color: #f09595;
}
.formSubmit {
    font-size: 15px;
    font-weight: bold;
}
#iWarning {
    font-size: 18px;
    color: red;
}

