#blog_form {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 690px;
    height: 340px;
    text-align: left;
    vertical-align: top;
    font-size: 16pt;
    font-family: helvetica;
    background-color: #414141;
    color: white;
    margin-left: -1px;
    margin-top: -1px;
    overflow: hidden;
}

#comment_image {
    display: inline;
    float: left;
    width: 85px;
    height: 85px;
    margin: 25px 15px 20px 10px;
}

.comment_thumb_strip {
    display: inline;
    float: left;
    border: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#blog_comment {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: block;
    width: 665px;
}

#comment_textarea {
    height: 114px;
    width: 351px;
    border: none;
    font-size: 10pt;
}

#blog_email {
    width: 16em;
    font-size: 1em;
    height: 1.5em;
    background-color: #ececec;
}

#blog_name {
    width: 16em;
    font-size: 1em;
    height: 1.5em;
    background-color: #ececec;
}

#blog_submit {
    color: blue;
    display: inline;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 35px;
}

.form_input {
    font-size: 10pt;
}



