
.wallpaper {
    background: #e9e9e9 none repeat scroll 0 0;
}
.container {
    background: #fff none repeat scroll 0 0;
}
.logo {
    background: #494949 none repeat scroll 0 0;
        padding: 0;
    margin: 0;
}
.logo a {
    background: transparent none no-repeat scroll left top;
    height: 40px;
}
.info {
    border-bottom: 1px dotted #ccc;
}
.info h2 {
    color: #333;
    font-size: 160%;
    font-style: normal;
    font-weight: bold;
}
.info div {
    color: #555;
    font-size: 95%;
    font-style: normal;
    font-weight: normal;
}
.input {
    background-color: #fff;
    color: #333;
    font-family: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

.desc {
    color: #333;
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
}
.controlgroup > label {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.controlgroup > label.first {
    border-top: 1px solid #eee;
}
.btn-submit {
    background-color: #494949;
    border: 1px solid transparent;
    color: #fff;
}
