@charset "utf-8";
/* CSS Document */


dl dd{
	font-size:small;
	margin:0;
	padding:10px;
}
dl dd input{
	position:relative;
	z-index:2;
}
dl dd label{
	position:relative;
	padding:5px 5px 5px 25px;
	margin : 0 5px 0 -25px;
	margin-left:-25px;
	position:relative;
	z-index:1;
}
dl dd.error input , 
dl dd.error textarea , 
dl dd.error label {
	background:#EEE;
}
* html dl dd.error label {
	background:none;
}
*+html dl dd.error label{
	background:none;
}
dl dd p.error{
	margin:0 !important;
	color:red;
	font-weight:bold;
	margin-bottom:1em;
}

.form_under p.error{
	margin:0 !important;
	color:red;
	font-weight:bold;
	margin-bottom:1em;
}