#profileForm{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
}

#profileForm .shadowLayer{
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.77;
}

#profileForm .form{
    position: absolute;
    background-color: #ffffff;
    padding: 25px;
}

#profileForm .form .title{
    font-size: 38px;
    line-height: 52px;
    color: #707173;
    padding-bottom: 18px;
}

#profileForm .form .text{
    font-size: 14px;
    color: #707173;
    padding-top: 18px;
}

#profileForm .form  .dotText{
    font-size: 14px;
    color: #707173;
    padding: 4px 0 4px 20px;
    background: url("../images/red_dot.png") no-repeat left 9px;
}

#profileForm .form .closeBtn{
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 12px;
}

#profileForm .form .inputTitle{
    font-size: 14px;
    color: #707173;
    padding-right: 7px;
    padding-top: 5px;
    text-align: right;
}

#profileForm .form .inputNote{
    font-size: 9px;
    text-align: center;
    color: #707173;
    line-height: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#profileForm .form .inputSubNote{
    font-size: 8px;
    text-align: center;
    color: #707173;
    line-height: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#profileForm .form .inputSubNote a{
    font-size: 8px;
    text-align: center;
    color: #707173;
    line-height: 12px;
    text-decoration: underline;
}
#profileForm .form .inputSubNote a:hover{ text-decoration: underline; }

#profileForm .form .sepLine{
    height: 6px;
}

#profileForm .form .sendBtn{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ed2224;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 10px;
    cursor: pointer;
}

#profileForm .form input[type="text"]{
    font-family: 'Verdana';
    font-size: 14px;
    border: 0;
    background-color: #dfe0e1;
    color: #000000;
    width: 260px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
}

#profileForm .form tr{
    text-align: left;
    vertical-align: top;
}

#profileForm .form .col01{ width: 530px; }
#profileForm .form .col02{ }
#profileForm .form .subcol01{ width: 160px; }
#profileForm .form .subcol02{ width: 270px; }