body {
	background:url("/staticarchive/9036b0d8cb0bb59f255d45049b702b865816ec58.jpg") no-repeat center top;
}
#blq-container {
	background:none;
}
.masterbrand-logo {
	background-image:url("/staticarchive/555ca386bb4d90afe24b23e46028d20f60b93f66.png");
	background-color:#CD202C;
    background-position:right center;
    background-repeat:no-repeat;
    position:absolute;
    top:8px;
    height:56px;
    margin:0 16px 0 -80px;
    min-width:101px;
    width:82px;
    padding:0 0 0 80px;
}
.title {    
	left:-20000px;
	position:absolute;
}
#wrapper {
	background-color:#fff;
	min-height:467px;
	overflow:auto;
}
h1,#content-left .content h2{
	border-bottom:1px solid #DBDBDB;
    display:block;
    font-size:2.4em;
    line-height:1em;
    margin:0 0 16px 16px;
    padding:16px 0 4px;
}

#content-left .content h2 {
    font-size:2em;
}

#blq-main #blq-local-nav {
	margin-bottom:0;
}
#newsletter input {
    border:1px solid #ccc;
    outline:1px solid #ccc;
}
#newsletter input:hover, #newsletter input:focus, .glow-invalid {
    border:1px solid #cd1b27;
    outline:1px solid #cd1b27;
}

#blq-content #newsletter label { /*reset*/
    float:none;
    display:inline;
}
.required {   
    color:#BB0000;
    display:inline;
    float:left;
    font-size:3em;
    margin-top:8px;
    width:16px;
}
.glow-errorSummary {
    display:none;
}   

.glow-errorMsg {
    font-weight:bold;
    color:#900;
    width:30em;
    margin-left: 8px;
       animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}​

