#optinColumn {
	float: right;
    	width: 370px;
    	position: relative;
}

#optinContent {
	background: url(/assets/images/optin-bg.jpg) repeat-x #8b011a;
    	float: right;
    	border-radius: 5px;
    	padding: 19px 20px 17px;
    	font-size: 16px;
    	position: relative;
}

#optinContent p {
    	color: #fff;
    	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
}

#optinContent p.question {
    	padding-left: 35px;
    	position: relative;
}


#optinContent .icon-folder {
	background: url(/assets/images/icon-folder.png) no-repeat 0 0;
	position: absolute;
	left: -5px;
	top: 0;
	width: 29px;
	height: 37px;
}
#optinContent .bottom-text {
	padding: 8px 0 0;
	margin: 0;
	line-height: 14px;
	font-size: 11px;
	text-align: center;
}
#optinContent .cbox-panel {
    padding: 0 0 20px 52px;
}
#optinContent .cbox-row {
	position: relative;
}
#optinContent .cbox-row .line {
	position: absolute;
	width: 24px;
	height: 1px;
	background: #fff;
	top: 50%;
	left: -42px;
}
#optinContent .btn-panel {
    	padding: 0 9px 0 26px;
    	margin-bottom: 11px;
    	position: relative;
}
#optinContent .vline {
    	width: 1px;
    	position: absolute;
    	top: 56px;
    	left: 30px;
    	height: 250px;
    	background: #fff;
}
#optinContent .textfield {
    	display: block;
    	border: none;
    	width: 100%;
    	height: 26px;
    	padding: 0 10px;
    	margin-bottom: 5px;
    	font-size: 13px;
    	color: #1e1e1e;
}
#optinContent .submit-btn {
    	font-size: 19px;
    	color: #000;
    	border: none;
    	width: 100%;
    	height: 44px;
    	line-height: 49px;
    	text-transform: uppercase;
    	background: url(/assets/images/bg-yellow-btn.jpg) repeat-x #ffe401;
    	border-radius: 5px;
    	cursor: pointer;
    	margin-top: 3px;
    	padding: 0 10px;
    	border-bottom: 2px solid #780117;
	text-align: center;
	font-family: oswaldmedium;
}

#optFormLoading {
	text-align: center;
	display: none;
}

#optFormLoading img {
	height: 75px;
}

.prettyradio {
    display: block;
    padding: 7px 0 6px;
}
.prettyradio label {
    font-size: 17px;
    color: #fff;
    margin: 0 5px 0 16px;
}

#warningBox {
	margin-top: 20px;
    	border: 1px solid #d7d7d7;
    	background-image: url('/assets/images/icon-warning.png');
	background-position: center left 10px;
	background-repeat: no-repeat;
	padding-left: 50px;
}
#warningBox #warningText {
	margin: 10px;
}
#warningBox #warningText p {
	padding-bottom: 0;
}

.errors {
	color: #FFF;
	font-size: 14px;
	background-color: #FFF;
	color: #C00;
	padding: 10px;
	font-weight: bold;
	display: none;
	line-height: 20px;
}

@media (max-width: 960px) {
#optinColumn {
	float: none;
	min-width: 250px;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}
}
