@charset "utf-8";



table{
	margin:2em 0;
}

tr{
	vertical-align: middle;
}

th{
	width: 120px;
	text-align:right;
}

#name,#mail{
	width: 20em;
}

#text{
	width: 23em;
	height: 16em;
}
	

p{
	marign: 0;	
}


#send,#consent {
    text-align: center;
}


#button, #submit {
    background: #7a4b45;
    border: 1px solid;
    color: #FFFFFF;
    margin: 10px;
    padding: 3px;
}

#prev{
	background: #7a4b45;
	border: 1px solid;
	color: #FFFFFF;
	margin: 10px;
	padding: 5px 15px;
}
#prev:hover {
	text-decoration:none;
}
.require {
    color: #FF9900;
}

.alert {
	color: #f33;
	font-weight: 800;
	font-size:100%;
	margin: 0;
}