@charset "utf-8";
/* CSS Document */
#location{
	float:right;

}
#form-err{
	height:15px;
	color:#930;
	font-weight:bold;
	margin-bottom:10px;
}
#formWrap{

	width:500px;
	float:left;
}
.f-row{
	clear:both;
	width:400px;
	margin-top:7px;
	height:15px;
}
.f-elem{
	
	float:left;
	font-size:11px;
	width:135px;;
	text-align:right;
	margin-right:15px;
}
.f-input{
	display:inline;
	padding-top:2px;
	float:left;
	padding-left:0;
	margin-left:5px;
}
#subRow{
	margin-left:0px;
}
.input{
	border: 1px solid #7f9db9;
	font-size:11px;
	height:13px;
	width:200px;
}
#query{
	height:100px;
}
.customSubmit{
	text-align:center;
}
.customSubmit a{	
	padding-top:6px;
	display:block;
	width:144px;
	height:26px;
	background:url(../images/pageElements/button2.jpg);
}
.customSubmit a:hover{
	background:url(../images/pageElements/button.jpg);
}
#lastRow{
	height:110px;
}
#conPage h1{
	margin-bottom:6px;
}
