.smallQuest {
	padding-bottom: 35px;
	padding-right: 20px;
}


.smallQuest .quest {
	font-weight: bold;
}

.smallQuest .qname {
	color: Gray;
	padding-bottom: 5px;
	padding-left: 14px;
	padding-top: 4px;
}

.smallQuest .answer {
	padding-left: 14px;
}

.smallQuest .more {
	color: #EC1119;
	text-align: right;
	display: block;
	position: relative;
	text-decoration: none;
}

.smallQuest .more:hover {
	text-decoration: underline;
}

.form {
	padding: 5px;
	padding-top: 30px;
}

.form  .formZag {
	position: relative;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}


.form td {
	padding-bottom: 4px;
}

.form .name {
	text-align: right;
	padding-right: 10px;
}

.form .inp {
	width: 200px;
	border: 1px solid #B9B9B9;
}

.form textarea {
	width: 300px;
	height: 150px;
	border: 1px solid #B9B9B9;
}

.form .submit {
	position: relative;
	border: 1px solid black;
	display: block;
	width: 100px;
	height: 20px;
	margin: auto;
	margin-top: 10px;
}

.form  .error {
	color: Red;
	padding-left: 10px;
}

.myError {
	color: Red;
}

.myError .inp, .myError textarea {
	color: Red;
}
