#ouvinte{
	
}
#ouvinte label{
	display:block;
	color:#000;
	font-size:12px;
	padding-bottom:10px;
}
#ouvinte label textarea{
	padding:5px;
	font-size:12px;
	width:310px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: solid 1px #D7D7D7;
	height:75px;
}

#ouvinte #buttons{
	text-align:right;
	width:320px;
	margin-bottom:10px;
}
#ouvinte #buttons input{
	background: url(../images/button_70px.jpg) center top no-repeat;
	width:70px;
	text-align:center;
	font-size:11px;
	color:#FFF;
	height:23px;
	border:none;
	padding-top:0px;
	margin-left:5px;
	margin-top:3px;
}
#ouvinte #buttons input:hover{
	background:url(../images/button_70px.jpg) center bottom no-repeat;
	cursor:pointer;
}
#ouvinte .files{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: solid 1px #e1e1e1;
	padding:5px;
	width:310px;
	margin-top:10px;
}
#ouvinte .files input{
	float:left;
	width:150px;
	}
	#ouvinte .files .label{
		display:block;
		padding-bottom:10px;
		height:100%;
		overflow:hidden;
	}
#ouvinte .files .del{
	background:url(../images/icon_dell_files.jpg) center center no-repeat;
	width:30px;
	height:30px;
	float:right;
	filter:alpha(opacity=70);
	opacity:0.70;
}
#ouvinte .files .del:hover{
	filter:alpha(opacity=100);
	opacity:1;
	cursor:pointer;
}
#ouvinte .files a{
	font-size:12px;
	color:#f36;
	padding-left:5px;
	padding-right:5px;
}
#ouvinte .files a:hover{
	background:#f36;
	color:#fff;
}
#ouvinte .files .links{
	text-align:right;
}

#ouvinte .alert-error{
	background:url(../images/error.jpg) left center no-repeat #EEEEEE;
	padding-top:15px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:70px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	color:#333;
	width:230px;
	margin-bottom:10px;
	border:1px solid #e1e1e1;
	margin-top:10px;
}
#ouvinte .alert-ok{
	background:url(../images/ok.jpg) left center no-repeat #EEEEEE;
	padding-top:15px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:70px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	color:#333;
	width:230px;
	margin-bottom:10px;
	border:1px solid #e1e1e1;
	margin-top:10px;
}
