.message {
	padding: 15px; 
    border: 1px solid currentColor; 
    width: 100%; 
    color: rgb(255, 255, 255); 
    position: fixed; 
    box-shadow: inset 0px -1px 0px rgba(255,255,255,0.4);
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5); background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent); background-size: 40px 40px; -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4); -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; _position: absolute; -webkit-animation: animate-bg 5s linear infinite; -moz-animation: animate-bg 5s linear infinite;
    z-index: 60000; 
}
.info {
	border-color: rgb(59, 142, 181); background-color: rgb(78, 165, 205);
}
.message h3 {
	margin: 0px 0px 5px;
}
.message p {
	margin: 0px;
}

.vh {
    top:8px;
    margin-top:-6px;
    margin-right:0px;
    margin-bottom:-6px;
    margin-left:0px;
    position:relative;

    border-color:#f0c36d;
    background-color:rgb(249, 237, 190);

    padding-top:6px;
    padding-right:60px;
    padding-bottom:6px;
    padding-left:60px;

    border-width:1px;
    border-style:solid;    

    color:#222;
    background-image:none;
    background-attachment:scroll;
    background-repeat:repeat;
    background-position-x:0%;
    background-position-y:0%;
    background-size:auto;
    background-origin:padding-box;
    background-clip:border-box;

    text-align:center;
    line-height:100%;
}

.vhTotvs {
    top:8px;
    margin-top:-6px;
    margin-right:0px;
    margin-bottom:-21px;
    margin-left:0px;
    position:relative;

    border-color:#f0c36d;
    background-color:rgb(249, 237, 190);

    padding-top:6px;
    padding-right:15px;
    padding-bottom:6px;
    padding-left:15px;

    border-width:1px;
    border-style:solid;    

    color:#222;
    background-image:none;
    background-attachment:scroll;
    background-repeat:repeat;
    background-position-x:0%;
    background-position-y:0%;
    background-size:auto;
    background-origin:padding-box;
    background-clip:border-box;

    text-align:center;
    line-height:100%;
}