/* CSS Axe-Immo.Form (2004) */


/******************* Input Text Class *******************/

input.text { 
	height: 16px; 
	width: 200px; 
	font-family: "Arial"; 
	font-size: 11px;  
	background-color:#ffffff; 
	border: 0.02cm outset #eeeeee
}

input.textsmall { 
	height: 16px; 
	width: 100px; 
	font-family: "Arial"; 
	font-size: 11px;  
	background-color:#ffffff; 
	border: 0.02cm outset #eeeeee
}


input.file { 
	height: 16px; 
	width: 280px; 
	font-family: "Arial"; 
	font-size: 11px;  
	background-color:#ffffff; 
	border: 0.02cm outset #eeeeee
}


/******************* TextArea Class *******************/

textarea {
	font-size:11px; 
	font-family:"Arial"; 
	height: 80px; 
	width: 300px; 
	background-color:#ffffff; 
	border: 0.02cm outset #eeeeee
}


textarea.textareaMedium {
	font-size:11px; 
	font-family:"Arial"; 
	height: 60px; 
	width: 200px; 
	background-color:#ffffff; 
	border: 0.02cm outset #eeeeee
}


textarea.translate {
	font-size:11px; 
	font-family:"Arial"; 
	height: 150px; 
	width: 430px; 
	background-color:#ffffff; 
	border: 0.02cm outset #eeeeee
}


textarea.adresse {
	font-size:11px; 
	font-family:"Arial"; 
	height: 50px; 
	width: 200px; 
	background-color:#ffffff; 
	border: 0.02cm outset #eeeeee
}

/******************* Button Class *******************/

input.button { 
	font-family: "Arial"; 
	font-size: 10px; 
	height: 17px; 
	width: 90; 
	color: #000000;
}

input.button.select { 
	font-family: "Arial"; 
	font-size: 10px; 
	height: 16px; 
	width: 140; 
	color: #666666; 
	background-color: #eeeeee;; 
	border: 0.02cm ouset #cccccc
}

input.button.selectSmall { 
	font-family: "Arial"; 
	font-size: 10px; 
	height: 16px; 
	width: 75; 
	color: #666666; 
	background-color: #eeeeee;; 
	border: 0.02cm ouset #cccccc
}

/******************* Combo Class *******************/


.combo {  
	width: 100; 
	color: #000000;
	font-family: "Arial"; 
	font-size: 10px; 
	background-color: #ffffff;
	border: 0.02cm outset #eeeeee
}


.textSearchRef { 
	height: 14px; 
	width: 50px; 
	font-family: "Arial"; 
	font-size: 10px;  
	background-color:#eeeeee; 
	border: 0.02cm outset #eeeeee
}

.cbFilterCategorie { 
	height: 14px; 
	width: 200px; 
	font-family: "Arial"; 
	font-size: 10px;  
	background-color:#eeeeee; 
	border: 0.02cm outset #eeeeee
}

/******************* List Class *******************/


.list {  
	width: 200; 
	color: #000000;
	font-family: "Arial"; 
	font-size: 10px; 
	background-color: #ffffff;
	border: 0.02cm outset #eeeeee
}

.sended { 
	
	color:#35da15; 
	font-size:8pt; 
	font-family:"Arial"; 
	
}