/* ---------------------------------------------------------------------------

 	Form Styles
	
	Davidson Realty			
	http://davidsonrealtyblog.com
	
	Author: Wingard Creative
	http://wingardcreative.com

--------------------------------------------------------------------------- */

div.form_container { margin-bottom: 25px; }

label { padding-right: 10px; color: #333; }

label.more { padding-right: 0; }

span.notice {
	padding: 0 2px;
	background-color: #fc0;
	color: #333;
	font-size: 90%;
}

p span.notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

input, select, textarea { font-size: 100%; }

textarea { height: 100px; }

/* two column forms ------------------------------ */

dl.two_column { width: 100%; }

dl.two_column dt {
	float: left;
	width: 20%;
	margin: 0;
	line-height: 22px;
	text-align: right;
}

dt label { font-weight: bold; }

dt.wgv {
	background-color: #EAE1C2;
}

dl.two_column dd {
	margin: 0 0 0 22%;
	margin-bottom: 10px;
	line-height: 22px;
}

dl.one_column dd {
	margin-bottom: 5px;
	line-height: 22px;
}

/* NOTE: used to break and create rows for relative font size increase */

dl.two_column dd.clear,
dl.one_column dd.clear {
	clear: both;
	margin-left: 0;
	padding-bottom: 4px;
}

dl.two_column dd.clear hr,
dl.one_column dd.clear hr { display: none; }

/* sub fields */

dl.two_column dd.sub { margin-bottom: 7px; font-size: 90%; }

dl.two_column dd.sub label { color: #666; }

/* full column dds */

dl.two_column dd.column_full { margin-left: 0; }

/* notes and formatting examples */

.note { font-size: 90%; color: #666; }

/* lists within dds */

dl.two_column dd ul, 
dl.two_column dd li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* remember me */

dd.remember label { font-size: 90%; color: #666; }

/* field widths */

.full { width: 98%; }

.medium { width: 35%; margin-right: 10px; }

.small { width: 15%; }

.radio { margin-right: 5px; }

select.small { margin-right: 10px; }

/* submit */

input#submit,
input#friendSubmit,
input#agentSubmit { 
	margin-right: 25px;
	font-size: 100%; 
}

input#submit.right,
input#friendSubmit.right,
input#agentSubmit.right {
	float: right;
	margin-right: 0;
}

dl.two_column dd.submit { margin-bottom: 0; }

dl.two_column dd.submit input { margin-right: 5px; }

/* form messages */

div.message {
	margin-bottom: 20px;
	padding: 10px 15px;
	color: #58513B;
	border: 2px solid #dcdcdc;
	font-weight: bold;
}

div.message p {
	margin-bottom: 0;
	padding-left: 18px;
	background: url(../images/icon-confirm.gif) no-repeat 0 50%;
}

div.message ul { 
	margin: 0; 
	list-style: none;
}

div.error { color: #333; }

div.error li {
	padding-left: 18px;
	font-weight: normal;
	background: url(../images/icon-error.gif) no-repeat 0 50%;
}

div.error span { 
	color: #c00; 
	font-weight: bold;
}

/*  ---------------------------------------------------------------------------

	=Contact Forms

--------------------------------------------------------------------------- */

#contact_form,
#emailAgent,
#emailFriend {
	padding-top: 10px;
	margin-bottom: 20px;
	border-top: 4px solid #e5e5e5;
}

#contact_form dl.two_column dt,
#emailAgentForm dl.two_column dt,
#emailFriendForm dl.two_column dt {
	text-align: left;
}

#contact_form dl.two_column dd.clear,
#emailAgentForm dl.two_column dd.clear,
#emailFriendForm dl.two_column dd.clear {
	background: url(../images/bg_opendot.gif) repeat-x bottom left;
}

/*  ---------------------------------------------------------------------------
	=Search Homes Form
--------------------------------------------------------------------------- */

#find-home {
	margin-left: 10px;
	margin-bottom: 60px;
}

#find-home h2 {
	padding: 20px 0 0 0;
	margin-left: 10px;
}

/* one column form for buy, sell and rent page */
#find-home dl.one_column {
	margin-left: 10px;
}

#find-home dl.two_column { width: 250px; }

#find-home dl.two_column dt {
	width: 100px;
	padding: 5px 0;
	padding-left: 11px;
	line-height: 21px;
	text-align: left;
}

#find-home dl.two_column dt.long {
	width: 200px;
}

#find-home dt label { 
	color: #58513b;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold; 
}

#find-home dl.two_column dd {
	margin: 0;
	padding: 5px 0;
	padding-right: 0px;
	line-height: 22px;
	text-align: right;
	font-size: 85%;
}

#find-home dl.two_column dd.clear {
	padding: 0;
	margin: 0;
}

#find-home dl.two_column dd.last {
	padding-bottom: 20px;
	margin-bottom: 5px;
}

#find-home .full { width: 135px; }

#find-home #search {
	background: url(../images/btn-search.png) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	height: 38px;
	padding-right: 5px;
	text-indent: -9999px;
	width: 124px;
}

/*  ---------------------------------------------------------------------------

	=SPECIFIC Messages

--------------------------------------------------------------------------- */

#messages {
	margin-bottom: 20px;
	background-color: #eae1c2;
	font-weight: bold;
	font-style: italic;
}

#messages ul {
	padding: 10px;
	list-style: none;
}

#messages ul li {
	color: #6c5d3a;
}

#messages ul li.error {
	color: #900;
}


/* ---------------------------------------------------------------------------
	=header-search
--------------------------------------------------------------------------- */
#header-search {
	float: right;
	position: relative;
	width: 400px;
}

#header-search form {
	background: url(../images/bg-search.png) no-repeat 0 0;
	padding-top: 45px;
}

#header-search dl.two_column dt {
	float: left;
	width: 25%;
	margin: 0;
	line-height: 20px;
	text-align: right;
}

#header-search dl.two_column dd.clear {
	clear: both;
	margin-left: 0;
	padding-bottom: 0px;
}

#header-search label {
	color: #fff;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.92em;	
}

#header-search select {
	width: 150px;
}

#header-search #btn-search {
	background: url(../images/btn-search.png) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	height: 38px;
	left: 275px;
	position: absolute;
	text-indent: -9999px;
	top: 90px;
	width: 124px;
}

#email_confirm { display: none; }
