@charset "utf-8";
/* CSS Document */
html, body{
	font-family:Tahoma, Geneva, sans-serif;
}

.tabform {
	border:1px solid #999;
	width:700px;
	height:500px;
	background:#ffffcc;
}

select {
	text-align:center;
	width:380px;
	/*border:2px solid #009;*/
}

.champ {
	text-align:center;
	width:380px;
	/*border:2px solid #009;*/
}

textarea {
	/*border:1px solid #009;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-style:italic;
	width:380px;
}

.message {
	width:700px;
	height:120px;
	background: #c10077;
	border:1px solid #0C0;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

.menu {
	width:50%;
}

.titrediv {
	border:1px solid #666;
	background-color: #CFF;
	width:200px;
	text-align:center;
}

.textaide {
	font-size:12px;
}