/**
 * Different content box
 */
.content {
    width: 600px;
    padding-bottom: 20px;
}

.contentTop {
    height: 5px;
}

.contentMiddle {
    background-image: url("../images/indexBox/middleBg.png");
}

.contentBottom {
    height: 5px;
}

.contentWrap {
    padding: 10px 24px;
}

/**
 * Article
 */
#articleContent p {
    line-height: 20px;
}

/**
 * Middle left widgets
 */
.widget {
    margin-bottom: 20px;
}

.widgetWrap {
    padding: 20px 20px 0px 22px;
}

.widgetCaption {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -0.5;
    color: #fff;
}

.widgetCaption img {
    float: left;
    margin-right: 10px;
}

.widgetContent {
    padding: 6px 0px;
}

#authorTextSignature {
    font-size: 14px;
    text-align: right;
    color: #fff;
}

#contactForm .response {
    padding-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

#contactForm input, #contactForm textarea {
    background: none;
    border: none;
    color: #d6dbe1;
    font-size: 11px;
    overflow: hidden;
}

#contactForm .sender {
    position: relative;
    width: 262px;
    height: 30px;
    background-image: url("../images/contactForm/senderBg.png");
    margin-bottom: 6px;
}

#contactForm .sender input {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 242px;
    height: 20px;
}

#contactForm .message {
    position: relative;
    width: 262px;
    height: 120px;
    background-image: url("../images/contactForm/messageBg.png");
    margin-bottom: 6px;
}

#contactForm .message textarea {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 242px;
    height: 110px;
}

#contactForm .buttons {
    overflow: hidden;
    margin-bottom: 6px;
}

#contactForm .buttons div {
    float: left;
    height: 30px;
    cursor: pointer;
    text-align: center;
}

#contactForm .buttons span {
    position: relative;
    top: 8px;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
}

#contactForm .reset {
    width: 105px;
    margin-right: 6px;
    background-image: url("../images/contactForm/resetBg.png");
}

#contactForm .send {
    width: 150px;
    background-image: url("../images/contactForm/sendBg.png");
}


