/* CSS for compose panel */ div#compose_panel div table { padding: 2px; } TABLE#compose_table, TABLE#compose_table DIV { width: 100%; } TABLE#compose_label { text-align: right; } table#compose_table { border-bottom-color: #808080; border-bottom-width: 1px; border-bottom-style: solid; } td#compose_leftside { vertical-align: top; } td#compose_rightside { vertical-align: top; } div#compose_fromline { } div#compose_toselection { } div#compose_internetmarker { padding: 8px; text-align: center; background-color: white; border-color: red; border-width: 2px; border-style: solid; } div#headerArea { margin-right: 10em; } div#headerArea INPUT { width: 35em; } div#attachmentsArea { float: right; width: 8em; height: 2em; padding-right: 1em; } SPAN.headerField { display: block; float: left; line-height: 1.8em; width: 5em; text-align: right; } div#compose_attachments_list { width: 100%; height: 6em; background-color: #FFFFFF; margin-left: 0px; padding: 2px; border-color: #c3c3c3; border-width: 1px; border-style: solid; } TEXTAREA { position: absolute; left: .5em; right: .5em; bottom: .5em; height: 280px; }