/*======= Style pour les formulaires, boutons, zones de texte, ... ========*/

.xo-block form {
	margin:						0px;
	padding:						0px;
}
#xo-content form {
	margin:						0px;
	background:					transparent;
}

#xo-content fieldset {
	margin:						0px;
	border-color:#fff;
	background:					transparent;
}


#xo-content fieldset input{
	margin:						0px;
	border:						0;
	background:					#FFD7F7;
	color:#000;
	border:1px solid #FF65CE;
}


.xo-block .formButtons {
	text-align:					center;
	padding:						.5em;
}

label {
	display:						block;
	padding:						0px;
	background:					transparent;
}

.xo-formfield {
	margin-bottom:				.2em;
	background:					transparent;
}
.xo-formbuttons {
	color: 						#6ABC21;
	background-color: 		#666;
	font-size:					.9em;
	border: 						1px solid #FF65CE;
	margin-top:2px;
}

#xo-content .xo-formfield.required label:after {
	content:						'*';
	color:						#ff0000;
	background-color: 		#fff;
}
select {
	background:					#fff;
	color:						#333;
	font-size: 					.9em;
}
select[name=timezone_offset] {
	color:						#333;
	font-size:					.9em;
	background-color:			#fff;
}
input {/*champs google*/
	border:						1px solid #6300CE;/*couleur de la bordure des champs input*/
	margin:						0px 0px;
	padding-left:				.2em;
	background-color:			#fff;
	color:						#000;
	font-size: 					.9em;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	/*border: 						2px solid #6ABC21;
	outline:						2px solid #6ABC21;*/
}

textarea {
	width: 						95%;
	color :						#333;
	background-color: 		#fff;
	height: 						150px;
	}

#xo-page textarea {
color:#000099;
font-family:verdana,arial,helvetica,sans-serif;
font-style:italic;
font-weight:bold;
font-size:12px;
border: 1px solid #FF66CC;
height:250px;
	}

#xo-page input {/*champs sujet dans un nouveau post*/
color:#000099;
font-family:verdana,arial,helvetica,sans-serif;
font-style:italic;
font-weight:bold;
font-size:12px;
}

#xo-page textarea[name=message] {/*champs message dans un nouveau post*/
color:#000099;
font-family:verdana,arial,helvetica,sans-serif;
font-style:italic;
font-weight:bold;
font-size:12px;
border: 1px solid #FF66CC;
height:250px;
}