﻿/* --- homepage-bespoke.css --- */

/* =====================================================================
	bespoke homepage items to be placed in this file
===================================================================== */

#homeenewsletter
{
    margin: 0;
}

/* New Pop up window on homepage to survey  */


#boxes .window
{
    border: 2px solid #973F1B;
    position: fixed;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 0px;
}

#boxes #dialog
{
    height: 200px !important;
    width: 400px !important;
    background: #fff;
    font-size: 16px;
    left: 0px;
    margin-left: -25px !important;
    margin-top: 40px !important;
    text-align: center;
}

#boxes #dialog .content
{
    height: 200px !important;
    padding: 0 !important;
    width: 400px !important;
}

#boxes #dialog h1
{
    background: #973F1B;
    color: #FFF;
    display: block !important;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

#boxes #dialog p
{
    color: #4E4E4E;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    width: 380px;
}

#boxes #dialog p a
{
    color: #839F16;
}

#boxes #dialog a.close
{
    color: #fff !important;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    left: 100px;
    top: -2px;
}



