@charset "utf-8";

#contactFORM p#hisu{
  padding: 0.3em 5px;
  margin-top: 20px;
  color: red;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
#contactFORM p#ok{
	padding: 0.3em 5px;
  margin-top: 20px;
  color: #FF679A;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
#contactFORM dt{
	width: 11em;
	background: transparent url(../images/bur_02.gif) no-repeat 0 0;
	padding-left: 2em;
	text-align: right;
}
#contactFORM dd{
	margin: -1.7em 0em 5px 0em;
	padding-left: 15em;
	padding-bottom: 3px;
	border-bottom: 1px dotted #E0E0E0;
}
			#contactFORM dd input,
			#contactFORM dd textarea{
				padding: 0.1em 0;
				background-color: #FFF;
				border: 1px solid #CCCCCC;
			}
.submit{
	background: none !important;
	text-align: center;
	margin: 0 auto;
}

