﻿input[type=text], input[type=password], textarea, select {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	padding: 6px 10px;
	margin: 0;
	}
#feedback_form textarea {
	width: 100%;	
	}
select {
	border-radius: 0;
	}
input[type=submit] {
	border: 1px solid #e5e5e5;
	background-color: #f1efe6;
	border-radius: 2px;
	color: #555555;
	font-family: proxima_r, Arial, Verdana, Helvetica sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 10px;
	cursor: pointer;
	margin: 0;
	}
input[type=submit]:hover {
	background-color: #F3F3F3;
	background-image: linear-gradient(to bottom, #FFFFFF, #F3F3F3);
	box-shadow: 0px 0px 5px #DADADA;
	color: #CC3333;
	}
div.error {
	color: #ffffff;
	font-family: proxima_r, Arial, Verdana, Helvetica sans-serif;
	font-size: 14px;
	background: #bc1e48 url(/images/icons/attention.png) 20px center no-repeat;
	margin: 16px 0;
	min-height: 45px;
	padding: 16px 88px;
	}
div.save_ok {
	color: #ffffff;
	font-family: proxima_r, Arial, Verdana, Helvetica sans-serif;
	font-size: 14px;
	background: #9dc826 url(/images/icons/checkmark.png) 20px center no-repeat;
	margin: 16px 0;
	min-height: 45px;
	padding: 16px 88px;
	}
input.error_field, textarea.error_field {
	border: 1px solid #dc3260;
	}
div.warning {
	padding: 12px;
	border: 1px dashed #ccc;
	}
div.attention {
	padding: 0 10px;
	border: 1px dashed #c00505;
	color: #c00505;
	font-size: 17px;
	line-height: 130%;
	}
.warning span {
	font-weight: bold;
	}
.form_name {
	font-size: 14px;
	font-weight: 300;
	margin: 12px 0 0 0;
	}
a[href$=".pdf"] {
	padding: 8px 0px 8px 32px;
	background: url(/images/icons/pdf_ico.png) no-repeat left 50%;
	line-height: 42px;
	}
