/**

Copyright (C) 2009 Keith Levi Lumanog
website: http://www.keithics.com
email:   webmaster@keithics.com
Skype: keithics

portfolio: http://keithics.com/gallery.php

notes:
Please feel free to modify this file, and if you want to ask something or want me to help.. please don't hesitate to email me.
I will try my best to help you out.

**/

#div_notice{
    display:none;
    padding: 0px;
    background-color:#FF9;
}

#div_error_pic_upload{
    display:none;
    width: 850px;
    margin: auto;    
    padding: 0px;
    background-color:#FF9;
    color: red;
    white-space:normal;
    font-size: 0.9em;
    font-weight: bold;    
}

#div_ok_pic_upload{
    display:none;    
    width: 300px;
    margin: auto;
    padding: 0px;
    background-color:#FF9;
    color: blue;
    white-space:normal;
    font-size: 0.9em;
    font-weight: bold;
}

#div_upload_thumb, #div_upload_thumb img {
    width:336px;
    height:492px;    
    margin: auto;
}

#div_upload_big, #div_upload_thumb{
    border: solid 2px #AABBCC;
}

#div_upload_big{
    width:420px;
    height:615px;    
    overflow: hidden;
    margin: auto;
}

#big{
    width:470px;
    height:689px;    
}

#upload_thumb{
    text-align:center;
}

#details{
    font-size:11px;
    font-weight:bold;
    display:none;    
}