@charset "utf-8";
/* Sidebar Form */

input, textarea {
	display: block; margin-bottom: 12px;
    background-color: #FFF; color: #777;
    border: 1px solid #ccc; font-weight: 300;
    border-radius: 4px; font-size: 14px;
    padding: 8px; width: 322px;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

input {
	height: 24px;
}

textarea {
	height: 80px;
}

#contactpage input, #contactpage textarea { width: 420px; }

input:focus, textarea:focus {
    border-color: rgba(209, 72, 54, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(209, 72, 54, 0.6);
    outline: 0 none;
}

/*.btn-wrap {
	width: 120px; padding-left: 298px;
}*/

input[type="submit"] {
	background: #35424F; color: #fff; width: 120px;
	height: 42px; padding: 0; cursor: pointer;
    line-height: 42px; border: none; margin-left: 220px;
	-webkit-appearance: button;
}

#contactpage input[type="submit"] { width: 120px; margin-left: 318px; }

input[type="submit"]:hover {
	background: #5D6872;
}

label.error {
	margin-bottom: 12px; display: block;
	color: #F4594F; font-size:14px; line-height: 14px;
}