#form {
    float: right;
    display: inline;
    position: relative;
    width: 288px;
    min-height: 200px;
    margin: 50px 30px 30px 0;
    padding-left: 54px;
    border-left: 1px solid #262626;
}
#form div {
    padding: 12px 0;
}
label {
    display: none;
}
form span {
    line-height: 30px;
}
#to {
    position: absolute;
    line-height: 1.5em;
    right: 297px;
}
input,
textarea,
select,
button {
    font-family: Arial;
}

input,textarea {
    font-size: 12px;
    background: #999;
    color: #444;
    width: 280px;
    padding: 4px;
}
textarea {
    height: 68px;
    overflow: auto;
}
input.checkbox {
    width: auto;
    background: #111;
}
input.checkbox.replaced {
    position: absolute;
    left: -9999px;
}
span.checkbox {
    padding: 1px 0 0 18px;
    background: url(/img/checkbox.gif) left no-repeat;
    color: #555;
    cursor: default;
}
span.checkbox.checked {
    background-image: url(/img/checkbox_checked.gif);
}

button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 75px;
    height: 30px;
    background: #111;
    border: 1px solid #262626;
    font-size: 12px;
    color: #888;
}
button:active {
    background: #181818;
}

#contact-crowell {
    width: 200px;
    float: left;
}

#comrades {
    clear: both;
    width: 575px;
    border-top: 1px solid #262626;
    overflow: auto;
}
.comrade {
    padding-top: 35px;
    width: 200px;
    float: left;
}
.comrade.last {
    width: 175px;
}
.comrade * {
    font-size: 11px;
    line-height: 24px;
}
.comrade h2 {
    color: #eee;
}
a {
    color: #9eb336;
}
p {
    margin-bottom: 0 !important;
}

