body
{
    background-color: #091634;
    text-align: center;
    font-family: Segoe UI, Arial, Halvetica, Sans-serif;
    color: #111111;
    font-size: 14px;
}

#wrapper
{
    width: 960px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header
{
    
}

#header #ssc_logo
{
    width: 228px;
    height: 160px;
    margin-left: 0px;
    margin-top: 10px;
}

#header #ssc_symp
{
    width: 480px;
    height: 112px;
    margin-left: 200px;
    margin-top: 30px;
}

#content
{
    color: #111111;
}

#content #t-content
{
    background-image: url(../images/box_top.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 960px;
    float: left;    
}

#content #m-content
{
    background-image: url(../images/box_middle.png);
    background-repeat: repeat-y;
    min-height: 400px;
    width: 920px;
    float: left;    
    padding-left: 20px;
    padding-right: 20px;
}
#content #b-content
{
    background-image: url(../images/box_bottom.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 960px;
    float: left;    
}

#l-content
{
    float: left;
    clear: left;
    width: 600px;
}

#r-content
{
    float: left;
    clear: right;
    width: 300px;
    margin-left: 20px;
}


h1
{
    padding: 0px;
    margin: 0px;
    font-size: 120%;
    padding-bottom: 6px;
}

h2
{
    clear: both;
    padding: 0px;
    margin: 0px;
    font-size: 105%;
    padding-bottom: 2px;
}

h3
{
    clear: both;
    padding: 0px;
    margin: 0px;
    font-size: 100%;
    padding-bottom: 2px;
}

p
{
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
    font-size: 100%;
    line-height: 16px;
}

ul
{
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    font-size: 100%;
}

li
{
    padding: 0px;
    margin: 0px;
    padding-bottom: 4px;
    font-size: 100%;
}

#l-content label
{
    text-align: right;
    width: 120px;
    float: left;
    padding-right: 4px;
}

#l-content li
{
    display: block;
    clear: both;
}

#l-content li .mf
{
    text-align: left;
    width: 60px;
    display: inline-block;
    padding-right: 4px;
}

.l-content-tuition-description
{
    float: left;
    width: 260px;
}    

.l-content-tuition-fee
{
    float: left;
    width: 200px;
}

.l-content-tuition-additional
{
    padding-left: 40px;
    float: left;
    width: 500px;
}

#txtDiet
{
    height: 50px;
    width: 400px;
}

#next
{
    width: 76px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    background: white url(../images/next.png) no-repeat;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

#register
{
    width: 76px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    background: white url(../images/register.png) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

#finish
{
    width: 76px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    background: white url(../images/finish.png) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

#cancel
{
    margin-left: 10px;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
        
}

#error
{
    background-color: #ffb8b8;
    color: #222222;
    width: 898px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: solid 1px red;
}

.ico
{
    margin-top: 1px;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    margin-right: 6px;
}

.regName
{
    padding-left: 16px;
    float: left;
    width: 350px;
    display: inline;
}
.regType
{
    padding-left: 26px;
    float: left;
    width: 340px;
    display: inline;
    font-style: italic;
}
.regPrice
{
    float: left;
    width: 140px;
    display: inline;
    text-align: right;
}

.confirm li
{
    display: block;
    clear: both;
}

.confirm
{
    display: block;
    clear: both;
}

.bold
{
    font-weight: bold;
}

.regTotal
{
    padding-left: 0px;
    float: left;
    width: 366px;
    display: inline;
}

#l-content-payment li label
{
    text-align: right;
    width: 200px;
    float: left;
    padding-right: 4px;
}

#footer
{
    text-align: right;
    margin-right: 12px;
    color: #FFFFFF;
    font-size: 12px;
}

#footer a
{
    color: #888888;
}