/* 
    Document   : msg
    Created on : 19-oct-2014, 16:02:20
    Author     : Amed
    Description:
        Purpose of the stylesheet follows.
*/
.msg-raptor{
        border: 1px solid #777;
	border-color: rgba(0,0,0,0.2);
	border-bottom-color: #333;
	border-bottom-color: rgba(0,0,0,0.4);
	color: #fff;
	-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	cursor: pointer;
	display: inline-block;
	font: bold 100%/2.1 "Lucida Grande", Tahoma, sans-serif;
	padding: 2px;
	
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	
	position: relative;
	z-index: 100;
	
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
    background-color: #006cd4;
   
 
}
.raptor-anim{
    background-image: url(../img/anim2.gif);
    background-size: 100% 100%;
}
.raptor-anim-ui{
    background-image: url(../img/raptor-ui.gif);
    background-size: 100% 100%;
}
 
  |