/* Vue Cinemas */

.clear
{
	clear:both;
}

#promowrapper	{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin:0px;
	color:#707070;
	padding: 10px;
}

p
{
	color:#707070!important;
}

.Heading {
	background: url(images/header_border.gif) no-repeat bottom left;
}

.Heading h2 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 5px;
	color:#707070!important;
}

.MandatoryInstruction
{
	float: left;
	margin-top: -21px;
	padding-right: 10px;
}

.MandatoryInstruction p
{
	font-size: 0.9em;
}

.MandatoryInstruction img
{
	vertical-align: middle;
}

.TextInstruction, .FeedbackForm
{
	/*margin: 0;
	padding: 0;
	padding-right: 10px;*/
	padding-top: 10px;
}

.TextInstruction p, .FeedbackForm p
{
	/*margin: 0;
	padding: 0;
	padding: 10px 0;*/
	margin-left: 0;
	padding-left: 0;
	margin-right: 10px;
	padding-right: 10px;
}

.FeedbackForm p.SuccessMessage
{
	padding: 7px;
	background: #b2ffb8;
	color: #2c6d30!important;
}

.FeedbackForm table
{
	width: 610px;
	border: none;
	border-collapse: collapse;
}

.FeedbackForm table td.mandatory
{
	width: 7px;
	vertical-align: top;
	padding-top: 4px;
}

.FeedbackForm table td
{
	padding-bottom: 5px;
}

.FeedbackForm table td.label
{
	width: 170px;
	vertical-align: top;
}

.FeedbackForm table td.input
{

}

.FeedbackForm table td.input input
{
	width: 128px;
	border: #809eba solid 1px;
}

.FeedbackForm table td.input textarea
{
	width: 426px;
	height: 100px;
	border: #809eba solid 1px;
	font-family: inherit;
	font-size: inherit;
}

.FeedbackForm table td.input input.error, .FeedbackForm table td.input textarea.error
{
	font-family: inherit;
	font-size: inherit;
	color: #FF6666;
}

.FeedbackForm table td.button
{
	text-align: right;
}

img	{/*Transparent PNG support for IE6*/
	behavior: url(iepngfix.htc);
}

.clear	{
	clear:both;
}

#flashcontainer	{
	width: 320px;
	height: 180px;
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size:14px;
}

h1	{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:10px 0px 10px 10px;
}

p {
	color:#000000;
	font-size:12px;
	margin:0px;
	padding:0px 0px 10px 10px;
}

/* new styles for feedback pages */
.feedbackBox
{
	width:278px;
	height:80px;
	background:url(images/feedbackbox.jpg) top left no-repeat;
	margin:0px;
	padding:20px 0px 0px 0px;
	text-align:center;
	float:left;
}
/* ie 6 hack */
* html .feedbackBox
{
	height:100px;
}

.feedbackBoxSpacer
{
	width:55px;
	height:60px;
	float:left;
	text-align:center;
	padding:40px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/* ie 6 hack */
* html .feedbackBox
{
	height:100px;
}

.feedbackBoxInsideSpacer
{
	margin:10px 0px 0px 0px;
	padding:0px;
	
}

.feedbackBoxInsideSpacerDropDown
{
	margin:15px 0px 0px 0px;
	padding:0px;
	
}

.FeedbackForm p.SuccessMessage
{
	padding: 7px;
	background: #b2ffb8;
	color: #2c6d30!important;
}

#feedbackform2 table
{
	border: none;
	border-collapse: collapse;
}

#feedbackform2 table td.mandatory
{
	width: 7px;
	vertical-align: top;
	padding-top: 4px;
}

#feedbackform2 table td
{
	padding-bottom: 5px;
}

#feedbackform2 .label
{
	width: 200px !important;
	vertical-align: top;
}

#feedbackform2 table td.input
{

}

#feedbackform2 table tr td.input input
{
	width: 150px;
	border: #809eba solid 1px;
}

#feedbackform2 table tr td.input select
{
	width: 154px;
	border: #809eba solid 1px;
}

#feedbackform2 table td.input textarea
{
	width: 200px;
	height: 100px;
	border: #809eba solid 1px;
	font-family: inherit;
	font-size: inherit;
}

#feedbackform2 table td.input input.error, .FeedbackForm table td.input textarea.error
{
	font-family: inherit;
	font-size: inherit;
	color: #FF6666;
}

#feedbackform2 table td.button
{
	text-align: right;
}

.cinemadetailsbox
{
	margin:12px 0px 0px 45px;
	padding:20px 10px 10px 10px;
	height:241px;
	width:173px;
	background:url(/contact_us/images/cinemadetailsbox.jpg) top left no-repeat;
	float:left;
}

.faqLink
{
	color:#F90;
}

#cinemadetailsbox  select
{
	width:150px;
	border: #809eba solid 1px;
}
#cinemadetailsbox  select option
{
	width:200px;
}