.formItem {
	width: 630px; overflow: auto; padding-bottom: 20px;
}

.formLeftCol {
	float: left; width: 250px; padding-right: 20px;
}

.formRightCol {
	float: left; width: 350px;
}

.formContinueButton a { 
	float: left; margin: 0px 0px 0px 265px; width: 128px; 
	height: 41px; text-decoration: none; font-size: 9px; 
	background: url("../img/form/continue.gif") 0 0 no-repeat; 
}

.formContinueButton a:visited { 
	background-position: 0 0px; text-decoration: none; 
}

.formContinueButton a:hover { 
	background-position: 0 -42px; text-decoration: none; 
}

.formContinueButton a:active { 
	background-position: 0 0px;  text-decoration: none; 
}