@CHARSET "UTF-8";

/* FORM */
#form {
	margin: 0;
	padding: 0;
}
.column_1 {
	width:500px;
	margin:0;
	float:left;
}
.column_2 {
	width:400px;
	margin:0;
	float:left;
}


/* TEXT */
div#contentContainerNoColor h2.title_form,div#contentContainer h2.title_form {
	margin-bottom:0;
	text-transform: none;
}
div#contentContainerNoColor h2.title_form_space,div#contentContainer h2.title_form_space {
	margin-bottom:25px;
	text-transform: none;
}
div#contentContainerNoColor h2.subtitle_form,div#contentContainer h2.subtitle_form {
	/*color:#aaaaaa;*/
	color:#000000;
	margin-bottom:20px;
	text-transform: none;
}
div#contentContainerNoColor h2.subtitle_form_align,div#contentContainer h2.subtitle_form_align {
	width:320px;
	margin:0 20px 0 0;
	color:#aaaaaa;
	display:block;
	float:left;
}
div#contentContainerNoColor h2.result_red,div#contentContainer h2.result_red {
	margin:0 0 20px 0;
	color:#fe6158;
	display:block;
	float:left;
}
#webcam_itself {
	margin:0 20px 15px 0;
	float:left;
}
#upload_image {
	float:left;
}
div#contentContainerNoColor .red_color,div#contentContainer .red_color {
	color:#fdafaf;
}
div#contentContainerNoColor .red_color_selected,div#contentContainer .red_color_selected {
	color:#fe6158;
	text-decoration: underline;
}
div#contentContainerNoColor a.red_color:hover,div#contentContainer a.red_color:hover {
	color:#fe6158;
	text-decoration:underline;
	cursor:pointer;
}
.separator_step {
	clear: both;
	margin:25px 0;
	border-top:1px solid #d1d1d1;
	background: none;
	font-size: 0;
	height: 0;
}
#form a {
	color:#AAAAAA;
}
#form a:hover {
	color:#666666;
}
#form span {
	width:300px;
	margin:0 20px 0 0;
	color:#a8a8a8;
	line-height:21px;
	border-top:#dbdbdb 1px solid;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	float:left;
}
#form span.bottom_line {
	border-bottom:#dbdbdb 1px solid;
}
#form span.checkbox {
	width:550px;
	border:none;
}
#form span.checkbox_short {
	width:300px;
	border:none;
}
#form font.small {
	line-height:21px;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
}
#form .question {
	width:268px;
	margin:0 20px 0 0;
	padding:10px 10px;
	line-height:12px;
	font-size: 11px;
	background-color:#fdcfcf;
	color:#ff6263;
	text-transform: none;
	float:left;
	border:none;
}
#form .question_textarea {
	width:260px;
	height:220px;
	margin:20px 20px 0 0;
	padding:10px 14px;
	color:#676767;
	background-color:#f6f6f6;
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border:none;
	border-top:#dbdbdb 1px solid;
	border-left:#ececec 1px solid;
	float:left;
}
#form .error {
	margin:0 0 0 10px;
	color: #fa6261;
	line-height:21px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	float:left;
}
#form .error_textarea {
	width:288px;
	margin:0 20px 0 0;
	color: #fa6261;
	line-height:21px;
	font-size: 11px;
	font-family: Arial;
	float:left;
}


/* INPUT */
#form input.hidden {
	visibility: hidden;
}
#form input {
	width:300px;
	padding:3px 5px;
	background-color:#f6f6f6;
	color:#676767;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	border:none;
	border-top:#dbdbdb 1px solid;
	border-left:#ececec 1px solid;
	display:block;
	float:left;
}
#form select#country, #form select#nationality, #form select#sex { /*f6f6f6*/
	width:310px;
	/*
	padding:3px 5px;
	background-color:#E8E8E8;
	border:medium none;
	color:#999999;
	font-family: Arial;
	font-size:11px;
	border:none;
	display:block;
	*/
	float:left;
}
#form select.disabled {
	background-color:#f6f6f6;
	color:#E8E8E8;
}
/*
#form textarea {
	padding:3px 5px;
	background-color:#E8E8E8;
	border:medium none;
	color:#999999;
	font-family: Verdana, Arial;
	font-size:11px;
	border:none;
	display:block;
}*/
#form .date {
	width:20px;
	margin-right:15px;
	display:inline;
}
#form .date_year {
	width:40px;
	margin-right:0px;
	display:inline;
}
#form .hidden {
	margin:0;
	padding:0;
}
/*
#form .button {
	width:auto;
	background-color:#B2B2B2;
	border:1px solid #B2B2B2;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:10px;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:3px 5px;
	text-transform:uppercase;
	display:inline;
}*/
#form .button {
	width:84px;
	height:36px;
	border:none;
	cursor:pointer;
	display:block;
	margin:0 10px 0 0;
	text-transform:uppercase;
	display:inline;
	background-image: url(images/submit_form.jpg);
	background-position: top left;
}
#form .button:hover {
	background-position: bottom left;
}


/* RESULT */
#form_success,#form_error {
	display: none;
}
/* */


/* SPECIAL LINK */

#form a#form_button_submit {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color:#ffffff;
	text-decoration:none;
	display: inline;
	height: 34px;
	cursor:pointer;
}

#form a#form_button_submit span {
	width:auto;
	margin:0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color:#ffffff;
	line-height:21px;
	border:none;
}

#form a#form_button_submit span#left {
	width: 5px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(images/button_submit_left.jpg);
	display: block;
	float:left;
}

#form a#form_button_submit span#text {
	padding:0 3px 0 3px;
	height: 34px;
	line-height: 34px;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(images/button_submit_back.jpg);
	display: block;
	float:left;
}

#form a#form_button_submit span#right {
	width: 5px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(images/button_submit_right.jpg);
	display: block;
	float:left;
}

#form a#form_button_submit:hover span#left, #form a#form_button_submit:hover span#text, #form a#form_button_submit:hover span#right {
	background-position: bottom left;
}

/* */

/* UPLOAD */
#form div#upload {
	width:300px;
	float:left;
	margin:0 20px 0 0;
}
/* */

#form input.formCheckBox {
	width: auto;
}
