.erbjudertop {
	background-image: url("../img/icons/erbjudertop.png");
	width: 296px;
	height: 10px;
	margin-bottom: 4px;

	}

.erbjudertext {
	width: 296px;
	padding-left: 10px;

	}

.erbjudertext h2 {
	padding-left: 4px;
	margin-bottom: 4px; 
	padding-bottom: 4px;
	color: #171717;
	text-align: left;
	text-decoration: none;
	font-size: 18px;

	}

.erbjudertext p {
	padding-left: 10px;
	padding-bottom: 5px;
	color: #171717;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;

	}

.hellyes {
	background-image: url("../img/icons/hellyes.png");
	vertical-align: middle;
	}


.erbjuderbottom {
	background-image: url("../img/icons/erbjuderbottom.png");
	width: 296px;
	height: 10px;

	}



.maintext {
	width: 607px;
	padding-left: 0px;

	}

.maintext h2 {
	padding-left: 0px;
	margin-top: 10px; 
	padding-top: 10px;
	margin-bottom: 1px; 
	padding-bottom: 1px;
	color: #171717;
	text-align: left;
	text-decoration: none;
	font-size: 18px;

	}

.maintext p {
	padding-left: 0px;
	padding-bottom: 0px;
	color: #171717;
	text-align: left;
	text-decoration: none;
	font-size: 14px;

	}




.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #1bb61b;
    border-radius: 8px;
    background: #2cff2c;
    background: -webkit-gradient(linear, left top, left bottom, from(#2cff2c), to(#1bb61b));
    background: -moz-linear-gradient(top, #2cff2c, #1bb61b);
    background: linear-gradient(to bottom, #2cff2c, #1bb61b);
    -webkit-box-shadow: #29ff29 0px 0px 26px 0px;
    -moz-box-shadow: #29ff29 0px 0px 26px 0px;
    box-shadow: #29ff29 0px 0px 26px 0px;
    text-shadow: #117211 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid #22e322;
    background: #35ff35;
    background: -webkit-gradient(linear, left top, left bottom, from(#35ff35), to(#20da20));
    background: -moz-linear-gradient(top, #35ff35, #20da20);
    background: linear-gradient(to bottom, #35ff35, #20da20);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #1bb61b;
    background: -webkit-gradient(linear, left top, left bottom, from(#1bb61b), to(#1bb61b));
    background: -moz-linear-gradient(top, #1bb61b, #1bb61b);
    background: linear-gradient(to bottom, #1bb61b, #1bb61b);
}
.clearfix::after{content:"";display:table;clear:both}
