#carbuncle_form {
	margin: 0 10px;
	line-height: 150%;
}
#carbuncle_form .es  {
	color: #ff3333;
	font-weight:bold;
	font-size: 80%;
}
#carbuncle_form input,
#carbuncle_form  select,
#carbuncle_form  textarea {
	position:relative;
	top: 5px;
	color: #666666;
	margin-bottom: 3px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc #e9e9e9 #e9e9e9 #cccccc;
	background-color:#f6f6f6;
}
#carbuncle_form input.btn {
	position:relative;
	top: 4px;
	width: auto;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #e9e9e9 #999999 #999999 #e9e9e9;
	background-color: #cccccc;
}
#carbuncle_form dl {
	font-size: 12px;
	line-height: 1.8em;
	margin: 10px 0px 25px;
	border-width: 0 1px 1px;
	border-color: #ded5c8;
	border-style: solid;
	background: #faf7f0;
}
#carbuncle_form dl dt {
	padding: 0 5px;
	border-top: 1px solid #ded5c8;
}
#carbuncle_form dl dd {
	margin: -1.8em 0 0 10em;
	padding: 0 10px 6px;
	border-left: 1px solid #ded5c8;
	background: #fcfcfc;
}
#carbuncle_form .err {
	color: #cc3333;
}
#carbuncle_form .link {
	text-align: center;
	font-size: 75%;
}
