.std input[type=text] {
    width: 90%;
    height: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333333;
    text-align: left;
}
.std textarea {
    width: 90%;
    height: 190px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333333;
    text-align: left;
}
.std_title {
    font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 30px 20px 20px;
}
.complains_button {
    padding: 10px 0px 5px 0px;
    font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    color: white;
    vertical-align: middle;
    text-align: center;
    background-color: #5B5B5B;
    height: 22px;
    display: block;
    width: 120px;
    float:left;
    cursor: pointer;
    cursor: hand;
}
.complains_button:hover {
    text-decoration: none;
}
.complains_button_text {
    padding: 10px 0px 5px 30px;
    font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
    text-align: left;
    color: #333333;
    height: 22px;
    display: block;
    width: 200px;
    float:left;
}