.msg{
	background: InactiveCaption;	
	padding: 6px;
	border: outset thin;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000;
}

.msgTitle{
	background: ActiveCaption;
	color:#000;		
}

a.msglinks{
	text-decoration: none;
	font-size:1.1em;
	text-transform:uppercase;
	color:#102b49;
}

.msgIcon{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 45px;
	color:#102b49;
}
.msgButton {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#052840), to(#65a9d7));
   background: -webkit-linear-gradient(top, #052840, #65a9d7);
   background: -moz-linear-gradient(top, #052840, #65a9d7);
   background: -ms-linear-gradient(top, #052840, #65a9d7);
   background: -o-linear-gradient(top, #052840, #65a9d7);
   padding: 9px 18px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.msgButton:hover {
   border-top-color: #181f24;
   background: #181f24;
   color: #ccc;
   }
.msgButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }