.error {
	color: red;
	font-size: 12px;
	display: none;
	margin-bottom: 0;
}

.img-wrapper {
	border: 1px solid #777;
	padding: 20px;
	background-color: #f0f0f0;
	text-align: center;
	margin-bottom: 20px;
	display: none;
}

.center {
	text-align: center;
}

.alert-success, .alert-warning {
	color: #333;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

td input {
	margin-left: 15px;
}

#agreed-error {
	display: none;
}

form#data-form  > *{
	font-size: 14px;
}

form#data-form  .error{
	font-size: 12px;
	color: red;
}

form#data-form  .descr{
	font-size: 12px;
	font-style: italic;
}

.error_msgs_plushki{
	color: red;
}