div.ContentBox {
    border: 1px solid #848484;
    background-color: #EAEAEA;
    padding: 5px;
}

div.Box input[type=file], div.Box input[type=password], div.Box input[type=text] {
    border: 1px solid #848484;
    background-color: #FFF;
    width: 500px;
}
div.Dialog input.disabledStyle {
    background-color: #c0c0c0;
}
div.Dialog input[type=file], div.Dialog input[type=password], div.Dialog input[type=text] {
    border: 1px solid #848484;
    background-color: #FFF;
    width: 100px;
    font-size: 8pt;
    text-align: right;
}

div.Box select {
    border: 1px solid #848484;
    background-color: #FFF;
    width: 505px;
}

div.Box textarea {
    border: 1px solid #848484;
    background-color: #FFF;
    width: 500px;
    font-family: Arial;
}

div.Box table.FormTable tr {
    height: 20px;
}

div.Box table.FormTable tr.spacer {
    height: 10px;
}

div.Box table.FormTable td {
    vertical-align: top;
}

div.Box table.FormTable td.Header {
    font-weight:bold;
    white-space:nowrap;
    color:#333;
}

div.RoundBox div.TopLeft {
    position:relative;
    float:left;
    width:12px;
    height:12px;
    background: url('../images/ecl/box2TopLeft.gif') 0 0 no-repeat;
}

div.RoundBox div.TopCenter {
    position:relative;
    float:left;
    border-top:1px solid #848484;
    height:11px;
    background-color:#EAEAEA;
}
div.RoundBox div.TopRight {
    position:relative;float:left;width:12px;height:12px;background: url('../images/ecl/box2TopRight.gif') 0 0 no-repeat;
}

div.RoundBox div.BottomLeft {
    position:relative;float:left;width:12px;height:12px;background: url('../images/ecl/box2BottomLeft.gif') 0 0 no-repeat;
}
div.RoundBox div.BottomCenter {
    position:relative;float:left;border-bottom:1px solid #848484; height:11px;background-color:#EAEAEA;
}

div.RoundBox div.BottomRight {
    position:relative;float:left;width:12px;height:12px;background: url('../images/ecl/box2BottomRight.gif') 0 0 no-repeat;
}

div.RoundBox div.Center {
    position:relative;float:left;
    background-color:#EAEAEA;
    border-left:1px solid #848484;
    border-right:1px solid #848484;
    padding-bottom:2px;
}
/*
div.RoundBox {
    background: #EAEAEA url('../images/ecl/dot.png') 0 0 repeat-x;
}

div.RoundBox .b {
    background: url('../images/ecl/dot.png') 0 100% repeat-x;
}

div.RoundBox .l {
    background: url('../images/ecl/dot.png') 0 0 repeat-y;
}

div.RoundBox .r {
    background: url('../images/ecl/dot.png') 100% 0 repeat-y;
}

div.RoundBox .bl {
    background: url('../images/ecl/box2BottomLeft.png') 0 100% no-repeat;
}

div.RoundBox .br {
    background: url('../images/ecl/box2BottomRight.png') 100% 100% no-repeat;
}

div.RoundBox .tlW {
    background: url('../images/ecl/boxWhiteTopLeft.png') 0 0 no-repeat;
}

div.RoundBox .tl {
    background: url('../images/ecl/box2TopLeft.png') 0 0 no-repeat;
}

div.RoundBox .tr {
    background: url('../images/ecl/box2TopRight.png') 100% 0 no-repeat;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

div.RoundBox .trW {
    background: url('../images/ecl/boxWhiteTopRight.png') 100% 0 no-repeat;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
*/