@charset "utf-8";

img.num{
	vertical-align:middle;
}
p.flow{
	margin-bottom:30px;
}
fieldset{
	background: rgb(228,233,201) url(../images/bg-rose.jpg);
	margin-left:10px;
	border:2px solid  rgb(166,153,109);
	padding:10px;
	font-size:90%;
	line-height:150%;
}
fieldset table{
	width:100%;
}
span.required{
	color:red;
}
span.green{
	color:rgb(51,158,147);
}
td.nowrap{
	white-space:nowrap;
}
input.on, textarea.on{
	ime-mode:active;
	background:rgb(253,255,236);
}
input.off, textarea.off{
	ime-mode:disabled;
	background:rgb(253,255,236);
}
input, textarea{
	font-size:110%;
}
input[type="submit"], input[type="reset"]{
	padding:0.2em 1em 0.2em 1em;
	font-size:100%;
	font-weight:bold;
	cursor:pointer;
}
#capt{
	width:120px;
	height:30px;
	/*float:left;*/
}
#reload{
	width:32px;
	height:32px;
	margin-left:130px;
	cursor:pointer;
}
.clearL{
	clear:left;
}
input.certif{
	background: rgb(235,201,217) ;
}
input.clear{
	background: rgb(200,234,241) ;
}
input.certif:hover{
	background:rgb(255,197,80) ;
}
input.clear:hover{
	background:rgb(255,197,80) ;
}
hr{
	margin:10px 0 20px;
	background:rgb(129,189,198);
	border:none;
	color:rgb(129,189,198);
	height:2px;
	width:100%;
}