@charset "utf-8";
#pgp-table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#pgp-add{
    width: 100%;
    height: 100px;
    background-image: url('../images/add-btn.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#pgp-add:hover{
    background-color: #dedede;
}

 
#pgp-table tr td{
    padding: 10px;
    vertical-align: top;
    background-color: #FFF;
    border-bottom: solid 1px #DDDDDD;  
}

#pgp-table tbody tr td:first-child{
    width: 150px;
    vertical-align: middle;
}

#pgp-table tbody tr td:last-child{
    width: 25px;
    vertical-align: middle;  
}
 
#pgp-table tbody tr td img {
   width: 150px;
}

.image-meta{
    margin: 0px;
}

.del-btn{
    width: 24px;
    height: 24px;
    background-image: url('../images/delete.png');
    background-repeat: no-repeat;
    float: right;
    margin: 5px;
}

.del-btn:hover{
    background-image: url('../images/hover-delete.png');
    cursor: pointer;
}

.del-btn a{
    display: none;
}

.form-group{
    width: 100%;
    clear: both;
}


.form-group input{
    width: 98%;
    margin: 5px 1%;
    -webkit-box-shadow: none; 
    box-shadow: none;    
}

.form-group textarea{
    width: 98%;
    margin: 5px 1%;
    -webkit-box-shadow: none; 
    box-shadow: none;    
}
