#forum {width: 100%; float: left;}

/* messages list */
.messages ul {list-style: none; margin: 0; padding: 0;}
.messages ul li {margin: 0 0 30px 0; border: 1px solid; background: white;}
.messages ul ul li {border: none; margin: 0 0 20px 15px;}
.messages ul ul ul ul ul ul ul ul li {margin-left: 0;}

/* message head */
.message-header {height: 1%; text-align: right; padding: 1px 10px; border-bottom: 1px solid;}
.message-header strong a {float: left; text-decoration: none;}
.message-header span, .message-header em {padding: 0 0 0 15px; font-size: 0.85em; font-style: normal; white-space: nowrap;}
.message-header p.back {margin: 0;}
.messages ul li .message-header {background-image: none;}
.messages ul li li .message-header {padding-left: 23px; background-image: url(../../images/arrow-reply.gif); background-repeat: no-repeat;}
/* message body */
.message-body p {margin: 5px 0; padding: 0 10px;}
.message-body em.attachments_num {display: inline; float: right; padding: 0 10px; font-size: 0.85em; font-style: normal;}
.message-body .attachment {font-size: 0.85em; text-align: center;}
.message-body div.reply_button {margin: -5px 5px 5px 0; text-align: right;}
.message-body div.reply_button a, .new-message a.reply_button, a#link_discussion {padding: 1px 8px; font-size: 0.85em; border: 1px solid; text-decoration: none;}
a#link_discussion {text-transform: uppercase; font-weight: bold; margin: 0 0 10px 0;}

/* new message */
.new-message {width: 380px; margin: 20px auto; border: 1px solid; text-align: left;}
.new-message form {margin: 0; padding: 15px;}
.new-message h3 {margin: 0 0 10px 0;}
.new-message p {margin: 0;}
.new-message label {display: block; width: 100px; float: left;}
.new-message input.text {width: 170px;}
.new-message textarea {width: 340px;}
/* control code */
.code {text-align: center;}
.code .code-info {display: block; text-align: center;}
.code img {margin: 0 0 -20px 0;}
.code input.text {width: 60px; text-transform: uppercase; text-align: center;}
.code input.button {margin: 20px 0 0 0; padding: 3px 5px; font-size: 1.2em; font-weight: bold; text-transform: uppercase; cursor: pointer;}
/* attachments */
.forum-attachments p#forum-attachment, .forum-attachments p#forum-attach-external {margin: 0; padding: 0 0 10px 0;}
.forum-attachments label {display: inline; width: auto; padding: 0 5px 0 0;}
.forum-attachments input.attachment-label {width: 180px;}
.forum-attachments p#forum-attachment input.attachment-label {width: 83%;}
.forum-attachments input.attachment-file {display: block; width: 95%;}