/* CSS Document */
input.contactFull {
	width:270px;
}
input.noBg { background:none; }

#contactForm {
	margin: 14px 0px 0px 48px;
	width:690px;
	height:auto;
	font-size:12px;
}
#contactThankYou {
	font-size:12px;
	height:250px;
	margin:20px 0px 0px 18px;
}

.roundyField {
	background-image:url(../images/roundedFormBackground.jpg);
	background-repeat: no-repeat;
	width:282px;
	height:18px;
	overflow:hidden;
	padding:0px 0px 0px 8px;
}
.nonRoundyFields {
	background: none;
	width:290px;
	height:18px;
	overflow:hidden;
}

#middleColumn {
	margin: 0px 8px 0px 8px;
}

#middleColumn input {
	height:18px;
	border:0px solid #cccccc;
	font-size:11px;
	margin-top:2px;
}

#rightColumn {
	float:left;
	margin-left:25px;
}
#leftColumn {
	float:left;
	margin:0px 25px 0px 0px;
}

/* Individual field and container styles */
#city {
	width:156px;
	*width:140px;
	margin-left:8px;
}
#cityContainerOuter {
	float:left;
	margin-right:8px;
	*margin-right:8px;
	width:156px;
	*width:140px;
	background-image:url(../images/roundedFormRightSide.jpg);
	background-position: 147px 0px;
	*background-position: 141px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#cityContainerInner {
	background-image:url(../images/roundedFormLeftSide.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
#cityLabel {
	float:left;
	width:156px;
	*width:150px;
	background:none;
	margin-right:8px;
}


#state {
	width:30px;
	*width:15px;
	margin-left:8px;
}
#stateContainerOuter {
	float:left;
	margin-right:8px;
	*margin-right:8px;
	width:30px;
	background-image:url(../images/roundedFormRightSide.jpg);
	background-position: 21px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#stateContainerInner {
	background-image:url(../images/roundedFormLeftSide.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
#stateLabel {
	float:left;
	width:30px;
	margin-right:8px;
}

#zip {
	width:88px;
	*width:78px;
	margin-left:8px;
	background:none;
}
#zipContainerOuter {
	float:left;
	width:88px;
	*width:94px;
	background-image:url(../images/roundedFormRightSide.jpg);
	background-position: 79px 0px;
	*background-position: 85px 0px;
	background-repeat:no-repeat;
	background-color:#FFF;
}
#zipContainerInner {
	background-image:url(../images/roundedFormLeftSide.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

#phone {
	width:86px;
	*width:84px;
	margin-left:8px;
}
#phoneContainerOuter {
	float:left;
	margin-right:8px;
	*margin-right:9px;
	width:94px;
	*width:84px;
	background-image:url(../images/roundedFormRightSide.jpg);
	background-position: 85px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#phoneContainerInner {
	background-image:url(../images/roundedFormLeftSide.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

#email {
	width:160px;
	*width:150px;
	margin-left:8px;
}
#emailContainerOuter {
	float:left;
	width:188px;
	*width:187px;
	background-image:url(../images/roundedFormRightSide.jpg);
	background-position: 179px 0px;
	*background-position: 178px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#emailContainerInner {
	background-image:url(../images/roundedFormLeftSide.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

