/****************************/
/******* upload box *********/
/****************************/

.upload_box
{
	display: inline-block;
	height: 25px;
	width:150px; 
	margin: 0;
	cursor: pointer;
	z-index: 5;
	border: 0;
	overflow:hidden;
}
#upload_popup_parent
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../../images/mask.png');
	z-index: 10;
	display: none;
}
#upload_popup
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	background-color:white;
	min-height:300px;
	overflow:hidden;
}
#upload_popup #upload_preview_image
{
	max-width:400px;
	max-height:400px;
	float:left;
	margin:20px;
}
#upload_popup #upload_preview_thumbnail
{
	max-width:100px;
	max-height:200px;
	float:right;
	margin:20px;
}
#upload_popup #upload_btn_confirm
{
	display:inline-block;
	float:right;
	background-color:#2D6A99;
	font-size:10pt;
	color:white;
	width:100px;
	height:30px;
	cursor:pointer;
	text-align:center;
	margin:0px 20px;
	clear:right;
}
#upload_popup #upload_btn_confirm span
{
	display:inline-block;
	margin-top:7px;
}
#upload_popup #upload_btn_confirm:hover
{
	background-color:#4D8AB9;
}