.optin {
    font-family: "STIHL Contraface Text", Arial;
    font-size: 12px;
	display: none;
	position: fixed;
	z-index: 998;
    text-decoration: none;
}	
    .optin :hover{
        text-decoration: none;
    }

    .optin .layer .bottom{
        text-align: left;
    }

    .optin .layer .top .info .cols h3.red {
        color: #FF0000 !important;
    }

	.optin h2 {
        font-family: "STIHL Contraface Display Title", "Arial Black";
        font-size: 18px;
        margin: 0px;
    }

	.optin h3 {
        font-family: "STIHL Contraface Display Title", "Arial Black";
        font-size: 14px;
        margin: 0px;
    }
	   .optin .layer .top .info .cols h3{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .optin .layer .top p{
        font-size: 12px;
    }

	.optin ul li{
        padding: 0px;
    }

    .optin .layer .top .switches ul li a span{
        font-size: 12px;
    }

    .optin .layer .top .switches ul{
        padding-left: 0px;
    }

    .optin .layer .top .switches ul li{
        width: 205px;
    }

    .optin .layer .top .switches ul li a{
        width: 205px;
    }

    .optin .layer .top .switches ul li a.active{
        width: 205px;
    }

    .optin .layer .top .info{
        margin-bottom: 10px;
    }

    .optin .layer .top .switches ul{
        margin-top: 10px;
    }

    .optin .layer .top .buttons .button.all{
        background-color: #f37a1f;
    }

    .optin .layer .top .buttons .button.all:hover {
        background-color: #fff;
        border: 1px solid #f37a1f;
        color: #f37a1f;
    }

	.optin .layer .top .buttons .button {
        background: none;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        font-weight: 700;
        margin-bottom: 20px;
        padding: 10px 25px;
    }

    .optin .layer .top .buttons .button.selection {
        background: none;
        border: 1px solid grey;
        color: grey;
    }

    .optin .layer .top .info .cols h3{
        background: white;
    }

    .optin .layer .top .info .cols h3.active{
        background: white;
        color: black;
    }

	.optin h3.active{
        color: black;
    }

    .optin a{
        color: #f37a1f;
    }
	
	.optin .layer .closeButton {
		background-image: url(/StihlSprite.png);
	}

	.optin .layer .top .info .cols .left ul li:before {
		background-image: url(/StihlSprite.png);
	}	

    .optin .layer .bottom a.arrow:before {
		background-image: url(/StihlSprite.png);
	}	

    .optin .layer .top .info .cols .right ul {
        display: block !important;
    }

    .optin .layer .top .info .cols .left ul {
        display: block !important;
    }

    @media screen and ( max-height: 800px ) {
        .optin .layer{
            height: 500px;
            overflow-y: scroll;
        }
    }