/********************************************************
************  Paddocks of Saratoga  *********************
*********************************************************
Coded by Yann Bettremieux on Tuesday, February 20, 2007
      (c) Copyright 2006 by Real Estate Arts
	  
	  Edited 09.09.08 (Barb Tai)
*********************************************************
*********************************************************/

#primary {font-family:Verdana, Arial, Helvetica, sans-serif; }

/* CONTACT */

address {
	font-style: normal;
}

.contact #secondary p {
	margin-top: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

#primary form {
	/*margin-top:0px;*/
	/*padding: 0px 0;*/
	/*margin:0;*/
	/*width:490px;*/
	/*height:361px;*/
	/*background: #url(../images/bg-form.jpg) repeat-x;*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}


#primary form p{color: #424e22; font-family:Verdana, Arial, Helvetica, sans-serif; margin-left:35px;}


#primary form em {
	font-weight: bold;
	font-style: normal;
	color: #CC0000;
}

#primary form strong {
	font-weight: normal;
	color: #424e22;
}

#primary form ol {
	margin: 0;
	padding-left:25px;
	color:#424e22; 
}

#primary form ol li {	/* clears the default li formating */
	margin: 0 0px;
	padding: 0 0 6px 5px;
	background: none;
	list-style:none;
}

#primary form fieldset {
	border: none;
}

#primary form legend {
	margin-left:28px;
	padding: 20px 0 10px 0px;
	font-weight: bold;
	color: #424e22;
}

#primary input, #primary textarea {
	border: 1px solid #aaaa97;
}

#primary form label {
	display: inline-block;
	width: 70px;
	vertical-align: top;
	padding-bottom:2px;
}

#first_name, #last_name, #sender_email {
	width: 200px;
}

#subject, #message {
	width: 350px;
}

#message {
	height: 70px;
}

#primary #submit {
	width: 120px;
	margin-left: 260px;
	background-color: #d7d7c8;
	color:#424e22;
}

.alert {
	padding: 10px 0;
	color: #f1f0ea;
	background-color: #424e22;
	text-align: center;
	font-weight: bold;
}

*html #primary form {height: 363px !important;}
*html #primary form ol {margin-left:7px !important;}