
/*** WIDGET OUTPUT ****/

.aops-lp-widget a.aops-lp-widget-link {
    text-align: center;
    display: block;
    padding: 20px;
}

.aops-lp-widget img {
	margin: 0 auto 20px;
}

.aops-lp-widget .aops-lp-widget-title {
	font-size: 2.3rem;
	line-height: 3rem;
	margin: 0 auto 10px;
}

.aops-lp-widget .aops-lp-widget-description {
	font-size: 1.4rem;
	margin: 0 auto 10px;
}

.aops-lp-button {
	display: block;
	background-color: darkblue;
	color: white;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
}

/*** FLASH MESSAGE ***/

#flash-message {
	text-align: center;
	margin: 0 auto;
	position: fixed;
	display: block;
	top: 45%;
	left: 50%;
}

#flash-message div{ 
	width: 170px;
	position: relative;
	left: -100px;
	padding: 20px;
	background-color: antiquewhite;
	font-weight: bold;
	border-radius: 5px;
}


/*** POPUP STYLES ***/

.lp-popup-container {
	overflow: auto;
    width: 420px;
    height: auto;
    position: fixed !important;
    bottom: 0;
    right: 0;
    background-color: white;
	-webkit-box-shadow: -3px -3px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px -3px 12px rgba(0, 0, 0, 0.2);
    box-shadow: -3px -3px 12px rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;
}


a.lp-popup-close {
	float: right;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	text-decoration: none;
	font-size: 30px;
	color: #a8a8a8;
	font-weight: bold;
	background-image:  none;
}

a.lp-popup-close:hover {
	color: #333;
    text-decoration: none;
}

.lp-popup-headline {
	margin: 20px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.1em;
}

.lp-popup-description {
	padding: 0 20px 30px;
	font-size: .8em;
	line-height: 1.4em;
}

.lp-popup-form {
	margin-left: 20px;
	margin-right: 20px;
}

.lp-popup-field-wrap {
	display: block;
	margin-bottom: 7px;
	text-align: center;
}

.lp-popup-field-wrap input{ 
	display:block;
	padding: 10px;
	font-size: .9em;
	width: 100%;
	margin: 0 auto;
}

.lp-popup-button,
.lp-download-container a.download-link {
	display:block;
	background-color: #27CAF4;
	padding: 13px 16px 15px;
	text-decoration: none;
	color:#ffffff;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	line-height: 1.3em;
	width: 100%;
	border: none;
}

.lp-popup-button:hover,
.lp-download-container a.download-link:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}

.lp-popup-note {
	text-align: center;
	margin-top: 10px;
	font-size: .7em;
	color: #b4b4b4;
}

.form-error {
	color: red;
	font-size: .7em;
}

.lp-popup a.fancybox2-close {
	font-size: 28px;
	font-weight: normal;
	top: 0;
	right: -1px;
	width: 28px;
	height: 28px;
	font-family: arial, sans-serif;
	color: #a8a8a8;
	line-height: 1em;
	text-align: center;
}

.lp-popup a.fancybox2-close:hover {
	color: #333;
	text-decoration: none;
}

.lp-popup-loading {
	display: none;
	background-image: url("ajax-loader.gif");
	height: 10px;
	margin-top: 10px;
    width: 100%;
    background-repeat: no-repeat;
	background-position-x: 50%;
}

.lp-download-container {
	display: none;
	text-align: center;
	margin: 20px;
}

/*** POPUP FLASH MESSAGE ***/

#lp-flash-message {
	text-align: center;
	margin: 0 auto;
	position: fixed;
	display: block;
	top: 45%;
	left: 50%;
}

#lp-flash-message div{ 
	width: 170px;
	position: relative;
	left: -100px;
	padding: 20px;
	background-color: antiquewhite;
	font-weight: bold;
	border-radius: 5px;
}
