#popup_mask
{
	background-image:url('../images/mask.png');
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	display:none;
}
#popup_parent
{
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-235px;
	width:470px;
	z-index:220;
	overflow:visible;
	text-align:center;
	display:none;
}
#popup_parent #popup_btn_area
{
	height:0px;
	overflow:visible;
	background-color:white;
	margin:0px auto;
	width:470px;
	
}
#popup_parent #popup_btn_area .inner
{
	overflow:visible;
	float:right;
	height:0px;
}
#popup_parent #popup_btn_area a
{
	display:inline-block;
	float:right;
	margin-right:10px;
	position:relative;
	z-index:2;
	top:10px;
	
	width:22px;
	height:22px;
	background-image:url('../images/btn popup contact close.jpg');
}
#popup_parent #popup_btn_area a:hover
{
	background-image:url('../images/btn popup contact close2.jpg');
}
#popup_box
{
	margin:0px auto;
	width:470px;
	height:auto;
	overflow:hidden;
	background-color:white;
	border:1px solid black;
	border-radius:10px;
}
#popup_box .popup_title
{
	height:70px;
	overflow:hidden;
	text-align:center;
	background-color:#72CCD5;
	border-bottom:1px solid black;
}
#popup_box .popup_title span
{
	font-size:16pt;
	color:white;
	display:inline-block;
	height:70px;
	line-height:70px;
}

#popup_box .newsletter_block
{
	float:left;
	width:460px;
	margin-left:70px;
	margin-top:300px;
}
#popup_box .newsletter_block form 
{
	margin:0;
	text-align:center;
}
#popup_box .newsletter_block form input[type=text]
{
	border:1px solid #9C0C0C;
	border-radius:5px;
	height:40px;
	line-height:40px;
	font-size:16pt;
	width:458px;
	text-indent:10px;
	color:#B9B9B9;
}
#popup_box .newsletter_block form input[type=submit]
{
	border:1px solid #9C0C0C;
	background-color:#9C0C0C;
	border-radius:5px;
	height:40px;
	line-height:40px;
	font-size:16pt;
	width:170px;
	text-indent:10px;
	color:white;
	float:none;
	margin-top:25px;
}
#popup_box .newsletter_block form input[type=submit]:hover
{
	background-color:white;
	color:#9C0C0C;
}

#popup_box .main_title
{
	overflow:visible;
	height:70px;
	line-height:70px;
	margin:0px auto;
	min-width:370px;
	display:block;
	
	font-size:20pt;
	color:white;
	text-align:right;
	
	background-color:#E46312;
	
}
#popup_box .main_title img
{
	float:right;
	height:90px;
	margin-left:10px;
}
#popup_box .main_title span
{
	display:inline-block;
	float:right;
}
#popup_box .main_title b
{
	display:inline-block;
	margin:0px 10px;
	color:#E46312;
}
#popup_box .top_link
{
	height:20px;
	overflow:hidden;
	margin:0px auto;
	width:370px;
}
#popup_box .top_link a
{
	display:inline-block;
	float:left;
	font-size:8pt;
	color:#E46312;
	text-decoration:underline;
}
#popup_box .top_link a:hover {color:red;}

#popup_box .sub_title
{
	margin-top:30px;
	font-size:16pt;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#E46312;
}

#popup_box .main_text
{
	margin:0px 40px;
	font-size:12pt;
	margin-top:30px;
}
#popup_box .btn_area
{
	overflow:hidden;
	
}
#popup_box .btn_area a,
#popup_box .btn_area input
{
	display:block;
	margin:0px auto;
	font-size:16pt;
	color:#E46312;
	background-color:white;
	height:30px;
	line-height:30px;
	width:370px;
	border:0;
}
#popup_box .btn_area a:hover,
#popup_box .btn_area input:hover
{
	color:white;
	background-color:#E46312;
}

#popup_box .takanon_desc
{
	margin:10px;
	font-size:8pt;
	color:black;
	overflow:hidden;
}

#popup_box #form_newsletter
{
	overflow:hidden;
	margin:0;
	padding:0;
	text-align:center;
}
#popup_box #form_newsletter label
{
	display:block;
	font-size:10pt;
	color:black;
	margin-top:25px;
}
#popup_box #form_newsletter input[type=text]
{
	border:1px solid gray;
	background-color:white;
	width:300px;
	font-size:12pt;
	height:20px;
	color:black;
	margin:10px auto;
}
#popup_box #form_newsletter input[type=submit]
{
	border:0;
	width:105px;
	height:35px;
	background-image:url('../images/popup btn_send.JPG');
	background-color:transparent;
}
#popup_box #form_newsletter input[type=submit]:hover
{
	background-image:url('../images/popup btn_send press.JPG');
}

/*** FORM ****/
.popup_form
{
	padding:0;
	margin:0;
	overflow:hidden;
	margin-top:25px;
}
.popup_form input[type=text],
.popup_form input[type=password],
.popup_form textarea,
.popup_form .input_box
{
	width:370px;
	background-color:#F6F6F6;
	border:1px solid #DBDBDB;
	color:#929292;
	font-size:10pt;
	height:35px;
	line-height:35px;
	margin-bottom:20px;
	text-indent:10px;
	display:inline-block;
}
.popup_form .input_box label,
.popup_form .input_box a,
.popup_form .input_box input,
.popup_form .input_box select
{
	display:inline-block;
	float:right;
	margin-left:10px;
}
.popup_form .input_box input,
.popup_form .input_box select
{
	background-color:transparent;
	border:0;
	width:200px;
	font-size:12pt;
	color:#646464;
	height:40px;
	line-height:40px;
}
.popup_form .input_box select {width:auto;}
.popup_form textarea
{
	height:100px;
	line-height:normal;
}
.popup_form .form_helpers_area
{
	overflow:hidden;
	text-align:center;
}
.popup_form .form_helpers_area .inner
{
	display:inline-block;
	overflow:hidden;
}
.popup_form .form_helpers_area a
{
	display:inline-block;
	float:right;
	margin-left:25px;
	color:#2FC6E1;
	font-size:10pt;
	text-decoration:underline;
}
.popup_form .form_helpers_area a.last {margin-left:0;}
.popup_form .form_helpers_area a:hover
{
	color:blue;
}

.popup_form .new_resume_area
{
	text-align:center;
	margin-bottom:20px;
	overflow:hidden;
}
.popup_form .new_resume_area label
{
	display:inline-block;
	width:370px;
	color:black;
	font-size:12pt;
	height:35px;
	line-height:35px;
}
.popup_form .new_resume_area input[type=file]
{
	width:370px;
	background-color:#F6F6F6;
	border:1px solid #DBDBDB;
	color:#929292;
	font-size:10pt;
	height:35px;
	line-height:35px;
}

.popup_form .radio_area
{
	color:#929292;
	font-size:10pt;
	height:35px;
	line-height:35px;
	margin:0px auto;
	margin-bottom:20px;
	width:370px;
	list-style:none;
	overflow:hidden;
}
.popup_form ul.radio_area
{
	list-style:none;
	overflow:hidden;
	height:auto;
}
.popup_form ul.radio_area li
{
	display:block;
	overflow:hidden;
}
.popup_form .radio_area input,
.popup_form .radio_area label
{
	display:inline-block;
	float:right;
	margin-left:30px;
}
.popup_form .radio_area input
{
	margin:11px;
}

.popup_form .input_box.capcha
{
	overflow:hidden;
	margin:0px auto;
	width:370px;
}
.popup_form .input_box.capcha #captcha_input
{
	float:right;
	background-color:transparent;
	border:0;
	width:250px;
}
.popup_form .input_box.capcha #captcha_image
{
	float:left;
	margin-top:5px;
	margin-left:5px;
}

.popup_form .checkboxes_area
{
	overflow:hidden;
	text-align:right;
	margin:0px auto;
	width:370px;
	margin-top:30px;
}
.popup_form .checkboxes_area .checkboxes_title
{
	font-size:10pt;
	font-weight:bold;
	color:#6E6464;
	overflow:hidden;
	height:25px;
}
.popup_form .checkboxes_area input,
.popup_form .checkboxes_area label
{
	display:inline-block;
	float:right;
	margin-left:10px;
	font-size:10pt;
	color:#6E6464;
}
.popup_form .checkboxes_area input {margin:3px;}
.popup_form .checkboxes_area .checkboxes_desc
{
	font-size:8pt;
	color:#6E6464;
	overflow:hidden;
	padding:15px 0px;
	clear:both;
}
.popup_form .checkboxes_area .checkboxes_desc a
{
	font-size:8pt;
	color:#FF8B1C;
	text-decoration:underline;
}
.popup_form .checkboxes_area .checkboxes_desc a:hover
{
	color:red;
}












