/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    =forward
-----------------------------------------------------------------------------*/

/**
*
* =forward
*
**/

#forward {
    position: relative;
    width: 398px;
    margin: 0 auto;
    border: 1px solid #c9c9c9;
    border-top: 2px solid #bb1515;
}

#forward h2 {
    height: 31px;
    background: #e1e1e1 url(../../i/title-forward.gif) no-repeat 0 4px;
    text-indent: -100000px;
}

#forward form {
    overflow: hidden;
    margin: 0 auto;
    padding: 3px 24px 13px 0;
    background-color: #f7f7f7;
}

#forward form .fminput {
    overflow: auto;
    width: 400px;
    margin: 0 0 4px;
    padding: 5px 0;
    color: #495561;
}

#forward form .fminput label {
    float: left;
    width: 119px;
    text-align: right;
}

#forward form .fminput .fmfield {
    float: left;
    width: 255px;
    padding-left: 12px;
    text-align: left;
}

#forward form .fminput .fmfield input {
    margin-bottom: 2px;
}

#forward form .fminput .fmfield input,
#forward form .fminput .fmfield textarea {
    border-color: #d9d9d9;
}

#forward form .fminput .fmfield textarea {
    width: 241px;
}

#forward form .btn-add {
    display: block;
    width: 174px;
    height: 24px;
    margin: 12px 0 0;
    border: none;
    background: url(../../i/btn-add.gif) no-repeat 0 0;
    text-indent: -100000px;
}

#forward form .btn-confirm,
#forward form .btn-reset {
    display: block;
    float: left;
    width: 71px;
    height: 24px;
    border: none;
    text-indent: -100000px;
}

#forward form .btn-confirm {
    display: inline;
    margin: 0 4px 0 228px;
    background: url(../../i/btn-forward-send.gif) no-repeat 0 0;
}

#forward form .btn-reset {
    background: url(../../i/btn-cancel.gif) no-repeat 0 0;
}

#forward .btn-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(../../i/btn-close.gif) no-repeat 0 0;
    text-indent: -100000px;
    outline: none;
}