/* CSS Document */

div.form-clear {
	clear:both;
	height:0px;
	font-size:0px;
}

.contact-input {
	width:280px;
	height:17px;
	border:0px;
}

.contact-textarea {
	width:100%;;
	height:175px;
	border:0px;
	overflow:hidden;
}

.contact-holder {
	width:50%;
	height:auto;
	float:left;
}

.search-input {
	height:17px;
	border:0px;
}

p.text {
	margin:0px;
	padding:0px;
	line-height:10pt;
	font-weight:bold;
}

.form-clear {
	height:1px;
	font-size:0px;
	clear:both;
}