#gallery_wrap
{
    overflow: hidden;
    padding: 20px;
    padding-left: 0px;
    
}

.gallery_title, #upload_gallery_title
{
    padding-right: 40px;
    margin-bottom: 5px;
    
}

.gallery_title .menu
{
    float: right;
}

.gallery
{
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 21px;
    margin-bottom: 10px;
    /*background-color: #34373c; 
    border: solid 1px black;
    border-color: #24272a;*/
    overflow: hidden;    
    width: 97%;
    float: left; 
}

#upload_gallery_title
{
    margin-right: 32px;
}

.menu_button
{
    background-color: #3d4147;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 17px;
    width: auto;
    max-width: 100px;
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 0px;
    line-height: 18px;
}

.menu_button:hover
{
    background-color: #d18546;    
}

#upload_gallery
{
}

.thumb_frame
{
    float:left;
    padding: 0px;
    padding-right: 7px;
    padding-bottom: 7px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-right: solid 0px #313439;
    border-bottom: solid 0px #313439;
    width: 100px;
}

.thumb_frame .thumb_desc
{
    padding: 1px;
    padding-right: 3px;
    height: 16px;
    overflow: hidden;
    color: black;
}

.thumb_frame .thumb_photo
{
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px white;
}

.thumb_frame .checkbox
{
    margin: 5px;
}

#upload
{  
    margin:30px 200px; padding:15px;  
    font-weight:bold; font-size:1.3em;  
    font-family:Arial, Helvetica, sans-serif;  
    text-align:center;  
    background:#f2f2f2;  
    color:#3366cc;  
    border:1px solid #ccc;  
    width:150px;  
    cursor:pointer !important;  
    -moz-border-radius:5px; -webkit-border-radius:5px;  
}

textarea
{
    background-color:#505359; 
    width: 300px;
}

input 
{
    font-weight: bold;
    font-size: 16px;
    color: white;
    background-color: #3d4147;
}

input:hover
{
    background-color: #d18546;    
}

input.title
{
    width: 300px;
    background-color:#505359; 
    color: #d18546;    
    font-size: 22px;
    font-weight: bold;
}




