/* GENERIC ELEMENTS IN POPUPS */
textarea 
{
    resize: none;
}

.popup_label
{
	padding: 0 0 2px 0;
	font-size: 13px;
	line-height: 16px;
	color: #b9c0ca;
	text-align: left;
}

#popupCastingEnquiry .popup_label
{
	float: left;
	height: 25px;
}

#popupCastingEnquiry .popup_label span
{
	margin-top: 10px;
	display: block;
}

.popup_field
{
	padding: 0 0 10px 0;
	text-align: left;
}

#popupCastingEnquiry  .popup_field
{
	padding: 0;
}

.popup_field label
{
	padding-left: 4px;
	line-height: 20px;
}

.input_text_popup, .input_text_popup2, .input_text_popup3
{
	border: 1px #3c516f solid;
	background-color: #171c2b;
	padding: 6px 6px 6px 6px;
	width: 240px;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
}

.input_textarea_popup, .input_textarea_popup2
{
	border: 1px #3c516f solid;
	background-color: #171c2b;
	padding: 6px 6px 6px 6px;
	width: 230px;
	height: 35px;
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	overflow-y: auto;
}

.input_text_popup2, .input_textarea_popup2
{
	width: 505px;
}

.input_text_popup3
{
	width: 105px;
}

.input_field_file
{
	border: 1px #3c516f solid;
	background-color: #171c2b;
	padding: 4px 10px 4px 10px;
	width: 240px;
	font-family: Arial;
	font-size: 12px;
	color: #b9c0ca;
}

#form_castingenquiry .input_field_file
{
	float: left;
	width: 232px;
	margin: 0;
}
.col, .col2, .col3, .col4, .col5
{
	padding: 0;
	width: 265px;
	float: left;
	overflow: hidden;
}

.col { width: 265px; }
#popupCastingEnquiry .col
{
	min-height: 60px;
}
.col2 { width: 180px; }
.col3 { width: 350px; }
.col4 { width: 170px; }
.col5 { width: 132px; }

.popup_button
{
	padding-right: 15px;
	height: 23px;
	float: left;
}
#form_castingenquiry .popup_button
{
	margin-top: 10px;
}

.popup_button_back
{
	width: 43px;
	height: 23px;
	float: left;
	background: url(../img/btn/back.gif) no-repeat 0 0;
	cursor: pointer;
}

.popup_button_cancel
{
	width: 56px;
	height: 23px;
	float: left;
	background: url(../img/btn/cancel.gif) no-repeat 0 0;
	cursor: pointer;
}

.popup_button_ok
{
	width: 56px;
	height: 23px;
	float: left;
	background: url(../img/btn/ok.gif) no-repeat 0 0;
	cursor: pointer;
}

.popup_button_submit
{
	width: 56px;
	height: 23px;
	float: left;
	background: url(../img/btn/submit.gif) no-repeat 0 0;
	cursor: pointer;
}

.popup_button_close
{
	width: 50px;
	height: 23px;
	float: left;
	background: url(../img/btn/close.gif) no-repeat 0 0;
	cursor: pointer;
}

.popup_button_go2news
{
	width: 105px;
	height: 23px;
	float: left;
	background: url(../img/btn/go_to_news_page.gif) no-repeat 0 0;
	cursor: pointer;
}

.popup_news_left
{
	width: 253px;
	float: left;
}

.popup_news_right
{
	width: 260px;
	float: right;
}

.popup_news_image
{
	padding: 5px 5px 5px 5px;
	width: 250px;
	height: 312px;
	background-color: #4c6384;
	float: left;
}

.news_desc, .spotlight_desc
{
	margin: 10px 0 15px 0;
	padding: 0;
	width: 250px;
	height: auto;
	min-height: 250px;
	max-height: 450px;
	color: #b9c0ca;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	overflow-y:auto;
	word-wrap: break-word;
}

.spotlight_desc
{
	width: 250px;
	height: 252px;
}

.message {
	display: none;
	margin-top: 10px;
}

#popupBook .message.desc, #popupQuote .message.desc {
	margin-top: 0px;
	display: block;
}

#popupBook .message.desc
{
	height: 50px;
}

#popupBook .message.success {
    height: 20px;
}

#popupBook .popup_buttons
{
	left: 30px;
	bottom: 10px;
}
#book_comments 
{
	margin-bottom: 10px;
}

#popupEmail .popup_buttons
{
	position: absolute;
	left: 30px;
	bottom: 30px;
}

#popupQuote .popup_buttons
{
	position: absolute;
	left: 30px;
	bottom: 30px;
}

#popupShortlist .buttons
{
	position: absolute;
	top: 455px;
}
/* /GENERIC ELEMENTS IN POPUPS */



/* /POPUPS */

#popupBookBackground, #popupEmailBackground, #popupNewsBackground, #popupSpotlightBackground, #popupRegisterBackground, #popupQuoteBackground, #popupShortlistBackground, #popupForgotBackground, #popupRequestEditBackground, #popupLoginBackground, #popupCastingEnquiryBackground
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: none;
	z-index: 2000 !important;
}

#popupBook, #popupEmail, #popupNews, #popupSpotlight, #popupRegister, #popupQuote, #popupShortlist, #popupForgot, #popupRequestEdit, #popupLogin, #popupCastingEnquiry
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	width: 594px;
	/*height: 520px;*/
	border: none;
	z-index: 2001 !important;
	padding: 0;
	font-size: 13px;
}

#popupBook { /*height: 520px;*/ }
#popupEmail { height: 390px; }
#popupNews { height: auto; }
#popupSpotlight { height: 392px; }
#popupRegister { height: 650px; }
#popupQuote { height: 640px; }

#popupBookClose, #popupEmailClose, #popupNewsClose, #popupSpotlightClose, #popupRegisterClose, #popupQuoteClose, #popupForgotClose, #popupRequestEditClose, #popupLoginClose, #popupCastingEnquiryClose
{
	cursor: pointer;
}

.popupTop
{
	width: 594px;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: url(../img/popup/bg_popup_top.png) no-repeat 0 0;
}

.popupBottom
{
	width: 594px;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: url(../img/popup/bg_popup_bottom.png) no-repeat 0 0;
}

.popupForm
{
	margin: 0;
	padding: 0 10px 0 10px;
	width: 574px;
	/*height: 490px;*/
	background: url(../img/popup/bg_popup.png);
}

#popupBook .popupForm { /*height: 500px;*/ position: relative;}
#popupEmail .popupForm { height: 360px; }
#popupNews .popupForm { height: auto; }
#popupShortlist .popupForm { height: 480px; }
#popupSpotlight .popupForm { height: 362px; }
#popupRegister .popupForm { height: 625px; }
#popupQuote .popupForm { height: 610px; }

.popupForm .inner
{
	margin: 0;
	padding: 15px 20px 19px 20px;
	width: 533px;
	/*height: 450px;*/
	background-color: #2e4059;
	border: none;
	border-right: 1px #0c121d solid;
	border-bottom: 1px #0c121d solid;
	overflow: hidden;
}

#popupBook .inner { /*height: 460px;*/ }
#popupEmail .inner { height: 320px; }
#popupNews .inner { height: auto; }
#popupShortlist .inner { height: 440px; }
#popupSpotlight .inner { height: 322px; }
#popupRegister .inner { height: 590px; }
#popupQuote .inner { height: 570px; }

.popupForm .title
{
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	word-wrap: break-word;
}

.popupForm .desc
{
	color: #b9c0ca;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	padding: 10px 0 15px 0;
	margin-top: 0px;
}

.popupForm .desc a, .popupForm .desc a:link, .popupForm .desc a:active, .popupForm .desc a:visited, .popupForm .desc a:hover,
.popupForm a.popup_link, a.popup_link:link, .popupForm a.popup_link:active, .popupForm a.popup_link:visited, .popupForm a.popup_link:hover
{
	text-decoration: none;
	color: #7d90a7;
	border-bottom: 1px #7d90a7 dotted;
}

.popupForm .desc a:hover, .popupForm a.popup_link:hover
{
	color: #ffffff;
	border-bottom: 1px #ffffff dotted;
}

.popupForm .desc_error
{
	color: #ff0000;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	padding: 10px 0 15px 0;
}

#popupRegister .popupForm .desc
{
	font-size: 12px;
	line-height: 16px;
}

.popupForm .desc span
{
	border-bottom: 1px #b9c0ca dotted;
}

.popupForm .field
{
	padding-bottom: 15px;
}

#popupBook #form_book{ /*position: relative; */}

#form_email .field_error, #form_book .field_error, #form_quote .field_error, #form_shortlist .field_error, #form_forgot .field_error,
#form_register .field_error, #form_request_edit .field_error, #form_login .field_error
{
	position: absolute;
	padding-left: 27px;
	background: url(../img/bg/bg_validation_error.png) no-repeat 0 0;
	z-index: 3;
}

#form_castingenquiry .field_error
{
	padding-left: 27px;
	background: url(../img/bg/bg_validation_error.png) no-repeat 0 0;
	float: right;
	margin-right: 10px;
}

#form_email .field_error div, #form_book .field_error div, #form_quote .field_error div, #form_shortlist .field_error div, #form_forgot .field_error div,
#form_register .field_error div, #form_request_edit .field_error div, #form_login .field_error div, #form_castingenquiry .field_error div
{
	padding: 0 5px 0 5px;
	font-size: 12px;
	/*width: 190px;*/
	height: 27px;
	text-align: left;
	line-height: 27px;
	background-color: #ff0000;
	color: #ffffff;
}

#form_email #error_email_name
{
	left: 105px;
	top: 98px;
}

#form_email #error_email_email
{
	left: 365px;
	top: 98px;
}

#form_email #error_email_friend_name
{
	left: 120px;
	top: 157px;
}

#form_email #error_email_friend_email
{
	left: 385px;
	top: 157px;
}

#form_email #error_comments
{
	left: 100px;
	top: 218px;
}


#form_book #error_book_full_name
{
	left: 135px;
	top: 110px;
}

#form_book #error_book_company
{
	left: 385px;
	top: 110px;
}

#form_book #error_book_phone
{
	left: 135px;
	top: 170px;
}

#form_book #error_book_email
{
	left: 385px;
	top: 170px;
}

#form_book #error_book_state
{
	left: 135px;
	top: 229px;
}

#form_book #error_book_country
{
	left: 385px;
	top: 229px;
}
#form_book #error_book_project
{
	left: 135px;
	top: 290px;
}
#form_book #error_book_comments
{
	left: 135px;
	top: 350px;
}


#form_quote #error_quote_full_name
{
	left: 100px;
	top: 106px;
}

#form_quote #error_quote_email
{
	left: 338px;
	top: 106px;
}

#form_quote #error_quote_phone
{
	left: 100px;
	top: 165px;
}

#form_quote #error_quote_mobile
{
	left: 345px;
	top: 165px;
}
#form_quote #error_quote_date
{
	left: 125px;
	top: 414px;
}
#form_quote #error_quote_hours
{
	left: 265px;
	top: 414px;
}

#form_quote #error_quote_location
{
	left: 90px;
	top: 228px;
}

#form_quote #error_quote_type
{
	left: 245px;
	top: 228px;
}

#form_quote #error_quote_colour
{
	left: 120px;
	top: 320px;
}
#form_quote #error_quote_comments
{
	left: 155px;
	top: 474px;
}


#form_shortlist  #error_shortlist_job_title
{
	top: 215px;
	left: 85px;
}

#form_shortlist  #error_shortlist_job_type
{
	top: 215px;
	left: 370px;
}

#form_shortlist  #error_shortlist_start_date
{
	top: 275px;
	left: 95px;
}

#form_shortlist  #error_shortlist_end_date
{
	top: 275px;
	left: 225px;
}

#form_shortlist  #error_shortlist_hours
{
	top: 275px;
	left: 400px;
}

#form_shortlist  #error_shortlist_comments
{
	top: 334px;
	left: 80px;
}

#form_forgot  #error_forgot_username
{
	top: 87px;
	left: 100px;
}

#form_forgot  #error_forgot_email
{
	top: 87px;
	left: 335px;
	
}



#form_register  #error_register_company
{
	top: 214px;
	left: 90px;
}

#form_register  #error_register_name
{
	top: 214px;
	left: 360px;
}

#form_register  #error_register_job
{
	top: 274px;
	left: 140px;
}

#form_register  #error_register_phone
{
	top: 274px;
	left: 400px;
}

#form_register  #error_register_email
{
	top: 333px;
	left: 70px;
}

#form_register  #error_register_address
{
	top: 333px;
	left: 355px;
}

#form_register  #error_register_project
{
	top: 393px;
	left: 80px;
}

#form_register  #error_register_comments
{
	top: 452px;
	left: 155px;
}


#form_request_edit  #error_request_edit_desc
{
	top: 88px;
	left: 105px;
}

#form_request_edit  #error_request_edit_profile
{
	top: 88px;
	left: 395px;
}


#form_login #error_josso_username
{
	top: 88px;
	left: 95px;
}

#form_login  #error_josso_password
{
	top: 88px;
	left: 360px;
}

/* /POPUPS */
