#popup_mask
{
	background-image:url('../images/mask.png');
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:15;
	display:none;
}
#popup_parent
{
	position:absolute;
	top:150px;
	left:0;
	width:100%;
	z-index:20;
	overflow:hidden;
	text-align:center;
	display:none;
}
#popup_parent #popup_btn_area
{
	height:13px;
	overflow:hidden;
	background-color:white;
	margin:0px auto;
	width:450px;
}
#popup_parent #popup_btn_area a
{
	display:inline-block;
	float:left;
	height:13px;
	width:11px;
	background-image:url('../images/x-popup.jpg');
}
#popup_parent #popup_btn_area a:hover
{
	background-image:url('../images/x-popup-press.jpg');
}
#popup_box
{
	margin:0px auto;
	width:450px;
	overflow:hidden;
	background-color:white;
	padding-bottom:40px;
}
#popup_box .main_title
{
	overflow:hidden;
	height:50px;
	line-height:50px;
	margin:0px auto;
	min-width:370px;
	display:inline-block;
	
	font-size:20pt;
	color:black;
	text-align:right;
	
	background-image:url('../images/logo-popup.jpg');
	background-repeat:no-repeat;
	background-position:right center;
}
#popup_box .main_title span
{
	display:inline-block;
	float:right;
	margin-right:120px;
}
#popup_box .main_title b
{
	display:inline-block;
	margin:0px 10px;
	color:#E67A32;
}
#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:#FF8B1C;
	text-decoration:underline;
}
#popup_box .top_link a:hover {color:red;}
#popup_box .main_text
{
	margin:30px 40px 20px 40px;
	font-size:16pt;
}
#popup_box .btn_area
{
	overflow:hidden;
	
}
#popup_box .btn_area a,
#popup_box .btn_area input
{
	display:block;
	margin:0px 40px 10px 40px;
	font-size:16pt;
	color:white;
	background-color:#E67A32;
	height:30px;
	line-height:30px;
	width:370px;
	border:0;
}
#popup_box .btn_area a:hover,
#popup_box .btn_area input:hover
{
	background-color:#30C7E2;
}


/*** 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,
.popup_form select
{
	width:370px;
	background-color:#F6F6F6;
	border:1px solid #DBDBDB;
	color:#929292;
	font-size:10pt;
	height:35px;
	line-height:35px;
	text-indent:10px;
	display:inline-block;
}
.popup_form .input_box
{
	height:auto;
	min-height:40px;
	margin-bottom:20px;
}
.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 .checkbox_area
{
	overflow:hidden;
}
.popup_form .checkbox_area input,
.popup_form .checkbox_area label
{
	display:inline-block;
	float:right;
	margin-left:10px;
	font-size:10pt;
	color:#6E6464;
	line-height:20px;
	width:auto;
	height:auto;
	text-align:right;
}
.popup_form .checkbox_area label 
{
	width:100px;
	height:20px;
	line-height:20px;
}
.popup_form .checkbox_area input 
{
	margin:5px 0px;
	height:10px;
}
.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-bottom: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;
}

.popup_form #popup_register_sub_groups_selectors_area,
.popup_form #popup_register_sub_groups_list
{
	width:370px;
	overflow:hidden;
	display:inline-block;
}
.popup_form #popup_register_sub_groups_list {margin-bottom:20px;}
.popup_form #popup_register_sub_groups_selectors_area select
{
	width:320px;
	float:right;
	margin:0;
}
.popup_form #popup_register_sub_groups_selectors_area a.btn_add_subgroup
{
	display: inline-block;
    float: right;
    font-size: 10pt;
    color: white;
    background-color: #E67A32;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    margin: 0px;
    text-indent: 0px;
	width:50px;
}











