﻿.customer-support-content
{
    width: 768px;
    height: auto;
    float: left;
    margin-left: 20px;
}

.customer-support-content-head
{
 
}

.customer-support-content-text
{
    font-size: 12px;
    width: 768px;
    float: left;
}
.Suggestions-form-Group
{
    clear: both;
}

.Suggestions-form-Title
{
    float: left;
    width: 110px;
    height: 36px;
    line-height: 36px;
}

.Suggestions-form-Text
{
    float: left;
}

.RequiredField
{
    float: left;
    color: #f00;
}

.Suggestions-form-Text > input
{
    padding: 7px;
    width: 271px;
    border-radius: 4px;
    background-color: #fff!important;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

    .Suggestions-form-Text > input:focus
    {
        border-color: #0E8DE2;
    }

.Suggestions-form-Text > textarea
{
    padding: 7px;
    width: 271px;
    border-radius: 4px;
    background-color: #fff!important;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

    .Suggestions-form-Text > textarea:focus
    {
        border-color: #0E8DE2;
    }
.Suggestions-form-Text > select
{
    padding: 7px;
    width: 287px;
    border-radius: 4px;
    background-color: #fff!important;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

    .Suggestions-form-Text > select:focus
    {
        border-color: #0E8DE2;
    }
.btn-save
{
    border-left: 0 none #51a351;
    border-right: 0 none #51a351;
    border-top: 0 none #51a351;
    border-bottom: 0 none #387038;
    display: inline-block;
    vertical-align: middle;
    padding: .85em 1em;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    background-repeat: repeat-x;
    font-family: "Open Sans";
    float: right;
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    width: auto !important;
    margin: 8px 0;
}

input#SiteMasterContentPlaceHolder_ctl00_btnPost {
    background: #d8b46a !important;
    color: #202226;
    border-radius: 0 !important;
    width: 100% !important;
    display: block !important;
    border: 0 !important;
    font-family: inherit;
    font-weight: 500;
}

img#SiteMasterContentPlaceHolder_ctl00_imgCode {
    width: 100%;
}

.codeImage {
    width: 110px;
    float: left;
}