.drag-handle{
background-color: #03277C;
-moz-border-radius:6px 6px 0px 0px;
}
.dhtmlwindow{
position: absolute;
-moz-border-radius:5px 5px 5px 5px;
visibility: hidden;
}
.drag-handle{
padding: 13px;
text-indent: 3px;
font: bold 20px Arial;
background-color: #8e131c;
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{
-moz-border-radius:0px 0px 6px 6px;
background-color: white;
height: 150px;
padding: 1px;
overflow: auto;
}
.drag-statusarea{
background-color: #F8F8F8;
height: 13px;
}
.drag-resizearea{
float: right;
width: 13px;
height: 13px;
cursor: nw-resize;
font-size: 0;
}

#terms p {
	font-size: 1.2em;
	text-align: center;
	color: #333;
	}
	
#terms table tbody tr td button	{
	font-size: 1.1em;
	margin: 0em 0.2em;
	cursor: pointer;
	width: 100px;
	}
	
#terms table tbody tr td button:hover {
	font-size: 1.1em;
	background: #f0eee0;
	border: 1px solid #84847f;
	}	
