* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 11px;
}

a:active, a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

.container {
    position: relative;
    width: 720px;
    left: 50%;
    margin-left: -360px;
    background:white;
}

a.textlink {
    color: #0000ff;
}

.header {
    height: 95px;
    margin-bottom: 10px;
    background-color: #f1f1f2;
    background-image: url('/icon/steps60.png');
    background-position: left;
    background-repeat: no-repeat;
}

.version {
    position: absolute;
    right: 30px;
    top: 25px;
    text-align: right;
}

.columns {
    position: relative;
}

.columns img {
    margin-bottom: 8px;
}

.leftcolumn {
    position: relative;
    width: 465px;
    border-right: #CCC 2px solid;
    float: left;
    margin-bottom: 10px;
}

.topbox {
}

.bottombox table, .popup table {
    width: 450px;
    border-spacing: 20px;
}

.bottombox table tr td, .rightcolumn table tr td, .popup table tr td {
    text-align: center;
    vertical-align: top;
    width: 33%;
}

.installertable {
    border-spacing: 20px;
}

.iconcell {
    width: 25%;
    text-align: center;
    vertical-align: top;
    background: white;
}

.bottombox {
    border-top: #CCC solid 2px;
    width: 450px;
}

.rightcolumn {
    position: relative;
    float: left;
}

.rightcolumn table {
    width: 250px;
    border-spacing: 20px;
}

.footer {
    clear: both;
    position: relative;
    height: 30px;
    margin-top: 20px;
    border-top: #CCC 4px solid;
    padding: 5px 0px 5px 0px;
    width: 100%;
    text-align: right;
    font-size: 8px;
    color: #CCC;
}

h2 {
    padding: 10px;
    color: #000000;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 20px;
}

h2 .firstword {
    color: #000000;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 20px;
}

.hidden {
    display: none;
}

.visible {  }