form{
background-color:#fff
}
#uploadimages-container{
margin:10px auto;
padding:10px;
}
#images_form{
/*width:500px;*/
text-align:center;
padding:40px 20px;
border: 1px solid;
box-shadow:0 0 10px;
border-radius:2px
}
#images_form .control-buttons{margin-bottom:15px;}
#images_form h2{
margin-left:30px
}
#images_form .upload{
background-color:#4c66a4;
border:1px solid #4c66a4;
color:#fff;
border-radius:5px!important;
padding:10px;
text-shadow:1px 1px 0 green;
box-shadow:2px 2px 15px rgba(0,0,0,.75)
}
#images_form .upload:hover{
cursor:pointer;
background:#c20b0b;
border:1px solid #c20b0b;
box-shadow:0 0 5px rgba(0,0,0,.75)
}
#file{
color:green;
padding:5px;
border:1px dashed #123456;
background-color:#f9ffe5;
margin-bottom:15px;
}
#upload{
margin-left:45px;
}
#noerror{
color:green;
text-align:left
}
#error{
color:red;
text-align:left
}
#img{
width:17px;
border:none;
height:17px;
margin-left:-20px;
margin-bottom:91px
}
.prod_img{
text-align:center
}
.prod_img img{;
width:30%;
padding:5px;
border:1px solid #e8debd
}
#images_form b{
color:red
}
#images_form b.imp{
color:#008000;
}
#images_form .controls{
display: inline-block;
margin: 10px -7px;
width: 200px;
}
#images_form .filediv{margin-top:5px;}
#thumbs .filediv input.button:hover{background:#ee0000;}
#thumbs .filediv input.button{background:#9b0000;color:#fff;width:155px;}
form#add-to-cart-or-refresh { background: transparent}