.fs_type_select {
	width: 780px;
}

.fs_type_select_option a {
	float: left;
	display: block;
	width: 80px;
	height: 110px;
	background: #f7f7f7;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	color: black;
	text-decoration: none;
	margin-right: 4px;
	font-size: 10px;
}

.fs_type_select_option a:hover {
	border: 1px solid #c24733;
	background: #f1e8e6;
}

.fs_type_select_option a.fs_type_selected {
	border: 1px solid #c24733;
	background: #f1e8e6;
}

div.formsuite_page_div {
	margin: 0px;
}

.fs_next_page, .fs_previous_page, .fs_submit {
	cursor: pointer;
}
