@charset "UTF-8";
/* ------ best reset --------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 1em;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
/*img, input, div {
	behavior:url(images/iepngfix.htc);
}
 ------ now the meat ------ */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}
#wrap {
	width: 960px;
	position: relative;
	margin: 40px auto 0 auto;
	text-align: left;
	color: #333;
	background-image: url(images/leftside.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	border: 1px solid #999;
}
.castingcall {
	position: absolute;
	left: 107px;
	top: 503px;
}
img {
	border: none;
}
#pickup-wrap {
	height: 600px;
	margin: 0 0 0 450px;
	border-left: 1px solid #999;
}
#pickup-wrap a {
	color: #333;
	text-decoration: underline;
}
#pickup-wrap a:hover {
	color: #000;
	text-decoration: none;
}
#inner {
	margin-left: 130px;
	width: 300px;
	padding: 200px 0 0 0;
}
#inner li {
	display: list-item;
	padding: 0 0 8px 0;
}
#inner li .label{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
}
#inner li input {
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 1em;
	width: 220px;
	background: #fff !important;
}
#inner li#send-pickup {
}
#inner li div input {
	width: 73px;
	height: 23px;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent !important;
}
#inner li .small, .small{
	font-size: 10px;
}
.warning-wrap, .contactsheet {
	padding: 0 0 25px 0;
}
.warning-wrap p   {
	padding: 6px 0;
	line-height: 1.1;
}
.warning {
	color: #C41130;
	font-weight: bold;
}
#warning-wrap a, #contactsheet a, #survey-wrap a {
	text-decoration: underline;
	font-size: 12px;
}
#contactsheet td {
	padding: 0 4px 4px 0;
}
h1 {
	color: #0F2A5F;
	padding: 0 0 10px 0;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #0F2A5F;
	padding: 0 0 10px 0;
}#survey-wrap {
	padding: 35px 25px;
}
#survey-inner {
	padding: 0 10px 0 0;
	height: 530px;
	overflow: auto;
}
.tdsurvey {
	padding-bottom: 12px;
	color: #333;
}
.tddetail {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
#survey-inner input {
	padding: 2px;
	font-size: 1em;
	color: #000;
	border: none;
	font-weight: normal;
	margin: 5px 5px 0 0;
}
#survey-inner select {
	color: #000;
}
#survey-wrap p {
	font-size: 11px;
}
#survey-inner ul {
	display: block;
	padding: 0;
	font-size: 14px;
	text-decoration: none;
	color: #C41130;
}
#survey-inner li.surveyErrorMsg {
	display: block;
	padding: 5px;
	color: #C41130;
}
a.surveyErrorMsg {
	display: block;
	padding: 5px;
	color: #C41130;
	text-decoration: none;
	font-size: 14px;
}
#photo-wrap {
	padding: 30px 15px 0;
	margin: 0;
	width: 480px;
}
#photo-wrap p {
	padding: 0 0 10px 0;
}
#photo {
	height: 360px;
	width: 480px;
	padding: 15px 0 0;
}
#ppa-wrap {
	width: 480px;
	padding: 15px 0 0;
}
#ppa-wrap li {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	font-size: 10px;
}
#ppa-wrap li.first {
	margin: 0;
	width: 283px;
}
.highlight {
	font-weight: bold;
	color: #070C42;
}
.footer {
	font-size: 11px;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	color: #999;
	line-height: 1.2;
}
.footer p {
	padding: 0 0 8px 0;
}
.footer  a       {
	color: #999;
	text-decoration: underline;
}
.footer a:hover {
	color: #333;
	text-decoration: none;
}

