.f-contact input[type="text"] {
	border: none;
	border-bottom: 1px solid #464646;
	text-align: left;
	width: 100%;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 10px;
	padding-bottom: 8px;
    background-color: transparent;
    box-sizing: border-box;
}
.f-contact input[type="submit"] {
	background-color: #ccc;
	color:#3a3a3a;
	min-width: 130px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
    border: 2px solid #3a3a3a;
    font-style: italic;
    outline: 2px solid #464646;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 4px;
}
.f-contact input[type="submit"]:hover{
	color:#fff;
	background-color: #3a3a3a;
}
.f-contact > hr {
    margin: 30px 0px;
    height: 1px;
    background-color: #FFF;
    clear: both;
    padding: 0px;
    width: 100%;
    border: medium none;
    max-width: none;
}
.f-contact p input.error{
	-webkit-box-shadow: 0px 0px 2px 1px rgba(184,2,2,0.75);
	-moz-box-shadow: 0px 0px 2px 1px rgba(184,2,2,0.75);
	box-shadow: 0px 0px 2px 1px rgba(184,2,2,0.75);
}