.snp-theme9 {
    font: 15px/1.5 Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #afafaf;
    max-width: 630px;
    background: #211a3b;
    background-image: -moz-radial-gradient(50% 50%, circle contain, #615c73, #211a3b 120%);
    background-image: -webkit-radial-gradient(50% 50%, circle contain, #615c73, #211a3b 120%);
    background-image: -o-radial-gradient(50% 50%, circle contain, #615c73, #211a3b 120%);
    background-image: -ms-radial-gradient(50% 50%, circle contain, #615c73, #211a3b 120%);
    background-image: radial-gradient(50% 50%, circle contain, #615c73, #211a3b 120%);
    position: relative;
}
.snp-pop-inline .snp-theme9 { margin-bottom: 60px;}
.snp-theme9 .snp-privacy a:hover, .snp-theme9 .snp-close a:hover {
    color: #afafaf;
}
.snp-theme9 .snp-body {
    padding: 10px 120px 20px 55px;
}
.snp-theme9 .snp-body p {
    margin-bottom: 20px;
    font-size: 19px;
}
.snp-theme9 .snp-privacy {
    font-size: 15px;
    padding-left: 28px;
    background: url(gfx/locker.png) no-repeat;
}
.snp-theme9 .snp-close {
    font-size: 15px;
    padding-left: 28px;
}
.snp-theme9 .snp-privacy a, .snp-theme9 .snp-close a {
    text-decoration: underline;
    transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
}
.snp-theme9 .snp-form {
    margin-bottom: 18px;
}
.snp-theme9 .snp-fieldset {
    float: left;
    display: inline-block;
    padding-right: 15px;
    width: 100%;
}
.snp-theme9 .snp-field {
    display: block;
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-right-color: #e4e4e4;
    border-bottom-color: #e4e4e4;
    font: 19px/24px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 60px;
    color: #a6a6a6;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}
.snp-theme9 textarea.snp-field {
    height: 96px;
    padding-left: 10px;
}
.snp-theme9 select.snp-field {
    padding-left: 10px;
}
.snp-theme9 .snp-field-name {
    background-image: url(gfx/input-name.png);
    background-position: 17px 9px;
}
.snp-theme9 .snp-field-email {
    background-image: url(gfx/input-email.png);
    background-position: 17px 12px;
}
.snp-theme9 .snp-field-phone {
    background-image: url(gfx/input-phone.png);
    background-position: 17px 10px;
}
.snp-theme9 .snp-field-address {
    background-image: url(gfx/input-address.png);
    background-position: 16px 8px;
}
.snp-theme9 .snp-field-website {
    background-image: url(gfx/input-website.png);
    background-position: 16px 16px;
}

.snp-theme9 .snp-field ::-webkit-input-placeholder {
    color: #969696;
}
.snp-theme9 .snp-field :-moz-placeholder {
    color: #969696;
}
.snp-theme9 .snp-field :-ms-input-placeholder {
    color: #969696;
}
.snp-theme9 .snp-submit { 
    padding: 0 30px;
    margin: 0;
    border: 0;
    float: right; 
    display: inline-block;
    min-width: 35%;
    background: #fecb00;
    height: 45px;
    line-height: 33px;
    text-align: center;
    color: #211a3b;
    font-size: 19px;
    font-weight: bold;
    font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;;
}
.snp-theme9 .snp-submit:active {
    position: relative;
    top: 2px;
}
.snp-theme9 .snp-error {
    color: #CC0000 !important;
    border: 1px solid #CC0000 !important;
}
.snp-theme9 .snp-error::-webkit-input-placeholder { color: #CC0000; }
.snp-theme9 input.snp-error:-moz-placeholder { color: #515151; }
.snp-theme9 .snp-error.placeholder { color: #515151; }

.snp-theme9 .snp-envelope { 
    background: url(gfx/envelope.png); 
    width: 181px; 
    height: 234px;
    position: absolute;
    bottom: -55px;
    right: -40px;
}
.snp-theme9 .snp-header {
    padding-right: 20px;
    display: table;
}
.snp-theme9 .snp-header-nologo {
    padding: 30px 120px 0px 55px;
}
.snp-theme9 .snp-logo {
    margin-right: 15px;
    margin-top: -15px;
    margin-left: -60px;
    float: left;
    display: inline-block;
}
.snp-theme9 .snp-text {
    font-size: 37px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    display: table-cell;
    vertical-align: bottom;
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .snp-theme9 .snp-envelope { 
	display: none; 
    }
    .snp-theme9 .snp-body {
	padding: 10px 15px 20px 15px;
    }
    .snp-theme9 .snp-logo {
	display: block;
	margin-left: 0 !important;
	margin-top: 0 !important;
	float: none;
    }
    .snp-theme9 .snp-logo {
	display: block;
	float: none;
    }
    .snp-theme9 .snp-logo img {
	max-width: 100%;
    }
    .snp-theme9 .snp-header {
	display: block;
	text-align: center;
	padding: 20px 15px 0px 15px;
    }
}

@media only screen and (max-width: 480px) {
    .snp-theme9 .snp-logo {
	display: none;
    }
    .snp-theme9 .snp-body p {
	display: none;
    }
    .snp-theme9 .snp-text {
	 padding-top: 0px;
    }
    .snp-theme9 .snp-header {
	padding: 10px 10px 0px 10px;
    }
    .snp-theme9 .snp-fieldset {
	padding-right: 0px;
    }
}