@charset "UTF-8";
/* CSS Document */

#form {
	color: #333;
	padding-bottom: 50px;
}
#form dt {
	font-size: 80%;
	padding-left: 5px;
	padding-top: 10px;
}
#form dd {
	font-size: 80%;
	padding: 5px;
	margin-bottom: 20px;
}


#form input {
	position:relative;
	z-index:2;
	margin: 0px;
	padding: 5px;
}
#form textarea {
	padding: 5px;
}
#form dl dt span{
   color:red;
   font-weight:bold;
}
dl dd label{
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
dl dd.error input , dl dd.error textarea , dl dd.error label, dl dd.error select {
	background:#FFCCCC;
}
* html dl dd.error label {
	background:none;
}
*+html dl dd.error label{
	background:none;
}
dl dd p.error{
	margin:0;
	color:red;
	font-weight:bold;
	margin-bottom:1em;
} 
.red {
	color: #F00;
}
input.txt_single {
	width: 95%;
}
textarea {
	width: 95%;
}
