/*
Code by Pixelluxe Media
popups.css - global
*/

/* ### POPUP STYLES ### */

body.popup {
	background: #fff;
	color: #333;
}

div#popup {
	margin: 0 auto;
	width: 540px;
}

div#popup_video {
	margin: 0 auto;
	width: 100%;
}

#popup .head {
	margin-bottom: 12px;
}

h2.masthead {
	background: url(../images/global/logo_popup.gif) no-repeat;
	float: left;
	height: 24px;
	text-indent: -9999px;
	width: 119px;
}

h3.masthead {
	border-bottom: 3px solid #71bf44;
	font-size: 1.8em;
	font-weight: bold;
	padding: 5px 0;
	text-align: right;
	text-transform: uppercase;
}

#popup p, #popup dd {
	font-size: 1.2em;
}

#popup p, #popup h4, #popup dd {
	margin-bottom: 12px;
}

#popup p.nopad {
	margin-bottom: 0;
}

#popup h4, #popup dt {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#popup dt {
	float: left;
	margin-right: 5px;
}

#popup table {
	margin-bottom: 24px;
	width: 540px;
}

#popup th {
	font-size: 1.8em;
	font-weight: bold;
	padding: 6px 5px;
	text-transform: uppercase;
	width: 215px;
}

#popup tr.subhead td {
	background: #515050;
	color: #fffffe;
	padding: 4px 5px;
}

#popup td {
	color: #515050;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 5px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}

#popup td.spacer, #popup tr.subhead td.spacer {
	padding-right: 30px;
}

#s2f_form legend {
	visibility: hidden;
}

#s2f_form input.text {
	border: 1px solid #515050;
	color: #555;
	height: 16px;
	padding: 5px 8px;
	width: 242px;
}

#s2f_form label {
	color: #333;
	display: block;
	font-size: 1.2em;
	margin-bottom: 3px;
}

#s2f_form div.field_left {
	float: left;
	margin-bottom: 7px;
	width: 261px;
}

#s2f_form div.field_right {
	float: right;
	margin-bottom: 7px;
	width: 261px;
}

#s2f_form textarea {
	border: 1px solid #515050;
	color: #555;
	height: 74px;
	margin-bottom: 10px;
	padding: 5px 8px;
	width: 521px;
}

#s2f_form span.required {
	color: #71bf44;
	font-size: 1.2em;
	font-weight: bold;
}

#s2f_form div.left {
	float: left;
	width: 313px;
}

#s2f_form div.right {
	float: right;
	padding-top: 25px;
	width: 200px;
}

#s2f_form div h4 {
	font-weight: normal;
	text-transform: none;
}

#s2f_form div.right h4 {
	margin-bottom: 6px;
}

#s2f_form div p {
	font-size: 1.1em;
	margin-bottom: 24px;
}

#s2f_form input.send {
	margin-left: 120px;
}

#poptext {
	height: 400px;
	margin-bottom: 14px;
	overflow: auto;
	padding-right: 10px;
	width: 520px;
	text-align: justify;
}
