﻿div#servicesFlashBox
{
    width: 600px;
    height: 400px;   
    /* background-color: #f0f0f0; */
    background: #f0f0f0 url('/Content/Images/serviceflash_lclogo.png') no-repeat 50px 220px;
    color: #3c3c3c;
    overflow: hidden;
}

div#servicesFlashBox #textarea
{
    margin-top: 50px;
    height: 150px;
    text-align: center;
}
div#servicesFlashBox #textarea h1
{
    color: #3c3c3c;
}
div#servicesFlashBox #textarea h2
{
    margin-top: 30px;
}

div#servicesFlashBox #formarea
{
    height: 170px;
}

div#servicesFlashBox form
{
    background-color: #f0f0f0;
    padding: 0;
    width: 290px;
    height: 170px;
    margin-left: 310px;
    /*margin-top: 30px;*/
}

div#servicesFlashBox form input[type="text"]
{
    width: 240px;
    margin-right: 50px;
}

div#wrapper
{
    padding: 0px 0px;    
}

div#servicesFlashBox p, div#servicesFlashBox h1, div#servicesFlashBox h3
{
    color: #FFF;
}

div#servicesFlashBox a
{
    color: #b99a55;
}

div#servicesFlashBox a:hover
{
    text-decoration:underline;
    color: #b99a55;
}

div#servicesFlashBox a.btn
{
    display: none;
    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#servicesFlashBox a.btn span
{    
    width: 190px;
    height: 28px;
    display: block;
    /*padding-top: 2px;*/
    color: #FFF;
    vertical-align: middle;
    line-height: 30px;
    font-size: 19px;
}

div#servicesFlashBox a.btn:hover
{
    background-image: url('/Content/Images/submit_btn_bg.svg'), url('/Content/Images/transparent_bg.png') !important;
    background-repeat:no-repeat, repeat;
}

.fancybox-close
{
	background-image: url('/Content/themes/base/images/fancybox_sprite_services.png');
}

#response 
{
    height: 30px;
    color: #F00;
    font-size: 16px;
    text-align: center;
}

span.field-validation-error 
{
    display: block;
    margin-top: -7px;
}

input.input-validation-error
{
    background-color: #FF6666;
}