/* ----- IDS ----- */

#contact-form{
	background:#fff;
	padding: 0;
	margin: 0;
}

	#contact-form[id]{
		padding-bottom:7px;
	}

FORM

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

#contact-form ul{
	width: 100%;
	position: relative;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

	#contact-form ul li{
		width: 75%;
		line-height: 2em;
		margin: 0;
		padding: 1px 4px 6px 4px;
		display: inline-block;
		list-style-type: none;
	}
	
		#contact-form ul li:after{
			content:"."; 
			display: block;
			height: 0; 
			clear: both; 
			visibility: hidden;
		}

		#contact-form ul li div{
			float: left;
			display: inline;
			margin-right: 5px;
			font-size: .85em;
		}


			#contact-form ul li div p{
				margin: 0 0 3px 0;
			}

	/* ----- IE Win Hack ----- */
	
	* html form ul li {height: 1%;}
	
	/* ----- IE Mac Hack ----- */
	
	* html>body #contact-form ul li div{
		display: block;
		width: 1em;
	}

/* ----- BUTTONS ----- */

#contact-form .form-buttons{
	clear: both;
	margin: 10px 0 20px 7px;
	padding: 0;
}

	#contact-form .form-buttons .form-button{
		font-size: 1em;
		margin: 0 5px 0 0;
		padding: 0 7px;
		cursor: pointer;
	}


/* ----- FIELDS AND LABELS ----- */

#contact-form label.desc{
	font-weight: bold;
	line-height: 125%;
	padding: 4px 4px 1px 0;
	border: none;
	color: #444;
	display: block;
	font-size:1em;
}

#contact-form input.text, #contact-form select.select, #contact-form textarea.textarea{
	font-size: 1em;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(images/fieldbg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

	#contact-form input.text{
		padding: 2px 0;
	}
	
	#contact-form textarea.textarea{
		margin-top: 1px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#contact-form select.select{
		margin: 1px 0;
		padding: 1px 0 0 0;
	}

/* ----- SIZES ----- */

#contact-form .full{
	width: 100% !important;
}

#contact-form input.large, #contact-form select.large, #contact-form textarea.textarea{
	width: 99%;
}

#contact-form textarea.medium{
	height: 15em;
}

/* ----- INSTRUCTIONS ----- */

#contact-form ul li p.instruct{
	display: block;
	margin-top: 5px;*/
	padding:.5em;
	line-height: normal;
	color: purple;
	font-size: .75em /*!important*/;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
