#welcome_map_bg {
position: relative;
z-index: 1;
width: 100%;
background: url("/welcome/map_bg.jpg") top center no-repeat;
margin-top: 5px;
text-align: center;
}

#welcome_content {
width: 750px;
text-align: left;
margin: 0 auto;
font-size: 1.1em;
line-height: 1.2em;
}

.welcome_textblock {
width: 290px;
background: #ffffff;
border: 1px solid #222222;
opacity: .92;
filter:alpha(opacity=92);
font-size: .9em;
line-height: 1.4em;
margin-bottom: 20px;
}

.welcome_text {
margin: 10px 20px 20px 20px;
}

.larger_text {
color: #600;
margin-left: -5px;
font-size: 1.6em;
line-height: 1.1em;
}

#email_verify { display: none; }

form {
font: .9em/1.1em Arial, Helvetica;
margin-top: 5px;
}

select, input.textfield { width: 100%; }
select { font-size:1em; }
#box_holder {
width: 300px;
float: right;
}

#copy_holder {
width: 420px;
margin-top: 240px;
float: left;
}

.hide { display:none; }
.show { display:block; }

