#komplektAddPage {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}

#komplektAddPage h2 {
	margin-bottom: 1rem;
}

#komplektAddForm {
	position: relative;
}

#komplektAddForm .form_message {
	width: 100%;
}

#komplektAddForm input[type="text"] {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #fff;
	border-radius: 8px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ababab;
	font-size: 14px;
	width: 260px;
}

#komplektAddForm textarea {
	padding: 10px 8px;
	background-color: #fff;
	border-radius: 8px;
	font-size: 14px;
	width: 260px;
}

#komplektAddForm input[type="submit"] {
	border-radius: 15px;
	min-width: auto;
	width: 260px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	cursor: pointer;
	border: none;
}

#komplektAddPage .req {
	color:red;
}

#komplektAddPage .field {
	margin-bottom: 0.7rem;
}

#komplektAddPage .field .title {
	margin-bottom: 0.3rem;
}