
#upload_img_proces{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#upload_img_proces img{
 margin: 25% 0 0 50%;
    }

.crop_photo{
    width: auto;
    height: auto;
}
#page_crop a { color: #eee; text-decoration: none;}
#page_crop a:hover { text-decoration: underline;}

#page_crop {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size:13px;
    color:#ooo;
    font-family:Arial, Helvetica, sans-serif;
    background: #fff;
    font-family:Corbel,'Myriad Pro',Arial, Helvetica, sans-serif;
}

/*.block{
    background-color: #7b8b98;
    margin-bottom:25px;
    padding:30px;
}*/

.block_main {

    background-color: #eee;
    text-shadow: 1px 1px 0 black;

}

.block_main p {
    margin:0;
}

#page_crop h1{
    margin: 0;
    font-size:14px;
    
       
}

#page_crop h2 {
    font-size: 28px;
    font-weight: normal;
}

.rounded{
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}

#page_crop ul { list-style-type: none; }
#page_crop ul li { padding: 10px 0 10px 0; border-bottom: 1px solid #eee; font-size: 15px; }
/*.name { font-weight: bold; width: 100px; display: inline-block;}
.date { color: #ccc; font-family: Arial; font-size: 9px; margin-right: 10px; }
.message { font-style: italic; margin-left: 10px; }*/
#page_crop input { margin: 10px 5px 10px 5px; }
/*.message { width: 300px; }*/
#page_crop form { margin: 10px 0 0 0;  }
/*#message { display:none; margin: 30px 0;}*/