	
	#contents .main {
		display:inline-block;
		width:100%;
		background-image:url('/view/layouts/front/images/contents_main_bg.jpg');
		background-repeat:repeat;
	}

	.collection_form {
		display: inline-block;
	    width: 100%;
	}

	.collection_form > .left {
    	display:inline-block;
    	float:left;
    	width:65%;
    	/*margin-top:20px;*/
    	margin-right:4%;
	}

	.collection_form > .left > .info {
    	margin-top: 20px;
    	background-color: white;
    	padding: 30px;
	}
	
	.collection_form .info .step_title {
		margin:10px 0;
	}
	
	.collection_form .info .step_title .step_num{
		float: left;
		border:4px solid #52497b;
		border-radius: 20px;
		padding: 3px 10px;
		color: #52497b;
		font-size:20px;
	}

	.collection_form .info .step_title .step_tit{
		float: left;
		margin-left:20px;
		color: #52497b;
		font-size:20px;
		padding: 7px 0;
	}

	.collection_form .info .step_title .step_ico{
		float:right;
		width:50px;
		height:50px;
		display:block;
		margin-top:-5px;
	}
	.collection_form .info select,
	.collection_form .info input {
		margin-top: 5px;
		padding: 5px;
		width:50%;
	}
	.collection_form .info input.error {
		border: 1px solid red;
	}
	.collection_form .info input.checkbox {
		width:auto;
	}
	.collection_form .info input[type=submit] {
		clear:both;
		float:right;
		margin-top:10px;
		width:auto;
		padding:10px 15px;
		/*background-color: #52497b/*ebebea;*/
		background-image: linear-gradient(to bottom, #52497b 0%, rgba(153, 86, 142, 1) 100%);
		border-radius: 3px;
		/*box-shadow: -1px 1px 0 #9b97a5;*/
		color: #FFF/*444444*/;
		cursor: pointer;
		font-weight:bold;
		border:0;
	}
	.collection_form .info textarea {
		height:200px;
	}
	.collection_form .info input[type=submit]:hover {
		background-image: linear-gradient(to bottom, rgba(153, 86, 142, 1) 0%, #52497b 100%);
		
	}
	.collection_form .info .answer{
		clear:both;
		margin:20px 0;
		padding: 10px;
		text-align:center;
		background: #d8bddb;
		border:1px dashed #FFF;
	}
	.collection_form .info .reason{
		clear:both;
		margin-top:10px;
	}
	.collection_form .info .error,
	.collection_form .info .error2{
		color:red;
		padding:5px;
	}
	.collection_form .info .add_item {
		background-color: #ebebea;
		border-radius: 3px;
		box-shadow: -1px 1px 0 #9b97a5;
		float: left;
		height: 28px;
		margin-left: 12px;
		margin-top: 5px;
		text-decoration: none;
		width: 102px;
	}
	.collection_form .info .add_item.add_brand {
		width: 142px;
	}
	.collection_form .info .add_item .text {
		color: #000000;
		float: left;
		letter-spacing: 1px;
		padding-left: 18px;
		padding-top: 6px;
		text-rendering: optimizelegibility;
		text-shadow: -1px 1px #ffffff;
	}
	.collection_form .info .add_item .image {
		color: #313034;
		float: left;
		font-size: 30px;
		margin-left: 10px;
		margin-top: -5px;
		text-shadow: -1px 1px #ffffff;
	}
	.collection_form .info .list_items {
		clear: both;
		padding-left: 10px;
		padding-top: 10px;
	}
	.collection_form .info .form-input-2cols,
	.collection_form .info .add_brand{
		margin-top:10px;
	}

	.collection_form .info .step1 .step_ico{
		background:url(../images/ico_step1.png) 0 0 no-repeat;
	}
	.collection_form .info .step2 .step_ico{
		background:url(../images/ico_step2.png) 0 0 no-repeat;
	}
	.collection_form .info .step3 .step_ico{
		background:url(../images/ico_step3.png) 0 0 no-repeat;
	}
	
	.collection_form li{
		list-style: circle inside;
	}

	.collection_form > .right {
        display:inline-block;
        float:left;
        width:31%;
        margin-top:20px;
    }
	
	.collection_form > .right .banner {
		float:right;
	}
	.collection_form > .right .banner img{
		width:100%;
	}
	
	/*html5 file upload*/
	/*-------------------------
	Dropbox Element
	--------------------------*/
	#dropbox{
		background:#4c4a4a/*url('img_hfu/background_tile_3.jpg');*/;
		
		border-radius:3px;
		position: relative;
		margin:20px auto;
		min-height: 290px;
		overflow: hidden;
		padding-bottom: 40px;
	
		box-shadow:0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
	}

	#dropbox .message2{
		font-size: 11px;
		text-align: center;
		padding-top:160px;
		display: block;
		color:#FFF;
	}

	#dropbox .message2 i{
		color:#ccc;
		font-size:10px;
	}

	#dropbox .message{
		display:none;
		font-size: 11px;
		text-align: center;
		padding-top:20px;
		display: block;
		color:#FFF;
	}

	#dropbox .message i{
		color:#ccc;
		font-size:10px;
	}

	#dropbox:before{
		border-radius:3px 3px 0 0;
	}

	/*-------------------------
		Image Previews
	--------------------------*/

	#dropbox .preview{
		width:200px;
		height: 180px;
		float:left;
		margin: 55px 0 0 60px;
		position: relative;
		text-align: center;
	}

	#dropbox .preview img{
		max-width: 190px;
		max-height:160px;
		border:3px solid #fff;
		display: block;
		
		box-shadow:0 0 2px #000;
	}

	#dropbox .imageHolder{
		display: inline-block;
		position:relative;
	}

	#dropbox .uploaded{
		position: absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		background: url('img_hfu/done.png') no-repeat center center rgba(255,255,255,0.5);
		display: none;
	}

	#dropbox .preview.done .uploaded{
		display: block;
	}

	/*-------------------------
		Progress Bars
	--------------------------*/

	#dropbox .progressHolder{
		position: absolute;
		background-color:#252f38;
		height:12px;
		width:100%;
		left:0;
		bottom: 0;
		
		box-shadow:0 0 2px #000;
	}

	#dropbox .progress{
		background-color:#2586d0;
		position: absolute;
		height:100%;
		left:0;
		width:0;
		
		box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
		
		-moz-transition:0.25s;
		-webkit-transition:0.25s;
		-o-transition:0.25s;
		transition:0.25s;
	}

	#dropbox .preview.done .progress{
		width:100% !important;
	}

	@media (max-width: 480px) {
		.collection_form > .left,
		.collection_form > .right{
			float:none;
			width:90%;
			margin:0 auto 15px;
			display: block;
		}
		.collection_form > .right .banner{
			float:none!important;
			margin:0 auto 15px;
			width:80%;
		}
	}