* css for splash page */

html {
}

body {
}



#page {
background: none;
}


#zipfront {
padding: 70px 0 0px 150px;
}

.zipinput {
margin: 25px 0 -15px 0;
padding: 8px 0 0px 10px;
width: 278px;
height: 42px;
background: url(images/splashsearchbg.png) no-repeat;
}

.zipinput .textinput {
font-weight: bold;
color: #777;
width: 210px;
}

.three-things {
height: 57px;
width: 392px;
background: url(images/splashtext.png) no-repeat;
margin: 30px 0 10px 0;
}


.did-you-know {
font-weight: bold;
font-size: 13px;
line-height: 16px;
margin-top: 25px;
color: #4f4b4b;
padding: 6px;
width: 266px;
background: url(images/splashalpha.png);
}

.did-title {
color: #611b1d;
font-size: 1.01em;
text-transform: uppercase;
padding-bottom: 2px;
}

table.splash-table td {
vertical-align: top;
}

.splash-table td.right {
padding-left: 20px;
border-left: 1px #ccc solid;
}

.splash-table #edit-name,
.splash-table #edit-pass {
width: 200px;
}

.splash-table td .description {
display: none;
}

.splash-table h2 {
font-size: 16px;
color: #555;
}

.splash-table .form-required {
display: none;
}

