/*
Page Tracker contact form stylesheet
*/

.ptcontact .form-row {
	clear: left;
	margin: 3px 0;
}

.ptcontact fieldset {
	border: none;
	padding: 0;
	text-align: left;
}

.ptcontact label {
	height: 22px;
	line-height: 22px;
}

.ptcontact span {
	display: block;
	float: left;
	width: 120px;
}

.ptcontact .inputbox {
	background: white;
	border: solid 1px #CCC;
	font: inherit;
	line-height: 11px;
	padding: 2px;
}
.ptcontact .inputbox:hover {
	background: #F8FCFF;
}
.ptcontact .inputbox:focus {
	background: #F0F8FF;
}
