/* Form elements */
form {
  padding: 0;
  margin: 0;
}
form p {
  border-bottom: 1px solid #333333;
  padding: 12px 0 5px 0;
  margin: 0;
  color: #A45E35;
}
label {
	display: block;
	font-size: 11px;
	color: #8c8c8c;
	margin-bottom: 10px;
}

input.form-text, select.form-select, textarea.form-textarea {  
	outline: none;
	display: block;
	border: 1px solid #212121;
	margin-bottom: 12px;
	padding: 5px;
	width: 90%;
	font-size: 11px;
	color: #b3b3b3;
}

form input.form-text {background: #101010 url(../images/forms/input.jpg) repeat-x left center; max-width: 283px; height: 15px;}
form input.form-text:focus {}

form select.form-select {background: #101010; height: 25px; width: auto;}
form select.form-select:focus {}

form select.form-select option {height: 13px; padding: 5px; width: auto; }
form select.form-select option:focus  {}

form textarea.form-textarea {background: #0c0c0c;}
form textarea.form-textarea:focus {}

form .resizable-textarea .grippie {
	background: #222222 url(../images/forms/grippie.gif) no-repeat center center;;
	border-color: #111111;
	border-style: solid;
	border-width: 0 1px 1px;
	cursor: s-resize;
	height: 9px;
}

input.form-submit {background: #8C8C8C; height: 30px; border-style: solid; border-width: 1px; border-color: #444444 #666666 #666666 #444444; }
input.form-submit:focus {background: #777777;}
input.form-submit:hover {background: #808080;}

fieldset {
  border: 1px solid #222222;
  margin: 1em 0;
  padding: 1em;
}
fieldset legend {
  padding: 0 6px 0 0;
}
fieldset legend a:link {
  color: #8D122D;
}

/* JavaScript enhanced forms */
html.js input.form-autocomplete {
  background-position: 100% 6px;
}
html.js input.throbbing {
background-position: 100% -14px;
}

html.js fieldset.collapsed {
  padding: 0 1em;
}


/* Form errors */
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 1px solid #DD7777;
  background-color: #FFCCCC;
  color: #AC3537;
}

#name, #email, #message, #website {
  width: 380px;
}
input.button {
  font: bold 12px Arial, Sans-serif;
  height: 30px;
  margin: 0;
  padding: 2px 3px;
  color: #fff;
  background: #9CCF5F;
  border-width: 1px;
  border-style: solid;
  border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}