

#upload-wrapper input[type=file] {
	border: 1px solid #000;
	padding: 6px;
	background: #FFF;
-moz-border-radius: 5px; /* Firefox */  
-webkit-border-radius: 5px; /* Safari, Chrome */  
border-radius: 5px; /* CSS3 */  

}
#upload-wrapper #submit-btn {
	border: none;
	padding: 10px;
	background: #00008b;;
	-moz-border-radius: 5px; /* Firefox */  
	-webkit-border-radius: 5px; /* Safari, Chrome */  
	border-radius: 5px; /* CSS3 */  

	color: #FFF;
}


#upload-wrapper #loading-img {
position:absolute; 
padding-left:7px; top:3px;
display:none; 
}



.placeHolder {
width:70px;
height:70px;
float:left; 
margin: 1px 2px 5px; 

}

.placeHolderForm {
width:70px;
height:70px;
float:left; 
margin: 1px 2px 5px; 

}


#gallery {
position:relative;
 }
 
 #gallery_form {
 /* roger */
position:relative;
display:inline;
padding:0px;
 }

#no_photo { 

}

#no_photo_form { 
/* roger */
display:inline;


}

#output {
display:inline;
text-align: left;
}

#output .make_main {
background-color: #ffffff;
   max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

#output .make_main_form {
/* roger */
background-color: #ffffff;
height: 106px;  
width: 106px;  
 
}

#output .pic_prefer,
#output .pic_prefer_form {
display:block;
width:12px;
height: 12px;
line-height: 12px;
text-align:center;
background-color: #ffffff;

border: solid;
border-color: #000000;
border-width: 1px 1px 1px 1px;
padding:4px;
}

#output .pic_rotate {
display:block;
width:12px;
height: 12px;
line-height: 12px;
text-align:center;
background-color: #ffffff;
border: solid;
border-color: #000000;
border-width: 1px 1px 1px 1px;
padding:4px;
}


#output .pic_view {
display:block;
width:12px;
height: 12px;
line-height: 12px;
text-align:center;
background-color: #ffffff;
border: solid;
border-color: #000000;
border-width: 1px 1px 1px 1px;
padding:4px;
}


#output .delete_pic,
#output .delete_pic_form {
display:block;
width:12px;
height: 12px;
line-height: 12px;
text-align:center;
background-color: #ffffff;
border: solid;
border-color: #000000;
border-width: 1px 1px 1px 1px;
padding:4px;
	}




#output_error_message {
margin-top: 27px;
font-size: 12px;
}




#MyPreview {

margin-top: 0px;
	
	font-size: 12px;
	
margin-bottom:5px;	
}


#MyPreview #delete_preview {

border: solid;
border-color: #000000;
border-width: 1px 1px 1px 1px;

	margin-bottom:5px;
	
}


#upload_interface {
position:relative;
margin-top:18px;
border: solid;
border-color: #000000;
border-width: 0px 0px 0px 0px;



}

#MyUploadForm {
margin-top: 10px;
	clear:both;
}

