@charset "UTF-8";



#header {
background: #c93030 url(/assets/header-gradient.png) repeat-y center;
display:table;
height: 140px;
width:100%;
}

#header-inner {
background: #c93030 url(/assets/header.png) repeat-y center;
display: table-cell;
margin: 0 auto;
height: 140px;
text-align: center;
vertical-align: middle;
width: 900px;
}

#header-inner #mailinglist {
margin: 0 auto;
text-align: right;
width: 850px;
}

#header-inner #mailinglist input.buttons {
background-color: #CCCCCC;
border: none;
cursor: pointer;
font-size: 12px;
}

#header-inner #mailinglist input.buttons:hover {
background-color: #666666;
color: #CCCCCC;
}


