﻿.MsgWindow{
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	border: 1px solid #BECFE7;
}

.drag-handle
{
	padding: 10px;
	font-size: 12px;
	font-weight: bold;	
	background-color:#5B9AE5;
	color:#fff;
	border-bottom: none;
	-moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
	-webkit-border-radius-righttop: 3px;
	-webkit-border-radius-lefttop: 3px;
}

.drag-controls {}
.drag-controls img { display: inline;}

.drag-contentarea{ /*CSS for Content Display Area div*/
	color: #718496;
	text-align:justify;	
	padding: 20px;
	border-top: 1px solid #fff;	
}

.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 #BECFE7;
}

  .drag-buttons button {
    background-color: #e5e21d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d8d51a;
}

 .drag-contentarea a{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}