/* Form */
.errAst {
	display: none;
	color: #f00;
	font-size: 10pt;
	font-weight: normal;
	top: 12px;
	float: right;
}

.itemform {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-group label{
	margin: 0;
}

.itemform input {
	color: #333 !important;
}

.itemform textarea {
	color: #333 !important;
	min-height: 40px !important;
}

.red {
	color: red !important:
}

// input[type=text], input[type=email], input[type=tel], textarea[type=text] {
// 	background-color: #fff;
// 	border: 1px solid #ccc;
// 	border-left: 3px solid #f00;
// 	padding: 10px;
// }

// input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea[type=text]:focus {
// 	box-shadow: 0 0 5px rgba(174, 45, 91, 1);
// 	padding: 10px;
// 	border: 1px solid rgba(174, 45, 91, 1);
// }
