#pgd_cus_img_editor {
	position: absolute;
	/*
	height: 580px;
	*/
	overflow: hidden;
	z-index: 6;
}

.pgd_cus_img_block {
	position: absolute;
	z-index: 10;
}

.pgd_cus_img_handle,.pgd_cus_img_resize {
	display: block;
}

.pgd_cus_img_handle {
	cursor: move;
	
/*	background: url("../img/btn_resize2.gif") 0 0 no-repeat;*/
	width: 20px;
	height: 20px;
	
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
}

.pgd_cus_img_resize {
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../img/btn_resize.gif") 0 0 no-repeat;
	width: 20px;
	height: 20px;
	z-index: 150;
}

#pgd_cus_img_img {
	
}

#pgd_cus_img_editor_wrapper {
	/*height: 580px;*/
	position: relative;
}

/* Dustomise form styling*/
#pgd_cus_img_stage_imageupload {
	padding: 10px;
}

.pgd_cus_img_step_wrapper fieldset {
	padding: 10px;
	background-color: #BDB7B2;
	/*hacked by arnaud*/
	border: none;
}

.pgd_cus_img_step_wrapper legend {
	padding: 0 5px;
	/*hacked by arnaud*/
	/*background-color: #A29C93;*/
	background-color: #BDB7B2;
	color: #4C4845;
	border: none;
	/*border: #726B61 1px solid;*/
}

.pgd_cus_img_step_wrapper h3 {
	font-size: 12px;
	margin-bottom: 10px;
}

#pgd_cus_img_loading_image_wrapper {
	padding: 10px;
}

#pgd_cus_img_loading {
	
}

#pgd_cus_img_editor_wrapper {
	/*border: #756D64 2px solid;*/
	margin-top: 10px;
	overflow: hidden;
}

#pgd_cus_img_merged_image {
	border: #BDB7B2 2px solid;
}

#pgd_cus_img_preview {
	display: block;
	padding: 5px;
	border: #fff 5px solid;
	background-color: #CB0900;
	width: 30%;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#pgd_cus_img_preview :hover {
	color: #000;
	text-decoration: none;
}

/* Option styling */
#pgd_cus_option_wrapper {
	border-bottom: #9D958E 1px solid;
	margin-bottom: 10px;
	padding: 5px;
	height: 20px;
}

#pgd_cus_option_wrapper li {
	float: left;
	display: block;
	margin-right: 10px;
}

#pgd_cus_img_font_customize_wrapper ul li {
	padding: 2px 0;
}

#pgd_cus_img_font_customize_wrapper ul li label {
	float: left;
	width: 130px;
}

#pgd_cus_img_font_customize_wrapper select {
	border: none;
	font-size: 14px;
}

/* Iprompt u overwrite*/
div.jqi {
	width: auto !important;
	overflow: hidden;
}

#pgd_cus_imgcolorSelector {
	background: transparent url(../img/select2.png) repeat scroll 0 0;
	height: 36px;
	width: 36px;
	margin-left: 130px;
}

#pgd_cus_imgcolorSelector div {
	background: transparent url(../img/select2.png) repeat scroll center
		center;
	height: 30px;
	left: 3px;
	top: 3px;
	left: 3px;
	width: 30px;
	position: relative;
}



#pgd_cus_img_user_img_trns{
	position: relative;
}

#pgd_cus_img_user_img_trns_wrapper{
	position: absolute;
	z-index: 1;
}

/* color picker */
.colorpicker{
	z-index: 999;
} 

#pgd_cus_img_merged_image_overlay{
	position: absolute;
	border:2px solid #BDB7B2;
	
}

.pgd_cus_img_main_img{
	position: relative;
	z-index: 5;
}
