.hi
{
	display:none;
}
p
{
	margin: 0;
	padding: 0;
	font-family:verdana;
}
.inp
{
	width:200px;
}
#send
{
	width:580px;
	height:15px;
}
#message
{
	width:250px;
	height:100px
}
#send input
{
	height:18px;
	font-size:10px;
	width:70px;
	color:#ffffff;
	background:#184980;
	cursor: pointer;
	float:right;
	border:0px !important;
	
}
#send input:hover
{
	border: 0px  !important;
	background:#184980 !important;
	cursor: pointer;
}

#erreur
{
	opacity:0.9;
	position:absolute;
	width:480px;
	margin-left:-240px;
	margin-top:340px;
	top:0px;
	left:50%;
	background:#184980;
	color:#ffffff;
	font-size:12px;
	padding:20px;
	cursor:pointer;
	border:double 3px #ffffff;
}
