	/*-- Form --*/

.feedback_form {
	width:100%;
}
.feedback_form .field-name,
.feedback_form .field-email,
.feedback_form .field-subject,
.feedback_form .field-message,
.login_form .form_field,
#commentform .form_field {
	box-shadow:none!important;
	line-height:18px;
	height:18px;
	font-size:13px;
	color:#46434e;
	background:#white;
	border-radius:0!important;
	padding:11px 13px 11px 13px;
	border:none!important;
	margin-bottom:3px;
	display:block;
}
.feedback_form .field-name:focus,
.feedback_form .field-email:focus,
.feedback_form .field-subject:focus,
.feedback_form .field-message:focus,
.login_form .form_field:focus,
#commentform .form_field:focus {
	color:#46434e;
}
#commentform label {
	display:none!important;
}

#commentform #author,
.feedback_form .field-name {
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
}

.login_form .form_field {
	padding-top:6px!important;
	padding-bottom:8px!important;
	color:#46434e;
	font-size:13px;
	line-height:16px;
}
.feedback_form .field-message,
#commentform #comment-message {
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
	height:90px;
	margin-bottom:3px;
	resize:none;
}

#respond {
	margin-bottom:45px
}

.feedback_form .feedback_go, 
.feedback_form .feedback_reset,
#commentform #reset,
#commentform #submit,
.btn_login {
	border-radius:0!important;
	display:inline-block;
	text-transform:uppercase;
	cursor:pointer;
	border:none;
	height:40px;
	padding:0 30px;
	position:relative;
	overflow:hidden;
	font-size:14px;
	line-height:40px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:-1px;
	background: #333;
	margin-left:0!important;
	margin-right:0!important;
}
#commentform #reset,
#commentform #submit {
	padding:0 16px;
}

.feedback_form .feedback_go:hover, 
.feedback_form .feedback_reset:hover,
#commentform #reset:hover,
#commentform #submit:hover,
.btn_login:hover {

}
.ajaxanswer { padding-left:41px;}
.ajaxanswer span {
	padding:10px 0;
}

.widget_search .search_form {
	margin:0 auto;
	text-align:left;
	display:block;
	position:relative;
}
.widget_search .search_form input {
	border:#d7dee4 1px solid!important;
	border-radius:0!important;
	padding:10px 15px!important;
	line-height:18px!important;
	height:18px!important;
	background:none!important;
	margin:0!important;
	color:#bbc5cd;
}
#footer_bar .widget_search .search_form input {
	border-color:#464D52!important;
	color:#464d52;
}
.widget_search .search_form input:focus {
	color:#464d52;
}
#footer_bar .widget_search .search_form input:focus {
	border-color:#464D52!important;
	color:#bbc5cd;
}

.clear { clear:both}