
/* formulaires Typo3 css */

	.csc-mailform { border:0px; font-size:1em; color:#000; width:500px; margin-left:10px;}
	
	.csc-mailform-submit {
	background-color: #d42627;
	}	
	
	.csc-mailform label {
	float:left;
	text-align:left;
	font-size:12px;
	width:120px;
	}

	.csc-mailform textarea 		{ 
        border: 1px #00aeef solid;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #000;	
	line-height: 15px;
	background-color: #fff;
	margin:3px;
	padding:2px;	

	}

	.csc-mailform input,.csc-mailform select{ 
        
	border: 1px #00aeef solid;
	font-size: 11px;
	font-weight: normal;
	color: #000;	
	line-height: 15px;
	background-color:#FFF;
	margin:3px;
	padding:2px;
	
}
