
form {
	background:rgba(180, 180, 180, 0.90);
	position:relative;
	top:0px;
	/**/verflow:hidden;
	/**/
	height:auto;
	width:400px;
	margin:0px auto 5px auto;
	padding:5px; 
	border: 1px solid #fff;
	border-radius: 5px; 
	/**/box-shadow: 0px 0px 3px rgba(150, 150, 150, 0.90);
	/**/
}


label {
	margin: 5px 10px 0 0; 
	font-size: 14px; 
	color: rgba(0, 0, 0, 0.90);
	text-transform: uppercase; 
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.70);
	white-space: pre;
	text-align: justify;
}

input[type=text], textarea {
	font: 14px normal normal uppercase helvetica, arial, serif;
	color: rgba(100, 100, 100, 0.90);
	background:none;
	width: 380px; 
	height: 20px;
	padding: 0px 10px; 
	margin: 0 0 10px 0;
	border:1px solid rgba(200, 200, 200, 0.70);
	border-radius: 5px; 
	box-shadow:  inset 0px 0px 1px rgba(180, 180, 180, 0.70);
	white-space:nowrap;
	text-align: justify;
}	

		textarea { 
		height: 30px; 
		padding-top:5px;
		max-width: calc(100% - 20px);
		}

		textarea:focus, input[type=text]:focus {
		background:rgba(255,255,255,.60);
		height: auto; 
		}

form input[type=submit] {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0px 6px 8px 1px rgba(150, 150, 150, 0.9) inset, 0px 0px 15px 0px rgba(180, 180, 180, 0.9) inset;
	
	color: rgba(133, 133, 133, 0.90);
	cursor: pointer;
	font-family: "ISOCPEUR PERSO",sans-serif;
	font-size: 15px;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.90);
	width: 100%;
}

form input:hover[type=submit] {
	color:rgba(10, 10, 10, 0.70);
}