      #emailBody{
          margin-left:0px;
          padding-left:34px;
          width:100%;
          height:210px;
			border:0;
		background-color:#cacaca;
      }

     .textAreaWithLines{
         display:block;
         margin:0;
         border:0;
         border-right:none;
         background:#aaa;
      }


        DIV.CODEBOX             {font-family: Times New Roman; font-size: 9pt; color: #488320; border-style: solid; border-width: 3px;

                                border-right-width: 8px; border-left-width: 8px; padding-left: 4px; padding-bottom: 4px;

                                background-color: #000000; border-left-color: #444038; border-top-color: #444038; border-bottom-color: #515151;

                                border-right-color: #515151; text-align: left; margin-left: 20px; margin-right: 20px;}

        DIV.CODEMARGIN          {PADDING-LEFT: 20PX}

		SPAN.errorMessage		{font-weight:bold; font-size:12pt; color:red; margin-right:5px;}
		SPAN.successMessage     {font-weight:bold; font-size:12pt; color:green; margin-right:5px;}
		SPAN.warningMessage     {font-weight:bold; font-size:12pt; color:maroon; margin-right:5px;}


.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: gray;
}

.reviewSpacing{padding-bottom:20px;}

.drag-handle{
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: gray;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{
width: 100%;
}


.drag-contentarea{ 
border-top: 1px solid #CACACA;
background-color: #CACACA;
color: black;
height: 150px;
overflow: auto;
}

.drag-statusarea{
border-top: 1px solid gray;
background-color: #CACACA;
height: 13px;
}


.drag-resizearea{
float: right;
width: 13px;
height: 13px; 
cursor: nw-resize;
font-size: 0;
}