/* Ajax Form */
body{
    line-height: 20px;
    color: #003333;
    font-family: Open Sans, Helvetica,Tahoma,Geneva,Verdana,sans-serif;
    text-shadow: 0.03px 0.03px 0.4px #CCCCCC;
    font-size:13px;
}
.editbox
{
    display:none;
}
.text
{
    font-size: 15px;
    width: 280px;
}
.edit_tr{
    line-height: 40px;
}
.edit_tr td:first-child{
    width:120px;
    font-weight: bold;
}
.edit_tr td{
    padding-left: 10px;
}
.edit_pen{
    padding-left: 5px !important;
    width: 30px !important;
}
.edit_pen img{
    display: block;
    margin: auto;
}
.odd{
    background: #EEEEEE;
}
input[type="text"]{
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #C5C5C5;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    font-size: 15px;
    margin: 5px 2px;
    padding: 4px;
    width: 230px;
}
input[type="text"]:focus, input[type="text"]:hover{
    border: 1px solid #c20079;
    box-shadow: 0 0 5px #FFE8B1, 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}
#edit_tab{
    width: 480px;
    margin: auto;
    background: #d9d9d9;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
}



.edit_tr_pos td:first-child{
    width:40px !important;
    font-weight: normal;
}

#edit_tab_pos{
    width: 980px;
    margin: auto;
    background: #d9d9d9;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    text-align:center;
}

select{
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #C5C5C5;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    font-size: 15px;
    margin: 5px 2px;
    padding: 4px;
    width: 100px;
}
select:focus, select:hover{
    border: 1px solid #E7C971;
    box-shadow: 0 0 5px #FFE8B1, 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}

.detail1 {
text-align:left;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size : 12px;
background-color:#cccccc;
}

.detail2 {
text-align:left;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size : 12px;
background-color:#dddddd;
}


