.first-step {
	float: left;
	width: 100%;
}
#mainForm .thumb-holder {
	display: none;
	left: -1000px;
	position: absolute;
	top: -1000px;
	visibility: hidden;
}
.thumb-holder .loader-move {
	display: none;
	height: 10px;
    left: 5px;
    overflow: hidden;
    position: absolute;
    top: 103px;
    width: 90%;
}
.thumb-holder .checked {
	background: url('../images/check_mark_green.jpg') no-repeat 3px -4px  #FFF;
    border-radius: 25px 0 25px 25px;
    float: right;
    height: 35px;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    position: absolute;
    right: -5px;
    top: -5px;
    width: 35px;
    z-index: 2;
}
.form-action {
	float: left;
    padding: 15px 0;
    position: relative;
    width: 100%;
}
.form-action div {
	float: right;
	width: auto;
}
.form-action span {
	background-color: #4B96AB;
	background-image: linear-gradient(bottom, #4B96AB 26%, #A2DBEB 92%, #DAF3FA 100%);
	background-image: -o-linear-gradient(bottom, #4B96AB 26%, #A2DBEB 92%, #DAF3FA 100%);
	background-image: -moz-linear-gradient(bottom, #4B96AB 26%, #A2DBEB 92%, #DAF3FA 100%);
	background-image: -webkit-linear-gradient(bottom, #4B96AB 26%, #A2DBEB 92%, #DAF3FA 100%);
	background-image: -ms-linear-gradient(bottom, #4B96AB 26%, #A2DBEB 92%, #DAF3FA 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.26, #4B96AB),
		color-stop(0.92, #A2DBEB),
		color-stop(1, #DAF3FA)
	);
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2DBEB', endColorstr='#4B96AB');*/
	border: 1px solid #58a3b8;
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CC5D5', endColorstr='#4B96AB');*/
	border: 1px solid #58a3b8;
    border-radius: 10px 10px 10px 10px;
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
    padding: 6px 30px;
    position: relative;
    right: 0;
    text-decoration: none;
}
.form-action span:hover {
	background-color: #A2DBEB;
	background-image: linear-gradient(bottom, #5EAABD 20%, #74B7C9 61%, #CEEEF7 100%);
	background-image: -o-linear-gradient(bottom, #5EAABD 20%, #74B7C9 61%, #CEEEF7 100%);
	background-image: -moz-linear-gradient(bottom, #5EAABD 20%, #74B7C9 61%, #CEEEF7 100%);
	background-image: -webkit-linear-gradient(bottom, #5EAABD 20%, #74B7C9 61%, #CEEEF7 100%);
	background-image: -ms-linear-gradient(bottom, #5EAABD 20%, #74B7C9 61%, #CEEEF7 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, #5EAABD),
		color-stop(0.61, #74B7C9),
		color-stop(1, #CEEEF7)
	);
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2DBEB', endColorstr='#4B96AB');*/
	border: 1px solid #58a3b8;
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CC5D5', endColorstr='#8CC5D5');*/
}
#uploadForm #uploadInput {
	margin-top: 35px;
	margin-left: 5px;
	/*left: -1000px;
	position: absolute;
	top: -1000px;*/
}
#chooseButton {
	float: left;
	width: 100%;
}
/*
span.choose-file {
	background-color: #BCBCBC;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    line-height: 19px;
    padding: 1px 10px;
    width: auto;
}
*/
#upload-loader {
    display:none;
    left: 210px;
    padding: 0px 10px;
    position: relative;
    top: -17px;
}
#SubmitButton {
	/*display: none;
	visibility: hidden;*/
	left: -1000px;
	position: absolute;
	top: -1000px;
}
#output {
	float: left;
	width: 65%;
	min-height: 167px;
	margin: 15px 0;
}
.thumb-holder {
	border: 1px solid #CCCCCC;
    float: left;
    margin: 0 5px;
    padding: 2px 2px 40px;
    position: relative;
    width: 100px;
}
.thumb-holder img {
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.thumb-holder img.semi-transp {
	opacity: 0.2;
	filter: alpha(opacity = 20);
}
.thumb-holder .cover-msg {
    background-color: #7BCDE9;
    color: #FFFFFF;
    height: 15px;
    left: 59px;
    padding: 1px 5px;
    position: absolute;
    top: 120px;
    width: 32px;
}
.img-name p {
	float: left;
    line-height: 14px;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    width: 90px;
    z-index: 0;
}
.remove-img {
	bottom: -37px;
    cursor: pointer;
    font-weight: bold;
    padding: 0 5px;
    position: relative;
}
.remove-img span {
	font-weight: normal;
	margin-left: 5px;
}
.edit {
	position: relative;
}
.edit #uploadForm #uploadInput {
	margin-left: 0;
	float: left;
}
.edit .dropzone .clickable-area {
	height: 200px;
}
.edit .dropzone .clickable-area span {
	top: 21%;
}
.edit .form-action {
	float: left;
	padding: 0;
	width: auto;
	margin-top: 28px;
	margin-left: 50px;
}
.edit #uploadForm {
	float: left;
    left: 19px;
    height: 355px;
    position: absolute;
    top: 270px;
    width: 93%;
}
.edit #projectFormEdit .step-one-holder {
	min-height: 405px;
}
.edit #uploadForm #image_list {
	width: 100%;
	margin: 10px;
}
.edit #uploadForm #image_list h3 {
	float: left;
    padding: 5px 0;
    width: 100%;
}
.edit #uploadForm #image_list .editpage-imgholder {
	padding: 0 10px 10px 0;
}
.edit #uploadForm #upload-loader {
	display: none;
	float: left;
	left: -55px;
    position: relative;
    top: 35px;
}
.edit #uploadForm #moveImg span { 
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CC5D5', endColorstr='#4B96AB');*/
	border: 1px solid #58a3b8;
	border-bottom: 0 none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 12px;
    left: -25px;
    line-height: 12px;
    padding: 4px 15px;
    position: relative;
    text-align: center;
    top: 6px;
    width: auto;
    /*border: 1px solid #696;
    text-align: center; 
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
    border-radius: 10px;
    background: #8CC5D5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8CC5D5), to(#4B96AB));
    background: -webkit-linear-gradient(#8CC5D5, #4B96AB);
    background: -moz-linear-gradient(#8CC5D5, #4B96AB);
    background: -ms-linear-gradient(#8CC5D5, #4B96AB);
    background: -o-linear-gradient(#8CC5D5, #4B96AB);
    background: linear-gradient(#8CC5D5, #4B96AB);
    -pie-background: linear-gradient(#8CC5D5, #4B96AB);
    behavior: url(/pie/PIE.htc);*/
}
.edit #uploadForm #moveImg span:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CC5D5', endColorstr='#8CC5D5');
}
.edit #output .thumb-holder {
	display: block;
    left: -5px;
    margin: 5px;
    padding: 2px 2px 38px;
    top: 0;
}
.edit form#projectFormEdit p {
	padding: 0 5px;
}




