@import url('errors.css');

label {
	font-weight: bold;
	color: #000;
	display:block;
	float:right;
	padding-right: 10px;
	width: 90px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 230px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 380px;
  text-align: left;
} 

input, textarea, .options {
	font: 1em "lucida sans", verdana, sans-serif;
	padding: 0.2em;
}

.options input {
	float: none;
	padding-left: 0;
}
div.buttons {
	clear: both;
	float: right;
	width: 495px;
	padding-top: 20px;
}

input[type="submit"] {
	background: #24C9FF;
	border-top: 2px solid #001C55;
	border-right: 2px solid #001C55;
	border-bottom: 2px solid #001C55;
	border-left: 2px solid #001C55;
	color: #001C55;
	float: left;
	margin-left: 115px;
	font-weight: bold;
}

input[type="reset"] {
	background: #9FE8FF;
	border-top: 2px solid #001C55;
	border-right: 2px solid #001C55;
	border-bottom: 2px solid #001C55;
	border-left: 2px solid #001C55;
	color: #001C55;
	float: left;
	margin-left: 5px;
}

input[type="text"] {
	border-top: 2px solid #001C55;
	border-right: 2px solid #001C55;
	border-bottom: 2px solid #001C55;
	border-left: 2px solid #001C55;
	color: #515151;
	float: left;
}

textarea {
	border-top: 2px solid #001C55;
	border-right: 2px solid #001C55;
	border-bottom: 2px solid #001C55;
	border-left: 2px solid #001C55;
	color: #515151;
	float: left;
	scrollbar-arrow-color: #001C55;
	scrollbar-base-color: #001C55;
	scrollbar-darkshadow-color: #001C55;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #F1EAE7;
	scrollbar-shadow-color: #001C55;
}

.clearthis {
	clear: both;
}

.formw_opt_out {
	color: #666666;
	font-size: 12px;
}
