#comic_edit form {
    padding-left:3em;
}

#comic_edit th,
#comic_edit td{
    padding-bottom:1.3em;
    font-weight:normal;
}

#comic_edit td{
    padding-left:1em;
}


#comic_edit input[type=text],
#comic_edit textarea{
    display:block;
    float:left;
    margin-bottom:10px;
}


#comic_edit span#status{
    width:100px;
    clear:both;
    display:block;
    float:left;
    margin-bottom:10px;
}


#comic_edit input[type=text] {
    padding:5px;
    font-size:15px;
    width:200px;
    border: 1px solid #aaa;
    margin: 0px 6px 7px 2px;
}

#comic_edit textarea{
    padding:5px;
    font-size:15px;
    width:430px;
    height:200px;
    border: 1px solid #aaa;
    margin: 0px 6px 7px 2px;
}


#comic_edit .submitbox {
    clear:both;
    margin-bottom:1em;
}


#comic_edit  .submitbox{
    margin-top:10px;
    padding-bottom:20px;
    width:180px;
    margin-left:auto;
    margin-right:auto;
}

#comic_edit .submitbox input[type=submit]{
    font-size:15px;
    font-weight:bold;
    padding:5px 10px;
}

/* edit history */
h2.edit_history {
    margin:0 0 0.3em 1em;
    padding-bottom:0.3em;
    font-size:1.2em;
    border-bottom:1px solid #67afe6;
}

#edit_history_dtail p{
    margin-left:2em;
    padding-bottom:0.6em;
}

#edit_history_dtail span.edit_history_item_name {
    display:block;
    float:left;
    clear:both;
    font-weight:bold;
    width:80px;
}

h3#comic_edit {
    background:transparent 
               url(/img/comic_logo_edit.png)
               no-repeat scroll 0 0 ;
    height:28px;
    text-indent:-1450px;
    margin-top:1em;
    margin-bottom:0.5em;
}

h3#comic_history{
    background:transparent 
               url(/img/comic_logo_history.png)
               no-repeat scroll 0 0 ;
    height:28px;
    text-indent:-1450px;
    margin-top:1em;
    margin-bottom:1em;
}

h3#comic_add{
    background:transparent 
               url(/img/comic_logo_add.png)
               no-repeat scroll 0 0 ;
    height:28px;
    text-indent:-1450px;
    margin-top:1em;
    margin-bottom:1em;
}

