.forma-info-main ol {
	list-style: none; 
	counter-reset: li; 
}
.forma-info-main > ol {
	padding-left: 0px;
}

.forma-info-main li:before {
	counter-increment: li; 
	content: counters(li,".") ". "; 
}
.forma-info-main li {
	margin-bottom: 5px;
	margin-top: 5px;
}
.forma-info-main p {
	margin: 0px;
	margin-top: 5px;
}

.form-s > div {
	margin-bottom: 14px;
}
.form-s > div > label {
	display: block;
	margin-bottom: 5px;
	line-height: 20px;
}
.form-s > div > input {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
}
.form-s > div > textarea {
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 5px;
}

.soauthor > button {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 10px 20px 10px 40px;
	cursor: pointer;
	background-image: url('/modules/forma/images/addperson.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: 10px;
	background-size: 20px;
}

.soauthor > div > div {
	border: 1px solid #ddd;
	padding: 5px;
	margin-top: 5px;
	padding-right: 100px;
	background-color: #fafafa;
	position: relative;
}

.soauthor > div > div > div {
	display: inline-block; 
	width: 30%;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 5px;
}

.soauthor .cancel {
	color: #f00;
	position: absolute; 
	right: 0px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	width: 100px;
	text-align: center;
	cursor: pointer;
}

.soauthor .cancel:hover {
	text-decoration: underline;
}

.soauthor label {
	display: block;
}

.soauthor input {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
}

.forma-info-button {
	display: inline-block; 
	vertical-align: top; 
	padding: 0px 5px;
	background-image: url('/modules/forma/images/form-question.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.forma-info {
	padding: 10px 10px; 
	border: 1px solid #f3eec6;
	background-color: #f8f7ed;
	display: none;
	margin-bottom: 10px;
	position: relative;
}
.forma-info-closex {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}
.forma-info-button-text {
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

.forms-send {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 10px 20px;
	cursor: pointer;
}

.input-error {
	border: 1px solid #f00 !important;
}

.form-s-sended {
	font-size: 120%;
	font-weight: bold;
}

.loading {text-align: center;}

.forma-error-cap {
	color: #f00;
	font-weight: bold;
	display: none;
}

.forma-error {
	color: #f00;
	font-weight: bold;
	display: none;
}