.form_wrapper{
	width:360px;
	margin:10px;
	float:right;
}
.tc-form-style2 .form-field {margin-bottom: 20px;}
.tc-form-style2 .form-field input {width: 360px; padding: 5px 7px;font-size: 12px;border: 2px solid rgba(0, 0, 0, 0.04);}
.tc-form-style2 .form-field textarea {width: 360px; padding: 5px 5px;font-size: 12px;border: 2px solid rgba(0, 0, 0, 0.04);}
.tc-form-style2 .form-field input:focus, 
.tc-form-style2 .form-field textarea:focus {border-color: rgba(0, 0, 0, 0.4);outline: none;}
.tc-form-style2 .form-button {text-align: center;}
.tc-form-style2 .form-button button { float:right; background: #fff;border: 2px solid rgba(0, 0, 0, 0.04);height: 37px;min-width: 170px;font-size: 12px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.tc-form-style2 .form-button button:hover {background: #526a7a;border-color: #444;color: #fff;}
