

.formTable {
	color:			#666666;	
}

input[type="text"] {
	width:			300px;
	margin:			0 0 4px 0;	
}

input[type="text"].inputZipcode {
	width:			63px;
}

input[type="text"].inputCity {
	width:			220px;
	margin:			0 0 4px 10px;
}

input[type="submit"] {
	background:		url(/images/bt-send.png) no-repeat;
	cursor:			pointer;
	width:			71px;
	height:			35px;
	color:			#000000;
	text-align:		center;
	border:			0px;	
}

.formCellTitle {
	width:			140px;
	color:			#666666;
}