/* Neutralize styling: Elements we want to clean out entirely: */

a img {
  border: none;
}

button {
  font-size: 100%;
}

html, body {
	margin: 0;
	padding: 0;
	font: 12px Arial;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

legend {
  display: none;
}

/* Form field text-scaling */
input, select, textarea {
  color: #a0a1a4;
	font: 100%/100% Arial;
}

h1 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0 10px;
}

h2 {
  color: #f79e2a;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 0;
}

h3 {
  color: #f79e2a;
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0 0 0;
}

li {
  list-style:none;
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
}

p {
  margin: 0 0 15px 0;
  font-size: 12px;
}

a {
  color: #f79e2a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
}

.form-label {
  float: left;
  width: 180px;
}

label {
	cursor: pointer;
}

legend {
  display: none;
}

fieldset {
	border: 0;
	padding: 0;
}

input, textarea, select {
	border: #5e6770 1px solid;
	padding: 2px;
}

input {
	width: 160px;
}

textarea {
	height: 60px;
	width: 354px;
}

select {
  width: 260px;
}

.form-row, .form-text {
	border-bottom: #efefef 1px solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.form-button {
	text-align: right;
	margin-bottom: 5px;
  padding-bottom: 5px;
}

.form-button button {
  color: #fff !important;
}

.form-errors {
  border: 2px solid #df0084;
  color: #c00;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}

.form-errors li {
  background: url(../img/error.gif) no-repeat 0 5px !important;
  list-style: none;
  margin: 0 !important;
  padding: 7px 10px 2px 30px !important;
}
