.talk-form fieldset{
	border:none;
	color:#666;
	padding:0
}
.talk-form input{
	border:1px solid #b7b7b7;
	border-radius:5px;
	box-shadow:inset 0 1px 4px #b7b7b7;
	height:25px;
	padding-left:5px
}
.talk-form textarea{
	border:1px solid #b7b7b7;
	border-radius:5px;
	box-shadow:inset 0 1px 4px #b7b7b7;
	padding-left:5px
}
.talk-form .talk1{
	float:left;
}
.form-space1{
	width:90px;
	float:left;
	margin-left:-13px;
	margin-top:15px
}
.form-space2{
	float:left;
	margin-top:5px
}
.form-line{
	background-color:#CCC;
	width:250px;
	margin:0 auto;
	height:1px
}
.last-name{
	margin-left:95px;

}
.width145{
	width:145px;
}
.width320{
	width:320px;
}
.send-link {
	cursor: pointer; 
	margin-top: 140px;
	margin-left: 3px;
}
input [name="phone_area_c"], input [name="phone_first_c"]{
	width:27px;
}
input [name="phone_last_c"]{
	width:35px;
}
#feedback-message{
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
	font-size:14px;
}
#feedback-message .success{	
}
#feedback-message .error{
	background: none repeat scroll 0 0 #FFE4E4;
	border: 1px solid #EABEBE;
	color: #663333;
	padding:10px;
}
#feedback [name="first_name"],#feedback [name="last_name"]{
	width: 134px;
	margin-right: 10px;
}
#feedback input, #feedback textarea{
	margin-bottom: 5px;
	margin-top: 5px;
}
.form_required_field{
	background: none repeat scroll 0 0 #FFE7E5;
}
#required-fields-message{
	background: none repeat scroll 0 0 #FFD5D1;
	border: 1px solid #9B1111;
	color: #9B1111;
	font-size: 14px;
	max-width: 270px;
	padding: 5px 3%;
	text-align: left;
	width: 90%;
	margin: 10px auto;
	display:none;
}
#required-fields-message-holder{
	width: 272px;
}
.talk-to-us .block-content{
	font-size: 12px;
}
.talk-to-us .block-content [name="email"], .talk-to-us .block-content [name="company"]{
	width: 134px;
}
.field-label{
	font-size: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.send-link{
		margin-top: 150px;  
	}
}
