#sub_desc	{
	background:none;
	border:none;
	padding:14px 20px;
	line-height:14px;
	cursor:pointer;
	font-size:13px;
	color:#282828;
	margin-top:40px;
	font-weight:700;
	-webkit-appearance: none;
	float:left;
	background:#48d28c;
	border-radius:4px;
}
#sub_desc:hover {
	background:#292929;
	color:#fff;
}

#sub_desc {
    margin-top: 0px;
}

#cupon-form input[type="text"], #contact-form textarea {
    color: #666;
    font-weight: 600;
    font-size: 12px;
    padding: 15px 0;
    width: 100%;
    padding-left: 10px;
    background: none;
    border: none;
    border: 0;
    border-radius: 0;
    position: relative;
}