.input {
padding:3px;
border-radius:5px;
width:200px;
box-shadow:1px 1px 2px #C0C0C0 inset;	
}

.input2 {
padding:3px;
border-radius:4px;
width:50px;
box-shadow:1px 1px 2px #C0C0C0 inset;	
}

.input3 {
padding:3px;
border-radius:5px;
width:400px;
box-shadow:1px 1px 2px inset;
}

.fond {
	background-color: rgb(255,34,76);

}