/* --------------------------------------- */
/* LIGHTBOX CONTENT CSS  */
/* --------------------------------------- */

.wrapper {
	width: 100%;
	padding: 0px 0px 0px 0px;
	}

#content {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#content h4 {
	background-color: #323232;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 18px;
	padding: 3px;
	}

#content fieldset {
	border: 0px;
	margin-bottom: 18px;
	display: block;
	}

#content fieldset input[type=email] {
	background-color: #fff;
	border: 1px solid #b1b1b1;
	border-radius: 3px;
	width: 50%;
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 4px 6px 4px 6px;
	-webkit-appearance: none;
    -webkit-border-radius: 3px;
	}

#content fieldset input.btn {
	border: 0px;
	font-size: 1em;
	color: #fff;
	min-width: 72px;
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
	}

#alert-box {
	border: 1px solid #da7a1c;
	margin-bottom: 24px;
	padding: 18px;
	display: block;
	}

#alert-box p {
	background-image: url(/grfx/alert-icon.png);
	background-repeat: no-repeat;
	background-size: 61px 54px;
	min-height: 54px;
	padding-left: 72px;
	margin-bottom: 0px !important;
	}

#alert-box b {
	color: #da7a1c;
	}

#content-lightbox {
	padding-right: 20px;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */