@charset "utf-8";
/* CSS Document */

select, option{
    font-size:13px;
}

ol.phpfmg_form{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

ol.phpfmg_form li{
	margin-bottom:5px;
	clear:both;
	display:block;
	overflow:hidden;
	width: 100%;
}


.form_field, .form_required{
	color: #77B428;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form_required{
    color:red;
    margin-right:8px;
}

.field_block_over{
}

.form_submit_block{
	padding: 0px;
	float: left;
	height: 30px;
	width: 150px;
	margin-left: 20px;
	/* [disabled]clear: inherit; */
	margin-top: 90px;
}

.text_box, .text_area, .text_select,.text_box2,.text_box_small,.text_box_language,.p_code {
	width:200px;
	border: thin solid #CCC;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
        position:relative;
        z-Index:1;
        behavior: url(/homecss/PIE.htc);
        background-color: #FFF;
}

.text_box_red, .text_area_red, .text_select_red,.text_box2_red,.text_box_small_red,.text_box_language_red,.p_code_red {
	width:200px;
	border: thin solid #CCC;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
        position:relative;
        z-Index:1;
        behavior: url(/homecss/PIE.htc);
        background-color: #FFCCCC;
}

.text_box_keywords {
	width:200px;/*300*/
	border: thin solid #CCC;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
        position:relative;
        z-Index:1;
        behavior: url(/homecss/PIE.htc);
        background-color: #FFF;
}

.photo_Browsetext_box {
	padding: 0px;
	width: 80px;
	float: left;
}

.text_area{
	height:100px;
	width: 600px;
}

.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}

.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

hr.sectionbreak{
    height:1px;
    color: #ccc;
}


#cv_top1 .row #field_0_div .col_field .text_select {
	/* [disabled]width: 100px; */
}
.text_select_top {
	width: 100px;
	border: thin solid #CCC;
}
.text_select_top_200 {
	width: 200px;
	border: thin solid #CCC;
}
.text_box_email {
	width: 250px;
	border: thin solid #CCC;
}
.col_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
	/* [disabled]float: left; */

}
.form_checkbox {
	/* [disabled]float: right; */
	margin-left: 10px;
}
.check_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	color: #77B428;
}
.photo_browse #field_4 {
	/* [disabled]width: 100px; */
	border: thin solid #CCC;
}
.no_border {
	border-style: none;
}
.text_box2, form#form-profil .text_box2 {
	width: 350px;
	border: thin solid #6C3;
        margin-left: 10px;
}

.text_box2_red {
	width: 350px;
	border: thin solid #6C3;
        background-color: #FFCCCC;
}
.field_block2 {
	width: 150px;
}
.text_box_language {
	width: 150px;
	border: thin solid #CCC;
}
.submit_button {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 100px;
}
#input {
}
.p_code {
	width: 150px;
}
.form_submit_login {
	margin: 13px 0px 0px;
	padding: 0px;
	float: left;
	width: 100px;
}
.form_submit_login input {
  border:0px;
}

.activated{
    font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: bold;color:#1d5987;
}
