﻿.frm-input {
    height: 34px;
    padding: 3px;
    color: #666;
    font-size: 15px;
    background: linear-gradient(to bottom, #f9f9f9 0px, #fff 100%);
    border: 1px solid #ccc;
    /* border-radius: 6px 6px 6px 6px; */
    box-shadow: none;
}

.frm-btn {
    height: 34px;
    padding: 0 15px 0 15px;
    background: linear-gradient(to bottom, #061d31 0px, #092a48 50%, #6294c5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #061d31;
    /* border-radius: 6px 6px 6px 6px; */
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
    font-family: Tahoma, Arial, Verdana;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    cursor: pointer;
}

textarea {
    width: 100%;
    height: 70px;
    padding: 3px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 15px;
    background-color: #f1f4f9 !important;
}
