.input-box input,textarea {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #e5e5e5;
width: 100%;
}
.area-tex {
height: 130px;
resize:none
}
.input-box input:focus,textarea:focus{
border: 1px solid #2395ec;
}
input.submit-btn {
background: #2395ec none repeat scroll 0 0;
border: medium none #2395ec;
color: #fff;
font-weight: 700;
height: 50px;
line-height: 50px;
text-transform: uppercase;
}
input.submit-btn:hover {
background: #117acb none repeat scroll 0 0;
}
.input-box .submit-btn {
margin-top: 30px;
}