



.con-right {
    padding-bottom: 20px;
}

.webuploader-pick {
    background-color: #eae6e6 !important;
}

.editArea {
    padding: 40px 60px 60px 60px;
    width:720px;
    margin : 0 auto;
}

#editContent {
    margin-top:40px;
width:100%;

}


#editContent>tbody>tr {
}



.fieldname {
    min-width: 140px;
    text-align: right;
    padding-right: 20px;
    height: 36px;
    vertical-align: top;
   font-weight:100;
   line-height:29px;
}

.pointname {
    
    min-width: 90px;
    text-align: right;
    padding-right: 20px;
    height: 36px;
    vertical-align: top;
    font-weight: 100;
}
.fieldtext  {
    vertical-align: top;
}
    .fieldtext input {
        width: 440px;
        height: 29px;
        border: 1px solid lightgray;
        text-indent: 10px;
    }
#content {
resize:vertical;
height:120px;
}
.btnArea {
    height: 100%;
    text-align:left;
}

    .btnArea a {
        color: #1357A0;
    }

#btn_submit {
    background-color: #2868F2;
    border: none;
    padding: 6px 20px 6px 20px;
    color: white;
    cursor: pointer;
    border-radius: 2px;
}
h2 {
    margin-left: 40px;
    margin-top: 40px;
    font-size: 24px;
}
.req {
    color:red;
}


.errmsg-null  {
    color: red;
    font-size: 12px;
    position: relative;
    top: -12px;
    display: none;
}
.errmsg-max  {
    color: red;
    font-size: 12px;
    position: relative;
    top: -12px;
    display: none;
}

.announce {
 overflow-y:visible;

}

#autocue * {
    border:none;
    
}

.editArea hr {
    background-color: #2868F2;
    height:1px;
    border:none;
}

.editArea h1 {
   color: #2868F2;
  
}

.announce span{
  font-size:14px;
  position:relative;
  top:-1px;
}

.editpassword {
    width: 100%;
    height: 100%;
    text-align: left;
}

.editpassword a {
    color: #1357A0;
}

#btn_editpwd {
    background-color: #2868F2;
    border: none;
    padding: 4px 6px 4px 6px;
    color: white;
    cursor: pointer;
    position:relative;
    top:-4px;
    border-radius:2px;
    font-size:12px;

}


#popup {
    width: 444px;
    color: #004a7e;
    font-size: 12px;
    /* font-family: Arial,Helvetica,sans-serif;*/
    /* left: 41px;
    top: 25px;*/
    border: none;
    overflow-y: visible;
}

    #popup.show {
        z-index: 2;
        border: 1px solid black;
    }

.fieldtext ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #2c2b2b;
    border: none;
}

    .fieldtext ul li {
        line-height: 24px;
        border: none;
    }

.fieldtext li.mouseOver {
    background-color: #2868F2;
    color: #fff;
    border: none;
}