#forumContent {
	height: 100%;
	float: right;
	background: #fff;
	padding: 5px 5px 70px 5px;
	width: 900px;
	margin-bottom: 20px;
	background: transparent;
    margin-top: 15px;
}

#forumContent h1 {
    font-size: 14px;
    color: #87af7b;
    margin-bottom: 0px;
    padding-bottom: 2px;
}

.infoField {
    font-style: italic;
    font-size: 12px;
    color: #666666;
    padding: 0px;
    margin: 0px;
}

.infoField a {
    color: #004B91;
}

.threads {
    padding: 0px;
    margin: 0px;
    border-left: 1px #87af7b solid;
    border-right: 1px #87af7b solid;
    border-top: 1px #87af7b solid;
    width: 630px;
    margin-top: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.threads a {
    color: #444;
    text-decoration: none;
}

.threads a:hover {
    color: #222;
    text-decoration: none;
}

.threads td {
    border-bottom: 1px #87af7b solid !important;
    padding: 3px;
}

.threads tr:hover {
    background-color: #E7FFE0;
}

.posts {
    padding: 0px;
    margin: 0px;
    border-left: 1px #C6FFB5 solid;
    border-right: 1px #C6FFB5 solid;
    border-top: 1px #C6FFB5 solid;
    width: 630px;
    margin-top: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.posts td {
    border-bottom: 1px #C6FFB5 solid !important;
    padding: 10px;
}

.posts .odd {
    background-color: #FAFAFA;
}

.posts .even {
    background-color: #FFFFFF;
}

.posts .block {
    float: left;
    display: inline;
    padding-right: 3px;
}

.posts .identity {
    height: 36px;    
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.posts .identity .info {
    font-style: italic;
    font-size: 12px;
    color: #666666;
    padding: 0px;
    margin: 0px;
}

.posts .text {
    color: #222222;
    width: 600px;
    word-wrap: break-word;
}

.form .label {
    font-style: italic;
    font-size: 12px;
    color: #666666;
    padding: 0px;
    margin: 0px;
}

.form input, .form textarea {
    border: 1px solid #DDDDDD;
    font: 13px trebuchet ms;
    margin-bottom: 5px;
    float: left;
}

.form .element {
    float: left;
    width: 100%;
}

.form .element img {
    float: left;
}

.form #captcha-input {
    width: 50px;
    display: inline;
    margin-top: 10px;
    float: left;
    margin-left: 5px;
}

.errors {
    list-style: none;
    font-style: italic;
    font-size: 12px;
    color: #661111;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 10px;
    float: left;
}
