div#mailto-window {
 font-family: arial;
}

div#mailto-window h2 {
 font-size: 16px;
 line-height: 26px;
 margin-bottom: 14px;
 font-weight: bold;
 color: #666;
 width: 50%;
 float: left;
}

div#mailto-window .mailto-close {
 font-size: 12px;
 margin-bottom: 10px;
 float: right;
}

div#mailto-window .formelm {
    clear: both;
}

div#mailto-window .formelm label {
 width: 150px;
 display: block;
 float: left;
 margin: 5px 0;
 margin: 15px 0;
 line-height: 10px;
}

div#mailto-window .formelm input {
 background-color: #eee;
 border: 1px solid #9D9DCB;
 height: 30px;
 width: 400px;
}

body.contentpane {
    padding: 10px !important;
}