@charset "UTF-8";
/* BUYBACK CSS */


.buybackH3 {
	background-color:#de020e;
	color:#FFF;
	padding:20px;
	width:954px;
	margin-left:-10px;
	text-align:center;
}

.buybackBoy {
	float:right;
	width:auto;
	height:auto;
	margin-bottom:-104px;
	margin-top:-90px;
	z-index:50;
	position:relative;
}

.buybackHolder {
	float:left;
	display:inline;
	width:100%;
	height:auto;
}

.buybackLeft {
	float:left;
	display:inline;
	width:450px;
	height:auto;
	margin-right:10px;
	margin-top:20px;
	
}

.buybackRight {
	
	float:left;
	display:inline;
	width:500px;
	height:auto;
}

.buybackBox {
	float:left;
	display:inline;
	padding:20px;
	width:800px;
	height:auto;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:60px;
	border-radius:15px 15px 15px 15px;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	border:#fff solid 3px;
	background-color:#878787;
	font-size:16px;
}

li {
	list-style-type:decimal;
}

.buybackTxt {
	float:left;
	display:inline;
	width:100%;
	height:auto:
}

.recycleMan {
	float:right;
	margin-top:-220px;
	z-index:50;
	position:relative;
}

/* Form
---------------------------------------*/

.form_holder {
	float:left;
	display:inline;
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.formTxt {
	float:left;
	display:inline;
	width:230px;
	height:auto;
	padding-top:15px;
}

.formTxt ul {
	margin:0px;
}

.formTxt li {
	list-style:circle;
}

.formBox {
	float:left;
	display:inline;
	width:auto;
	height:auto;
}

.form_field {
		border-radius:5px 5px 5px 5px;
	-moz-border-radius::5px 5px 5px 5px;
	-webkit-border-radius::5px 5px 5px 5px;
	width:300px;
	height:20px;
	padding:10px;
	background-color:#ffffff;
	border:#CCC solid 1px;
	font-size:14px;
	font-family: 'Nunito', sans-serif;
	color:#626262;
}

.formTxtBox {
	border-radius:5px 5px 5px 5px;
	-moz-border-radius::5px 5px 5px 5px;
	-webkit-border-radius::5px 5px 5px 5px;
	width:500px;
	height:130px;
	padding:10px;
	background-color:#ffffff;
	border:#CCC solid 1px;
	font-size:14px;
	font-family: 'Nunito', sans-serif;
	color:#626262;
}

.formButton {
	width:auto;
	height:auto;
	padding:15px;
	text-align:center;
	margin-top:20px;
	color:#FFF;
	border:3px solid #FFF;
	background-color:#ed2224;
	border-radius:40px 40px 40px 40px;
	-moz-border-radius:40px 40px 40px 40px;
	-webkit-border-radius:40px 40px 40px 40px;
	font-size:18px;
	font-weight:100;
	cursor:pointer;
}



#cBoxAlert {
	width: 375px;
	position: fixed;
	top: 200px;
	left: 50%;
	margin-left: -200px;
	background-color: #fff;
	padding-bottom: 20px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 3px 4px #ccc;
	-webkit-box-shadow: 0 3px 4px #ccc;
	box-shadow: 0 3px 4px #ccc;
	color: #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display:none;
	min-height: 144px;
	text-align: center;
	z-index: 1002;
}
.cBoxRow1 {
	float: left;
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #ccc;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	cursor: move;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E4E4E4');
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4));
	background: -moz-linear-gradient(top, #fff, #e4e4e4)
}
.cBoxRow1Title {
	display: inline;
	float: left;
	width: 40%;
	margin-left: 10px;
	text-align: left;
	margin-top: 10px;
	font-size: 14px
}
.cBoxRow1Close {
	display: inline;
	float: right;
	width: 33px;
	margin-right: 10px;
	text-align: right;
	margin-top: 9px;
	cursor: pointer
}
.cBoxRow1Close a {
	text-align: right
}
.cBoxRow1Close:hover {
	opacity: .6;
	filter: alpha(opacity=60)
}
.cBoxContent {
	margin-top: 34px
}


.BuyBackDone {
	width:100%;
	left:0px;
	position:fixed;
	bottom:0px;
	height:30px;
	background-color:#FFF;
	border-top:1px #CCC solid;
	z-index: 1002;
	text-indent:50px;
	padding-top:10px;
	color:#999;
	display:none;	
}

.BuyBackDoneClose {
	display:inline;
	float:right;
	color:#999;
	margin-right:30px;
	cursor:pointer;
	
}

	