#modalContainer {
	min-width: 600px; /* Dialog will be no smaller than this */
	max-width: 700px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 3px #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#modalMessage {
	font-size:12px;
	font-family:Tahoma;
	padding:10px;
    color:#666;
}