#signInFormPanel {
    width: 700px;
    height: 150px;
    padding: 15px;
    z-index: 100;
    text-align: left;
}

#signInBoxHeader {
    height: 20px;
}

#signInHeading {
    float:left;
    width: 70px;
    height: 15px;
    line-height: 15px;
}

#signInHeading span {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
    color:#d9e5f4;
}

#signInType {
    float:right;
    width: 100px;
    height: 20px;
}

#signInBoxBody {
    clear: both;
    margin: 5px 0px;
    background: #f8f8f8;
}

input#signInId,
input#signInPassword {
    border:1px  solid #bababa;
    width: 160px;
    height:20px;
    margin: 2px 0px;
    line-height: 20px;
}
input#signInId {
    background: #FFFFFF url(http://static.ad.co.kr/images/event/kosac/id.gif) left center no-repeat;
}
input#signInPassword {
    background: #FFFFFF url(http://static.ad.co.kr/images/event/kosac/bb.gif) left center no-repeat;
}


#signInBoxButton {
    margin: 10px 0px;
}


#signInBoxFooter {
    height: 15px;
    line-height: 15px;
}

#signInBoxFooter span a {
    font-size: 11px;
    letter-spacing: -1px;
}

#signInBoxFooter .signUp {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    
}


