.fs_type_select_div {
	width: 100%;
	overflow: auto;
}

div.fs_type_select {
	width: auto;
	/*height: 110px;*/
}

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

.fs_type_select_option a:hover {
	border: 1px solid #7FAAFF;
	background: #E0E9F1;
}

.fs_type_select_option a.fs_type_selected {
	border: 1px solid #7FAAFF;
	background-color: #E0E9F1;
}

div.formsuite_page_div {
	margin: 0px;
}

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

div.formsuite_column_div {
	float: left;
	/*width: 650px !important;*/
}

.column {
	float: left;
}

.formsuite_block {
	float: left;
}

.question_above .label {
	float: none;
	text-align: left;
	width: auto;
}

.fs_button {
	padding: 2px 10px;
	border: 1px solid #888;
	margin-left: 5px;
}

div.fs_buttons {
	float: right;
	clear: both;
}

div.preview div.formsuite_pages, div.preview div.formsuite_page_div, div.preview div.page {
	width: 100%;
}

