#frm_contact{
    border: 10px solid #FFF;
    background-color: #58595B;
    outline:#DDD solid 1px;
}

#contact-info{
    color: #FFF;
}

#contact-info .name span{
    color: #F6891F;
}

label{
    color: #FFF;
}

input[type=text],textarea{
    -webkit-box-shadow: 0px 0px 10px -3px #F6891F inset;
    box-shadow: 0px 0px 10px -3px #F6891F inset;
    background: #fecb08;
    background: -moz-linear-gradient(top,  #fecb08 0%, #f4a55a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fecb08), color-stop(100%,#f4a55a));
    background: -webkit-linear-gradient(top,  #fecb08 0%,#f4a55a 100%);
    background: -o-linear-gradient(top,  #fecb08 0%,#f4a55a 100%);
    background: -ms-linear-gradient(top,  #fecb08 0%,#f4a55a 100%);
    background: linear-gradient(to bottom,  #fecb08 0%,#f4a55a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecb08', endColorstr='#f4a55a',GradientType=0 );
}

input[type=text].field-error,textarea.field-error{
    border :1px solid #FF0000;

    background: #ff3019;
    background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );

    color: #FFF;
}

input[type=submit]{
    color:#58595B;
    -webkit-box-shadow: 0px 0px 10px -3px #F6891F inset;
    box-shadow: 0px 0px 10px -3px #F6891F inset;

    background: #fecb08;
    background: -moz-linear-gradient(top,  #fecb08 0%, #f4a55a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fecb08), color-stop(100%,#f4a55a));
    background: -webkit-linear-gradient(top,  #fecb08 0%,#f4a55a 100%);
    background: -o-linear-gradient(top,  #fecb08 0%,#f4a55a 100%);
    background: -ms-linear-gradient(top,  #fecb08 0%,#f4a55a 100%);
    background: linear-gradient(to bottom,  #fecb08 0%,#f4a55a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecb08', endColorstr='#f4a55a',GradientType=0 );
}

#actionMsg.confirmationMsg{
    color:#FFF;
}

.required:after{
    color: #F12313;
}