/* buttons */

#form_search_id
{

	background-color:#6083b8;
	text-align:center;
	color:#fff;
	font-weight:bold;
	letter-spacing:3px;
	border-top:1px solid #000;
	font-size:13px;
	
}

#form_search_id form
{

	margin:0;
	padding-bottom:5px;
	padding-top:5px;	
	
}

#quicksearch {

	text-align:center;
	margin: auto;
	width:60%;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	background-color:#F3F7FB;
	
}

.small_required_field {

	font-weight:bold;
	background-color:#FF3300;
	color:#fff;
}

.submit, .cancel {
	width:auto;	
	background-color:#6083b8;	
	color:#fff;
	font-weight:bold;
}



.ok_blue {

	width:33px;
	height:23px;	
	background: url('../images/bg_blue.png') no-repeat top left;
	margin:0;
	border:0;
	padding: 2px 8px;
	color:#fff;
	vertical-align:middle;
}

.ok_blue:hover {
	color:#000;
}

.ok {

	width:31px;
	height:21px;	
	background: url('../images/bg_button.png') no-repeat top left;
	margin:0;
	border:0;
	padding: 2px 8px;
	color:#fff;
	vertical-align:middle;
}

.ok:hover {
	color:#000;
}


#form_block p {
margin:2px 0pt;
}
#form_block div {
margin:5px 0px 5px 0px;
}
#form_block fieldset, #commentform fieldset {
border:1px solid #CCCCCC;
margin-bottom:10px;
}
#form_block fieldset legend, #commentform fieldset legend {
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#318AB3;
font-size:18px;
padding:0pt 10px;
}
#form_block label {
display:block;
float:left;
letter-spacing:1px;
padding-right:1%;
text-align:right;
width:24%;
}

#form_block .modal_label {
display:block;
float:left;
letter-spacing:1px;
padding-right:1%;
text-align:right;
width:35%;
}

#form_block .form_label_nostyle {
background:transparent none repeat scroll 0%;
}

#form_block .small_input {
border:1px solid #CCCCCC;
margin-left:1%;
width:20%;
	
}

#form_block .small_label {
background-color:#FFCC66;
display:block;
float:left;
letter-spacing:1px;
padding-right:1%;
text-align:right;
width:10%;
}

#form_block .form_cgu {
border:1px solid #CCCCCC;
margin-left:1%;
width:100%;	
	
}

#form_block .readonly {
	background-color:#F5F5F5;
	text-decoration: line-through;
}

#form_block .form_input_day {
width:7%;
}
#form_block .form_input_month {
width:12%;
}
#form_block .form_input_year {
width:10%;
}


#form_block fieldset div {
	margin:0.3em 0;
	clear:both;
}

}
#form_block .radio, .date, .birthday {
	position:relative;
}
#form_block .radio fieldset, .date fieldset, .birthday fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
#form_block .radio legend, .date legend, .birthday legend {
	font-size:1em;
	color:#000;
}


#form_block .radio legend span, .date legend span, .birthday legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
#form_block .radio label, .radio input, .birthday label {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
#form_block .radio div, .birthday div {
	float:left;
	white-space:nowrap;
	clear:none;
}

#form_block legend {
	color:#0b77b7;
	font-size:1.2em;
}
#form_block legend span {
	width:10em;
	text-align:right;
}

#form_block .buttons {

	text-align: center;
	padding-top:10px;	
	
}


input[type=checkbox], input[type=radio] { padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
/*input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }*/
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }
/*
input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }*/
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }

#form_block input[type="checkbox"] {
border:1px solid #DDEEFF;
width:3%;
}

#form_block input[type="radio"] {
border:1px solid #DDEEFF;
width:5%;
}

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}


.validation-advice {
	margin: 5px 0;
	padding: 0px 20px;
	color : red;
	background:transparent url(../images/warning.png) no-repeat top left;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

.required_field {

	color:#FF3300;
	font-weight:bold;
	font-size: 150%;	
	
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

/* results */
/* ---------------------------- */
/* CUSTOMIZE AUTOSUGGEST STYLE	*/
#search-wrap input{width:400px; font-size:16px; color:#999999; padding:6px; border:solid 1px #999999;}
#form_results{width:260px; }
#form_results ul, #results li{padding:0; margin:0; border:0; list-style:none;}
#form_results li {border-top:solid 1px #DEDEDE;}
#form_results li a{display:block; padding:4px; text-decoration:none; color:#000000; font-weight:bold;}
#form_results li a small{display:block; text-decoration:none; color:#999999; font-weight:normal;}
#form_results li a:hover{background:#FFFFCC;}
#form_results ul {padding:6px;}

#personnality {  
     width:200px;  
} 
  
 #select_two_container {  
     position:relative;  
     margin-left:450px;
     margin-top:-40px;
 } 
  
 .select_multiple_submit {  
     padding:10px;  
     height:22px;  
     text-align:right;  
 } 
  
 .select_multiple_label {  
     margin-left:5px;  
     font-size:11px;  
 } 
  
 .select_multiple_container {  
     width:300px;  
     position:absolute;  
     top:0;  
     left:0;  
     z-index:500;  
     border:1px solid #222;  
     border-top:none;  
 } 
  
 .select_multiple_container .select_multiple_header {  
     color:eee;  
     font-weight:bold;  
     font-size:12px;  
     margin:0;  
     padding:7px 0 8px 10px;  
     background-color:#000;  
 } 
  
 table.select_multiple_table td {  
     height:20px;  
     border-bottom:1px solid ddd;  
     font-family:"Lucida Grande",Verdana;  
     color:#333;  
     font-size:11px;  
 } 
  
 table.select_multiple_table tr.even {  
     background-color:#FCFCFC;  
 } 
  
 table.select_multiple_table tr.odd {  
     background-color:#F7F7F7;  
 } 
  
 table.select_multiple_table tr.selected {  
     background-image:none;  
     background-color:#D9E9FE;  
 } 
  
 .select_multiple_name {  
     padding-left:15px;  
     font-weight:bold;  
 } 
  
 .select_multiple_checkbox {  
     text-align:right;  
 } 
  
 .select_multiple_checkbox input {  
     margin-right:15px;  
 }  
.over{
background-color:#6083b8;
color:#fff;
}
.out{
background-color:none;
}

#form_block .input, .select, .textarea {
	border: 1px ridge #FEA30F;
	font-style: normal;
	font-size: 13px;
	color: #454743;
	width:40%;
	padding-left:16px;
}

#form_block .small_cat {
	border: 1px ridge #FEA30F;
	background: url(../images/input_bg.png) repeat-x #FFFFFF;
	font-size: 11px;
	color: #454743;
	
	
}

#form_block .error_field {
	
	background:#FFEBE8 none repeat scroll 0 0;
	border:1px solid #DD3C10;
}

/** You can use this style for your LABEL elements **/
#form_block label {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 12px;
	color: #fEA30F;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
#form_block input:hover {
	/** remember to change image path **/
	/*background: url(none) no-repeat #FFFFFF;*/
	color: #000000;
}

/* specifield fields */

#form_block .passwd {
   	background-image:url(../images/form/passwd.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:16px;
}

#form_block .username {
background-image:url(../images/form/user.png);
background-position:left center;
background-repeat:no-repeat;
padding-left:16px;
}

#form_block .email {
background-image:url(../images/form/email.png);
background-position:left center;
background-repeat:no-repeat;
padding-left:16px;
}

#form_block .help {
background-image:url(../images/form/help.png);
background-position:left center;
background-repeat:no-repeat;
padding-left:16px;
}

#form_block .network {
background-image:url(../images/form/network.png);
background-position:left center;
background-repeat:no-repeat;
padding-left:16px;
}

#form_block .note {
background-image:url(../images/form/note.png);
background-position:left top;
background-repeat:no-repeat;
padding-left:16px;
}

#form_block .rss {
background-image:url(../images/form/rss.png);
background-position:left top;
background-repeat:no-repeat;
padding-left:16px;
}