/* CSS Document */
/* 
 *	Go-media | Design + Comunication + Development + Marketing Online
 *  info@go-media.com | www.go-media.com.ar
 * 
*/

	#msj{
		position: fixed;
		top: 50px;
		left: 50%;
		margin-bottom: 15px;	   	
		max-width: 1000px;
		width: 90%;
		z-index: 9999999999999;
	}
	.msj{
		position: relative; 
		left: -50%; 
		border: solid #ccc 1px;
		color: #fff;
		text-shadow: 
	    	0px 2px 3px rgba(0, 0, 0, 0.8),
	    	0px -2px 3px rgba(0, 0, 0, 0.8), 
	    	0px 0px 3px rgba(0, 0, 0, 0.8),
	    	-1px -1px 2px #000,  
	      	1px -1px 2px #000,
	      	-1px 1px 2px #000,
	       	1px 1px 2px #000;
		font-size: 1em;
	    line-height: 200%;
	    opacity: 0.8;
	    margin:40px auto 0;
	    border-radius: 5px;
	    text-align: center;
	    width: 100%;
	    max-width: 1000px;
	    top: 0px;
	    z-index: 2147483647;
		padding: 10px;
	    color: white;	  
	    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);  
	}
	/* The close button */
	.closebtn {
	    margin-left: 15px;
	    color: white;
	    font-weight: bold;
	    float: right;
	    font-size: 22px;
	    line-height: 20px;
	    cursor: pointer;
	}	
	.closebtn:hover {
	    color: black;
	}
	#msj-info{ 
		display:none;
		
        background-color: #d8000c;
	    background: #130cf5;
		background: -moz-linear-gradient(top, #130cf5 0%, #130cf5 68%, #0a009c 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #130cf5), color-stop(68%, #130cf5), color-stop(100%, #0a009c));
		background: -webkit-linear-gradient(top, #130cf5 0%, #130cf5 68%, #0a009c 100%);
		background: -o-linear-gradient(top, #130cf5 0%, #130cf5 68%, #0a009c 100%);
		background: -ms-linear-gradient(top, #130cf5 0%, #130cf5 68%, #0a009c 100%);
		background: linear-gradient(to bottom, #130cf5 0%, #130cf5 68%, #0a009c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#130cf5', endColorstr='#0a009c', GradientType=0 );
	}
	#msj-ok{
		display:none;
	
        /*background-color: #00d905;*/
	    background: #05f70d;
		background-image:-moz-linear-gradient(top, #05f70d 0%, #05f70d 68%, #4c9e00 100%);
		background-image:-webkit-gradient(left top, left bottom, color-stop(0%, #05f70d), color-stop(68%, #05f70d), color-stop(100%, #4c9e00));
		background-image:-webkit-linear-gradient(top, #05f70d 0%, #05f70d 68%, #4c9e00 100%);
		background-image:-o-linear-gradient(top, #05f70d 0%, #05f70d 68%, #4c9e00 100%);
		background-image:-ms-linear-gradient(top, #05f70d 0%, #05f70d 68%, #4c9e00 100%);
		background-image:linear-gradient(to bottom, #05f70d 0%, #05f70d 68%, #4c9e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05f70d', endColorstr='#4c9e00', GradientType=0 );
	}
	#msj-alert{
		display:none;
	
        background-color: #d8000c;
	    background: #daf50a;
		background: -moz-linear-gradient(top, #daf50a 0%, #daf50a 68%, #929c00 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #daf50a), color-stop(68%, #daf50a), color-stop(100%, #929c00));
		background: -webkit-linear-gradient(top, #daf50a 0%, #daf50a 68%, #929c00 100%);
		background: -o-linear-gradient(top, #daf50a 0%, #daf50a 68%, #929c00 100%);
		background: -ms-linear-gradient(top, #daf50a 0%, #daf50a 68%, #929c00 100%);
		background: linear-gradient(to bottom, #daf50a 0%, #daf50a 68%, #929c00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf50a', endColorstr='#929c00', GradientType=0 );
	}
	#msj-error{
		display:none;
	
		background-color: #d8000c;
	    background: #f50808;
		background: -moz-linear-gradient(top, #f50808 0%, #f50808 68%, #9c0000 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #f50808), color-stop(68%, #f50808), color-stop(100%, #9c0000));
		background: -webkit-linear-gradient(top, #f50808 0%, #f50808 68%, #9c0000 100%);
		background: -o-linear-gradient(top, #f50808 0%, #f50808 68%, #9c0000 100%);
		background: -ms-linear-gradient(top, #f50808 0%, #f50808 68%, #9c0000 100%);
		background: linear-gradient(to bottom, #f50808 0%, #f50808 68%, #9c0000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f50808', endColorstr='#9c0000', GradientType=0 );
	}	