﻿div#errorFlashBox
{
    width: 600px;
    height: 200px;   
    background-color: #3C3C3C;
    color: #FFF;
    overflow: hidden;
}

div#wrapper
{
    padding: 10px 20px;    
}

div#errorFlashBox p, div#errorFlashBox h1, div#errorFlashBox h3
{
    color: #FFF;
}

div#errorFlashBox a
{
    color: #b99a55;
}

div#errorFlashBox a:hover
{
    text-decoration:underline;
    color: #b99a55;
}

div#errorFlashBox a.btn
{
    position: absolute;
    bottom: 0;
    right: 0;   
    display: block;
    width: 190px;
    height: 30px;
    background-color: #b99a55;
    background-image: url("/Content/Images/submit_btn_bg.svg");
    background-position: right;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    margin: 0;
}

div#errorFlashBox a.btn span
{    
    width: 190px;
    height: 28px;
    display: block;
    /*padding-top: 2px;*/
    color: #FFF;
    vertical-align: middle;
    line-height: 30px;
    font-size: 19px;
}

div#errorFlashBox a.btn:hover
{
    background-image: url('/Content/Images/submit_btn_bg.svg'), url('/Content/Images/transparent_bg.png') !important;
    background-repeat:no-repeat, repeat;
}
