#carbuncle_form {
	margin: 10px;
}
#carbuncle_form .es  {
	color: #ff3333;
	font-weight:bold;
}
#carbuncle_form input,
#carbuncle_form  select,
#carbuncle_form  textarea {
	width: 300px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc #e9e9e9 #e9e9e9 #cccccc;
	background-color:#f6f6f6;
}
#carbuncle_form input.btn {
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #e9e9e9 #999999 #999999 #e9e9e9;
	background-color: #cccccc;
}
#carbuncle_form table {
	margin: 10px 25px;
	border-collapse: separate;
	border-spacing: 2px;
}
#carbuncle_form table tr td.form-label {
	padding: 10px;
	background: #ffff;
	border-right: 2px solid #dddddd;
	border-bottom: 1px dotted #dddddd;
}
#carbuncle_form table tr td.form-input {
	padding: 10px;
}
#carbuncle_form .err {
	color: #cc3333;
}
#carbuncle_form .link {
	text-align: center;
	font-size: 75%;
}
div.phone-fax {
	width: 300px;
	height: 80px;
	margin: 10px auto 40px;
	text-indent: -9999px;
	background: url( img/phone-fax.gif ) center center no-repeat;
}
