/*
Title: Styles for Jordan Real Estate Group Forms
Author: CJS
*/
fieldset {
	margin: 10px 30px;
	padding: 10px;
	border: 1px solid #ccc;
	background:#f8f8f8;
	margin-left:auto;
	margin-right:auto;
}
legend {
	font-weight:bold;
	font-size:16px;
	color: #740000;
}
label{
	float:left;
	color:#000000;
	width:195px;
	font-size:15px;
	font-weight:bold;
	padding-right:8px;
	text-align:right;
	cursor:pointer;
}
textarea {
	width:425px;
	height:150px;;
}
.input_size50 {
  width:50px;
}
.input_size100 {
  width:100px;
}
.input_size150 {
  width:150px;
}
.input_size200 {
  width:200px;
}
.input_size250 {
  width:250px;
}
.input_size300 {
  width:300px;
}
.input_size350 {
  width:350px;
}
.input_size400 {
  width:400px;
}
.input_size450 {
  width:450px;
}
.input_size500 {
  width:500px;
}
input.checkbox input.radio input.submit{
	width:auto;
}
input[type="text"]:focus, textarea:focus, select:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	background:#ffc;
}
input[type="text"], textarea {
	border-top:2px solid #999;
	border-left: 2px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
form div {
	clear:left;
	padding-top:3px;
	padding-bottom:3px;;
}
form div.submitbut {
	text-align:center;
}
.form_errors {
	background-color: #FFE1E1;
	display: block;
	padding: 10px;
	border: 2px solid #F00;
}
.form_errors p {
	font-size: 1.2em;
	font-weight: bold;
	color:#000;
}
.form_instructions {
	text-align:center;
}
.row_multi_col {
	width:auto;
	float:left;
}
.row_multi_col_right {
	clear:none;
	padding-left:8px;
}
.row_multi_col_label {
	width:auto;
}
.required-field {
	color:#DF0000;
	font-weight:bold;
	font-size:18px;
}

/*Form Specific Styles*/
/*Contact Us Form*/
#contactus {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
#contactus fieldset{
	width:625px;
}
#contactus label{
	width:175px;
}
.contactus_recaptcha {
	padding-left:180px;
}
.contactus_form_errors {
	width:625px;
	margin-left:auto;
	margin-right:auto;
}
#contactitems {
	width:400px;
	float:left;
	clear:right;
}
#contactitems label {
	clear:both;
	width:auto;
}
