/* @override http://toomuchfortv.com/css/lightbox-pages.css */

/* Styles for TM4TV Lightboxes */

/* @group Page Styles */

body {
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif !important;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #55001d url(../images/bg-lightbox.jpg) no-repeat;
	line-height: 1.4em !important;
}

body#contact {
	background: #55001d url(../images/bg-contact.jpg) no-repeat;
}

div#contact-main-div {
	background: #55001d url(../images/bg-contact.jpg) no-repeat;
	width: 715px;
	height: 574px;
}

body#register {
	background: #55001d url(../images/bg-register.jpg) no-repeat;
}

div#register-main-div {
	background: #55001d url(../images/bg-register.jpg) no-repeat;	
	width: 715px;
	height: 574px;
}
/*
body#privacy {
	background: #55001d url(../images/bg-privacy.jpg) no-repeat;
	position: relative;
}

body#about {
	background: #55001d url(../images/bg-about.jpg) no-repeat;
	overflow: hidden;
}
*/
a,
a:link,
a:active,
a:visited {
	color: #c60066;
	text-decoration: none;
}

a:hover {
	color: #ff0b88;
	text-decoration: underline;
}

h2 {
	text-indent: -9999px;
}

#the-form {
	margin: 54px auto 0;
	width: 636px;	
}

.left-column {
	float: left;
	width: 310px;
}

.right-column {
	float: left;
	width: 310px;
}

#the-form p {
	margin-bottom: 5px;
	overflow: hidden;
}

#the-form p.subscriber {
	font-size: 12px;
	text-transform: none;
	text-align: center;
}

#the-form p.bottom-row {
	width: 580px;
	margin: 0 auto 20px;
}

.check-marks {
	text-transform: none;
}

#the-form p.bottom-row span {
	text-transform: none;
	font-size: 12px;
}

#the-form .text-disclaimer {
	text-align: center;
	text-transform: none;
	font-style: italic;
	font-size: 11px;
}

.center-align {
	text-align: center;
}

/* @end */

/* @group Forms */

label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	margin: 10px 5px 0 0;
	padding-top: 7px !important;
}

.txt-form{
	background: #000;
	border: 1px solid #999;
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 6px 5px;
	margin-left: 5px;
}

.drop-downs {
	margin: 5px 0 0 5px;
	background: #000;
	color: #fff;
	padding: 3px;
}

.txt-field {
	background: #000;
	border: 1px solid #999;
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	width: 572px;
	padding: 3px;
}

.contact-submit {
	width: 132px;
	height: 41px;
	border: none;
	display: block;
	background: url(../images/btn-submit.gif) no-repeat left top;
	margin: 0px auto 0;
	cursor: pointer;
}

.contact-submit:hover {
	background: url(../images/btn-submit.gif) no-repeat left bottom;
}

/* @end */

/* @group Privacy */

#privacy #header {
	text-align: center;
	font-weight: 700;
}

#privacy #header p {
	margin: 10px 0;
	font-size: 18px;
}

#privacy #container {
	width: 625px;
	margin: 0 45px;
}

#privacy p {
	margin-top: 0;
}

#privacy .subtitle {
	font-weight: 700;
	font-size: 16px;
}

#privacy #container #content {
	overflow: auto;
	height: 450px;
	margin-bottom: 5px;
	padding: 5px;
	background-image: url(../images/bg-lb-content.png);
}

#footer {
	font-size: 11px;
	text-align: center;
	width: 100%;
}

/* @end */

/* @group About */

#about .content {
	margin: 14px 45px 0;
	width: 622px;
	height: 520px;
	overflow: auto;
}

/* @end */

span.error-msg,
p.error-msg {
	color: #f00;
	margin: 0 0 0 130px;
	font-size: 11px;
	width: 165px;
	display: block;
}

span.error-msg-long {
	color: #f00;
	margin: 0 0 10px 0;
	font-size: 11px;
	width: 550px;
	text-align: center;
	display: block;

}

.confirm-body h3 {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
