body {
background-color: #666;
font-family: Helvetica, Arial, sans-serif;
}

#full_window {
display: table;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
#position: relative;
overflow: hidden;
}

#inner_window {
display: table-cell;
vertical-align: middle;
position: relative;
#position: absolute;
#top: 50%;
}

#vertically_aligned_box {
position: relative;
#top: -50%;
width: 100%;
text-align: center;
}

#mainbox {
background-color: #FFF;
height: 415px;
width: 800px;
position: relative;
margin: auto;

}

.contact {
padding-top: 42px;
}

#reg_company_details {
background-color: none;
width: 800px;
position: relative;
margin: auto;
color: #999;
font-size: 9px;
line-height: 11px;
text-align: right;
padding: 10px 0;
}

img {
border: none;
}

ul {
list-style: none;
text-align: left;
line-height: 150%;
padding: 0;
margin: 0;
font-size: 12px;
}

ul li a {
color: #C6C6B6;
text-decoration: none;
}

ul li a.chosen, ul li a:hover {
color: #9C9C8F;
}
