/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}


/*Transparent items*/
.transparent {
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	/*cursor:pointer;*/
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	/*height:10px;*/
/*	background:url(/emcconsulte/images/backoffice/formulaires/input.gif) no-repeat left top;*/
/*	background:url(/emcconsulte/images/backoffice/hachures.png);*/
/*	background:url(/emcconsulte/images/backoffice/formulaires/fond_en_hachures.gif);*/
/*	background:url(/emcconsulte/images/backoffice/formulaires/hachures.png);*/
	background:url(../../images/formulaires/fond_en_hachures.png);
	
	/*border:none;*/
	border: solid #cccccc 1px;
	padding:4px 8px;
}

.textinputHovered {
	border: solid #80bae6 1px;
	/*background-position:left bottom;*/
}

.textinputFocused, .textinputFocusedHovered {
	width:236px;
	/*height:10px;*/
	background:#BADEF7;
	border: solid #80bae6 1px;
	/*background-position:left bottom;*/
	padding:4px 8px;
}



.textinputBase, .textinputBaseHovered {
	background:url(../../images/formulaires/fond_en_hachures.png);
	
	/*border:none;*/
	border: solid #cccccc 1px;
	padding:4px 8px;
}
.textinputBaseHovered {
	/*border: solid #80bae6 1px;*/
	border: solid #ef8033 1px;
	/*background-position:left bottom;*/
}

.textinputBaseFocused, .textinputBaseFocusedHovered {
	background:#BADEF7;
	/*border: solid #80bae6 1px;*/
	border: solid #ef8033 1px;
	/*background-position:left bottom;*/
	padding:4px 8px;
}



/*Text areas*/
.textarea, .textareaHovered {
	width:355px;
	height:125px;

	background:url(../../images/formulaires/fond_en_hachures.png);

	border: solid #cccccc 1px;
	/*border:none;*/

	padding:4px 8px;
}
.textareaHovered {
	/*border: solid #80bae6 1px;*/
	border: solid #ef8033 1px;
/*	background-position:left bottom;*/
}

.textareaFocused, .textareaFocusedHovered {
	width:355px;
	height:125px;
	background:#BADEF7;
	/*border: solid #80bae6 1px;*/
	border: solid #ef8033 1px;
	/*background-position:left bottom;*/
	padding:4px 8px;
}


.textareaBase, .textareaBaseHovered {
	background:url(../../images/formulaires/fond_en_hachures.png);

	border: solid #cccccc 1px;
	/*border:none;*/

	padding:4px 8px;
}

.textareaBaseHovered {
	border: solid #80bae6 1px;
/*	background-position:left bottom;*/
}

.textareaBaseFocused, .textareaBaseFocusedHovered {
	background:#BADEF7;
	border: solid #80bae6 1px;
	/*background-position:left bottom;*/
	padding:4px 8px;
}



/*Button*/
.buttonSubmit, .buttonSubmitHovered, .buttonSubmitFocused, .buttonSubmitFocusedHovered {
	color:#ffffff;
	font-weight:bold;
	text-align: center;
	width:75px;
	height:24px;
	padding:2px 3px;
	
	
	
	/*background-color: transparent;*/
	background: url(../../images/formulaires/button.png) no-repeat left top;
	
	cursor:pointer;
	/*cursor:hand;*/
	border:0;
}


.buttonSubmitHovered, .buttonSubmitFocusedHovered {
	background-position:left bottom;
}

