#rightAbout {
    width: 100%;
    background: #fff url( ../images/bg.right.about.jpg ) top left repeat-y;
    padding-left: 30px;
    color: #3d3d3d;
}

#rightAbout h1 {
    font-size: 42px;
    font-weight:bold;
}

#rightAbout h2 {
    font-size: 28px;
    font-weight: lighter;
    text-transform: lowercase;
}

#rightAbout h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 2em 0 1em;
}

#rightAbout p {
    font-size: 12px;
    margin-right: 70px;
    line-height: 19px;
}

#rightAbout ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#rightAbout ul ul {
    list-style-type: disc;
    margin-left: 3em;
}

#rightAbout ul li {
    margin-bottom: 2em;
}

#rightAbout li p {
    margin-bottom: 0;
}

.red {
    color: #e93636;
}

#feedbackForm {
    font-size: 12px;
}

#feedbackForm input {
    background: #fff;
}

#feedback_submit {
    float: left;
    margin-top: 10px;
}

form div div {
    margin: 1em 0;
}