html, body {
 background-color: #EFECDC;
 margin: 0;
 height: 100%;
}
.cx_box {
 height: 100%;
 width: 100%;
}
.cx_pageheader {
 background: #E6EBEA;
}
.cx_pageheadertitle {
 padding: 12px 12px 6px 12px;
 font-family: verdana,arial,sans-serif;
 font-weight: bold;
 font-size: 14px;
 color: black;
 text-align: left;
}
.cx_container {  
 font-family: verdana,arial,sans-serif;
 background: white;
 width: 600px;
 padding: 20px;
 vertical-align: top;
}
.cx_leftborder {
 background: #E6EBEA;
 width: 10%;
}
.cx_rightborder {
 background: #E6EBEA;
 width: 10%;
}
.cx_signature {
 font-family: Geneva,Arial,Helvetica,sans-serif;
 font-size: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 text-align: center;
 color: black;
 background: #E6EBEA;
 border-top:1px dotted gray;
 text-decoration: none;
}
a.cx_signature:hover {
 text-transform: uppercase;
}
.cx_menudivider {
 height:4px;
 background-image: url(/webresources/images/shadowHor.gif);
 background-repeat: repeat-x;
 background-position: top;
}
.cx_bottomline {
 height:2px;
 background-image: url(/webresources/images/bottomLine.jpg);
 background-repeat: repeat-x;
 background-position: bottom;
}
.cx_dropdownmenu {
 background: transparent;
 padding: 4px;
}
