@charset "UTF-8"


/* form */
.wrapperForm {
	margin: 0px;
	vertical-align: bottom;
	background: #FF0000;
	bottom: 0px;
	position: absolute;
	padding: 0px;
}
.formUl {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: relative;
}
.formLiFirst {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 325px;
	list-style: none;
}
.formLi {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 85px;
	text-align: center;
	list-style: none;
}
.formLiComment {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
.formLiCommentSplitLR {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
.formDottedDividerFirst {
	border-top: 1px dotted #a0a0a0;
	border-bottom: 1px dotted #a0a0a0;
}

.formDottedDivider {
	border-bottom: 1px dotted #a0a0a0;
}
