.upload_wrapper .gallery{float:left; margin-top:10px;margin-right: 20px;}
.upload_wrapper .gallery ul{ margin:0; padding:0; list-style-type:none;}
.upload_wrapper .gallery ul li{ padding:7px; border:2px solid #ccc; float:left; margin: 0; background:none; width:auto; height:auto;}
.upload_wrapper .gallery img{ width:250px;}
.upload_wrapper  .none{ display:none;}
/* .upload_wrapper .upload_div{ margin-bottom:50px;} */
.upload_wrapper .uploading{ margin-top:15px;}

.upload_div input[type="submit"], .upload_div button, .upload_div input[type="button"] {
    background-color: #e03f00;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: "Droid Serif",serif;
    font-weight: 400;
    line-height: 1;
    padding: 12px 15px;
    text-decoration: none;
    transition: all 0.2s linear 0s;
	margin-left: 25px;
	height: 44px;
}

.upload_div input, .upload_div select, .upload_div textarea {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    color: #666;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 8px 12px;
	float: left;
}

.upload_div label {
    display: block;
    font-family: "Droid Serif",serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
	margin-top: 20px;
}

.upload_div .progress{
	clear: both;
    float: left;
    margin-bottom: 45px;
	bottom: 0;
    position: absolute;
}

#upload_form {
    float: left;
    padding-bottom: 25px;
}

.upload_div {
    float: left;
    width: 100%;
}

.btn_delete {
	cursor: pointer;
}

.design_it_bottom {
    background: #3399cc none repeat scroll 0 0;
    color: white;
    display: block;
    height: 33px;
    padding: 5px;
    text-align: center;
    width: 125px;
	text-decoration: unset;
}

.design_it_bottom_cart {
    background: #3399cc none repeat scroll 0 0;
    color: white;
    display: block;
    height: 35px;
    padding: 6px;
    text-align: center;
    text-decoration: unset;
    width: 165px;
	cursor: pointer;
	margin-top: 51px;
	text-transform: uppercase;
}

.design_it_bottom_cart:hover {
	text-decoration: unset;
	color: white;
}

#nb_design_it {
    background-color: #f4f4f4;
    /* border-top: 2px solid #cccccc; */
    border-image: none;
    height: 250px;
    margin-bottom: 10px;
    padding: 15px 20px;
}