input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	font-family: OpenSans, Arial, Verdana, sans-serif;
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 8px 4px;
	outline: 0;
}

input[type="checkbox"] {
	margin-right: 5px;
}

label {
	padding-right: 5px;
}

.labeled {
	vertical-align: top;
}

.required label:before,
span.required {
	color: #cc0000;
	font-weight: bold;
	content: "*";
	margin-right: 2px;
}

.btn {
	color: #fff;
	border-radius: 15px;
	padding: 4px 12px;
	border: 0;
	outline: 0;
	cursor: pointer;
	box-shadow: inset 0 1px 0 #cc0000;
	background: rgb(255,70,88); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,70,88,1) 0%, rgba(207,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,70,88,1)), color-stop(100%,rgba(207,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,70,88,1) 0%,rgba(207,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,70,88,1) 0%,rgba(207,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,70,88,1) 0%,rgba(207,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,70,88,1) 0%,rgba(207,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4658', endColorstr='#cf0000',GradientType=0 ); /* IE6-9 */
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.poll .input.radio input {
	margin-right: 5px;
	float: left;
}
.poll .input.radio label {
	width: 200px;
	margin: 10px 0;
	display: block;
}

.contact label {
	margin-bottom: 5px;
	display: block;
	clear: both;
}
.contact input,
.contact textarea {
	width: 315px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 8px 4px;
	margin-bottom: 10px;
}
.contact textarea {
	height: 150px;
}


.form-error {
	background: #ffe6e6 !important;
}

.placeholder { /* IE 8 FIX */
    color:    #aaa;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aaa;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aaa;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #aaa;
}