﻿.MsgWindow{
	border: 1px solid #000;
	background-color: white;
}

.drag-handle
{
	padding: 10px;
	font-size: .9em;
	font-weight: bold;	
	background:#d7d7d7 url("images/bg_table_head.gif") repeat-x left top;
	color:#000;
	border-bottom: 1px solid #555753;
}

.drag-controls {}
.drag-controls img { display: inline;}

.drag-contentarea{ /*CSS for Content Display Area div*/
	background-color: #fff;
	color: black;
	text-align:justify;	
	padding: 20px;	
}

.drag-buttons{ /* Css For the Buttons */
    padding-top: 1em;
    padding-bottom: 10px;
    text-align:center;
    clear: both;
}
	.msgwin-buttons button{  
		font-size: .8em;
	}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	background-color: #F8F8F8;	
}