<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ===================================================== */
/*
** SITE GRID / COLUMN DEFINITIONS
*/
/* ===================================================== */


body {
 	background:url(../img/eventcat_body_bg.png) -20px top no-repeat #DFDFDF;
}

.hide,
.hidden {
 visibility:hidden;
 display:none;
}


.lightboxWrap {
position:relative;
text-align:left;
padding:20px;
color:#494949;
}


.lightboxWrap h1 {
display:block;
font-size:1.5em;
color:#323232;
}

.lightboxWrap p {
  color:#323232;
}


.lightboxWrap #tt_address_form .fieldwrap {
position:relative;
overflow:hidden;
clear:both;
padding:8px 0;
}

.lightboxWrap #tt_address_form .fieldwrap label {
float:left;
display:block;
width:130px;
color:#494949;
font-weight:bold;
}

.lightboxWrap #tt_address_form .error,
.lightboxWrap #tt_address_form .fieldwrap label .required {
color:red;
}


.lightboxWrap #tt_address_form  input#newsletter_submit {
display:block;
background: url(../img/newsletter_abo_submit.png) left top no-repeat;
width:213px;
height:29px;
text-indent:-2000em;
position:relative;
color:white;
overflow:hidden;
text-decoration:none;
text-align:left;
border:0 solid;
cursor:pointer;
}

</pre></body></html>