/*form area*/

#form {
	width:260px;
	position:absolute;
	left:25px;
	top:119px;
	font-size:0.9em;
	line-height:2.2em;
	z-index: 500;
}

input.searchbox {
	color:#9aa5a8;
	font-size:1em;
	background-color:#ffffff;
	width:100%;
	border:1px;
	border-style:solid;
	border-color:#718084;
	margin-top:0em
}
input.contact {
	color:#697A8C;
	font-size:0.8em;
	background-color:#ffffff;
	width:50%;
	border:1px;
	border-style:solid;
	border-color:#718084;
	margin-top:0em
}
select {
	border:solid 1px #718084; 
	width:265px;

}
input.quicksearch {
	color:#697A8C;
	font-weight:normal;
	font-size:1em;
	background-color:#ffffff;
	border-style:solid;
	border-color:#ea7bbd;
	margin-top:0.5em;
	padding:0.2em 0.4em 0.2em 0.4em
}

textarea {
	border:solid 1px #888888;
	width:100%;
	margin-bottom:10px
	}
	
textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	color:#9aa5a8;
	font-size:1em;
	background-color:#ffffff;
	border:1px;
	border-style:solid;
	border-color:#718084
}
div.text-change a:link, div.text-change a:visited {
	background-color:white;
	text-decoration:none;
	border-bottom:none
}
div.text-change a:hover {
	background-color:white;
	text-decoration:none;
	border-bottom:none
}
span.inputlabel {
	font-size:1.1em;
	padding-top: .0em; padding-bottom: .0em;
	color:#9aa5a8;
	background-color:#f2efe8;
	margin-top:.5em;
	margin-bottom:.5em
}
