﻿body {
    background-color:#000000;
    text-align:center;
    margin:0px;
    padding-top:15px;
    font-family:Arial;
    font-size:14px;
    line-height:22px;
    color:#999999;
}
#holding-box {
    width:675px;
    height:425px;
    padding:175px 0px 0px 125px;
    margin:auto;
    text-align:left;
    background-color:#FFFFFF;
    position:relative;
}
#holding-form {
    position:relative;
}
#holding-textbox {
    width:250px;
    background-color:#f6f5f6;
    border:solid 1px #999999;
}
#holding-submit {
    position:absolute;
    top:-3px;
    left:260px;
}
#trade-holding-body {
    width:425px;
    height:632px;
    position:absolute;
    bottom:-40px;
    right:-112px;
    background-image:url('../images/trade-holding-body.png');
    background-repeat:no-repeat;
}
.red {
    color:#ff0000;
}