table.pane {
border:1px dotted #ADAA9C;
font-size:11px;
width:550px;
}
.pane tr.header {
background:#B5AE8C none repeat scroll 0%;
color:white;
}
.pane td {
padding:3px 5px;
white-space:nowrap;
}
.pane th {
color:white;
padding:3px 5px;
}
.pane input, .pane select, .pane textarea {
border:1px solid #EFEFEF;
color:#565656;
font-family:tahoma,verdana,arial;
font-size:12px;
}
.pane textarea {
height:500px;
width:100%;
}
textarea.description {
height:200px;
}
input.button {
background:#FFB200 none repeat scroll 0%;
border-color:#CEC7C6;
color:white;
font-weight:bolder;
padding:2px 10px;
width:100px;
}
a.button {
font-weight:bolder;
}