/* rhp (Request Hitlist Popup) */

.popupLoginForm .label, .popupRequestForm .label, .popupEmailForm .label
{
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
}

.input_text_rhp, .input_text_rhp_small, .input_text_rhp_small2
{
	background-color: #F7F7F7;
	border: 1px #D9D9D9 solid;
	font-family: Arial;
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	width: 450px;
}

.input_text_rhp_small
{
	width: 95px;
}

.input_text_rhp_small2
{
	width: 60px;
}

.input_button_rhp
{
	height: 34px;
	font-family: Arial;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	background-color: #16b4e1;
}

.input_button_rhp_gray
{
	height: 34px;
	font-family: Arial;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	background-color: #c5c5c5;
}


/* POPUP_RequestHitlist */
#popupRequestBackground
{
	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: 1;
}

#popupRequest
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	width: 535px;
	height: 585px;
	/*background: #ffffff;*/
	border: none;
	z-index: 2;
	padding: 0;
	font-size: 13px;
}

#popupRequestClose
{
	cursor: pointer;
}

.popupRequestTop
{
	width: 535px;
	height: 5px;
	background: url(../img/popup/bg_hitlist_request_top.png) no-repeat 0 0;
}

.popupRequestHeader
{
	width: 535px;
	height: 75px;
	background-color: #ffffff;
}

.popupRequestHeader .title
{
	padding: 20px 30px 0 30px;
	color: #666666;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
}

.popupRequestBottom
{
	width: 535px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url(../img/popup/bg_hitlist_request_bottom.png) no-repeat 0 0;
}

.popupRequestTalents
{
	padding: 5px 30px 0px;	
	/*width: 535px;*/
	height: 134px;
	background-color: #666666;
	border-top: 5px #aaaaaa solid;
	border-bottom: 5px #aaaaaa solid;
	/*
	background-color: #c71155;
	border-bottom: 5px #ae0c49 solid;
	*/
	overflow: hidden;
}

.popupRequestTalents .list_title
{
	margin: 5px 0px;
	display: block; 
	float: left;
	color: #ffffff;
}

.popupRequestTalents .thumb
{
	width: 75px;
	height: 124px;
	float: left;
	border-right: 2px #666666 solid;
	overflow: hidden;
}

.popupRequestForm
{
	width: 535px;
	height: 350px;
	background-color: #ffffff;
}

.popupRequestForm .inner
{
	padding: 15px 30px 15px 30px;
	width: 475px;
	height: 290px;
}

.popupRequestForm .desc
{
	color: #999999;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	width: 475px;
	height: 24px;
}

.popupRequestForm .message
{
	color: #999999;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	width: 475px;
	height: 24px;
}

.popupRequestForm .message .stage
{
	float: right;
	margin-right: 15px;
}

.popupRequestForm  #button_request_ok
{
	margin-left:10px;
}
.popupRequestForm .field
{
	padding-bottom: 5px;
}

.popupRequestForm .field_error, .popupLoginForm .field_error
{
	position: absolute;
	right: 10px;
	top: 0;
	padding-left: 27px;
	background: url(../img/popup/bg_hitlist_request_error.png) no-repeat 0 0;
	z-index: 3;
}

.popupRequestForm .field_error_long
{
	position: absolute;
	right: 10px;
	top: 0;
	padding-left: 27px;
	background: url(../img/popup/bg_hitlist_request_error.png) no-repeat 0 0;
	z-index: 3;
}

.popupRequestForm .field_error div, .popupLoginForm .field_error div
{
	padding: 0 5px 0 5px;
	font-size: 12px;
	width: 150px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	background-color: #ff0000;
	color: #ffffff;
}

.popupRequestForm .field_error_long div
{
	padding: 0 5px 0 5px;
	font-size: 12px;
	width: 180px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	background-color: #ff0000;
	color: #ffffff;
}
.popupRequestForm #error_job_title
{
	top: 292px;
}

.popupRequestForm #error_job_type
{
	top: 350px;
}

.popupRequestForm #error_end_date, .popupRequestForm #error_start_date
{
	top: 408px;
}

.popupRequestForm #error_details
{
	top: 466px;
}

.popupRequestForm #error_name
{
	top: 312px;
}

.popupRequestForm #error_company
{
	top: 370px;
}

.popupRequestForm #error_email
{
	top: 428px;
}

.popupRequestForm #error_telephone
{
	top: 486px;
}

.popupRequestForm .float_left
{
	float: left;
}

.popupRequestForm .float_left_delim
{
	width: 10px;
	height: 20px;
	float: left;
}

.popupRequestForm .cancel
{
	margin: 10px 0 0 0;
	width: 200px;
	height: 40px;
	float: left;
	text-align: left;
	position: absolute;
	top: 530px;	
}

.popupRequestForm .submit
{
	margin-top: 10px !important;
	width: 263px;
	height: 40px;
	float: left;
	text-align: right;
	position: absolute;
	top: 530px;
	right: 40px;
}

#popupRequestBack
{
	cursor: pointer;
	padding-right: 20px;
}

#popupRequestNext
{
	cursor: pointer;
	padding: 0;
}

/* /POPUP_RequestHitlist */

/* POPUP_EmailToFriend */

#popupEmailBackground
{
	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: 1;
}

#popupEmail
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	width: 535px;
	height: 575px;
	/*background: #ffffff;*/
	border: none;
	z-index: 2;
	padding: 0;
	font-size: 13px;
}

#popupEmailClose
{
	cursor: pointer;
}

.popupEmailTop
{
	width: 535px;
	height: 5px;
	background: url(../img/popup/bg_popup_email_top.png) no-repeat 0 0;
}

.popupEmailHeader
{
	width: 535px;
	height: 75px;
	background-color: #ffffff;
}

.popupEmailHeader .title
{
	padding: 20px 30px 0 30px;
	color: #666666;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
}

.popupEmailBottom
{
	width: 535px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url(../img/popup/bg_popup_email_bottom.png) no-repeat 0 0;
}

.popupEmailForm
{
	width: 535px;
	height: 420px;
	background-color: #ffffff;
}

.popupEmailForm .inner
{
	padding: 0 30px 15px 30px;
	width: 475px;
	height: 325px;
}

.popupEmailForm .desc
{
	color: #999999 !important;
	font-size: 13px !important;
	line-height: 22px;
	text-align: left;
	width: 475px;
	height: 24px;
}

.popupEmailForm .message
{
	color: #999999 !important;
	font-size: 13px !important;
	line-height: 22px;
	text-align: left;
	width: 475px;
	height: 24px;
}
.popupEmailForm .message.error
{
	font-size: 13px;
	color: #ff0000;
}


.popupEmailForm .field
{
	padding-bottom: 5px;
}

.popupEmailForm .buttons
{
	position: absolute;
	height: 180px;
	bottom: 0;
}

.popupEmailForm .field_error
{
	position: absolute;
	right: 10px;
	top: 0;
	padding-left: 27px;
	background: url(../img/popup/bg_popup_email_error.png) no-repeat 0 0;
	z-index: 3;
}

.popupEmailForm .field_error div
{
	padding: 0 5px 0 5px;
	font-size: 12px;
	width: 150px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	background-color: #ff0000;
	color: #ffffff;
}

.popupEmailForm #error_name
{
	top: 128px;
}

.popupEmailForm #error_email
{
	top: 186px;
}

.popupEmailForm #error_friend_name
{
	top: 259px;
}

.popupEmailForm #error_friend_email
{
	top: 317px;
}

.popupEmailForm #error_comments
{
	top: 375px;
}

.popupEmailForm .float_left
{
	float: left;
}

.popupEmailForm .float_left_delim
{
	width: 5px;
	height: 20px;
	float: left;
}

.popupEmailForm .cancel
{
	margin: 10px 0 0 0;
	width: 200px;
	height: 40px;
	float: left;
	text-align: left;
}

.popupEmailForm .submit
{
	margin: 10px 0 0 0;
	width: 263px;
	height: 40px;
	float: left;
	text-align: right;
}

.popupEmailForm .field_delim
{
	width: 100px;
	height: 15px;
	float: left;
}

/* /POPUP_EmailToFriend */


/* /POPUP_Login */

#popupLoginBackground
{
	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: 1;
}

#popupLogin
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	width: 400px;
	height: 290px;
	/*background: #ffffff;*/
	border: none;
	z-index: 2;
	padding: 0;
	font-size: 13px;
}

#popupLoginClose
{
	cursor: pointer;
}

.popupLoginTop
{
	width: 400px;
	height: 5px;
	background: url(../img/popup/bg_popup_login_top.png) no-repeat 0 0;
}

.popupLoginBottom
{
	width: 400px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url(../img/popup/bg_popup_login_bottom.png) no-repeat 0 0;
}

.popupLoginForm
{
	width: 400px;
	height: 280px;
	background-color: #ffffff;
}

.popupLoginForm .inner
{
	padding: 15px 40px 15px 40px;
	width: 320px;
	height: 250px;
}

.popupLoginForm .title
{
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	color: #666666;
}

.popupLoginForm .desc
{
	color: #999999;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	width: 375px;
	padding: 5px 0 10px 0;
}

.popupLoginForm .field
{
	padding-bottom: 15px;
}

.popupLoginForm .remember
{
	margin: 10px 0 0 0;
	width: 150px;
	float: left;
	text-align: left;
}

.popupLoginForm .submit
{
	margin: 10px 0 0 0;
	width: 163px;
	float: left;
	text-align: right;
}

.input_text_login
{
	background-color: #F7F7F7;
	border: 1px #D9D9D9 solid;
	font-family: Arial;
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	width: 300px;
}

.popupLoginForm #user_error
{
	top: 110px;
}

.popupLoginForm #pass_error
{
	top: 178px;
}
/* /POPUP_Login */