/* ---------------------------------------------------------------------- */
/*  CSS Form  */
#newsletter form{
	width: 400px;
	padding: 10px 0 0 0;
}
#newsletter label {
	font-family: Georgia, "Times New Roman", Times, serif;
	border:none;
	float: left;
	width: 140px;
	text-align: right;
	padding: 5px 5px 0 0;
	
}
#newsletter input {
	float:left;
	border: 1px solid #503f1b; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 140px;
	color: #93815b;
}
#newsletter input.button {	
	background-color: #92815c;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 80px;
	padding: 2px;
}
#lc form{
	width:550px;
	padding:0 0 0 25px;
}
#lc fieldset, #newsletter fieldset{
	border:none;
	margin:0;
	padding:0;
}
#lc label{
	float:left;
	width:150px;
	border:1px solid #CCC;
	margin-top: 2px;
}
.pad {
	padding: 15px 0 5px 0;
}
#lc input, #lc select, #lc textarea{
	float:left;
	width:350px;
	margin-bottom:10px;
	border:1px solid #92815c;
	padding: 2px;
	color: #333;
	font-size: 11px;
}

#lc label{
	border:none;
}	
#lc input.button{
	position:relative;
	float:left;
	width:165px;
	background: url(../images/bg_quotes.jpg) repeat-x;
	margin:0 65px 10px 0;
}	
#lc textarea{
	height:100px;
	width:346px;
	padding: 0 2px 0 2px;
	overflow:auto;
}
#lc legend, #lc input.hidden, #newsletter legend{
	display:none;
}
