.messages{width:100%;height:100%;background:url('../images/transparent/messages_background.png') repeat;background:rgba(0,0,0,0.95);position:absolute;left:0px;top:0px;z-index:997;}
.messages.initial{width:500px;height:auto;background:url('../images/transparent/messages_initial.png') repeat;background:rgba(102,102,102,0.7);padding:15px;border-radius:10px;z-index:998;}

.messages div.body{background-color:#ffffff;padding:1px;}
.messages div.body div{padding:18px;color:#666666;}
.messages div.body div.header{background-color:#666666;background:linear-gradient(bottom,#666666,#858585);background:-moz-linear-gradient(bottom,#666666,#858585);background:-webkit-linear-gradient(bottom,#666666,#858585);background:-ms-linear-gradient(bottom,#666666,#858585);border-bottom:1px #ffffff solid;padding:15px 20px 15px 20px;font-size:18px;color:#ffffff;text-shadow:1px 1px 2px rgba(0,0,0,0.5);}
.messages div.body div.header.failure{background-color:#e64730;background:linear-gradient(bottom,#e64730,#f18576);background:-moz-linear-gradient(bottom,#e64730,#f18576);background:-webkit-linear-gradient(bottom,#e64730,#f18576);background:-ms-linear-gradient(bottom,#e64730,#f18576);}
.messages div.body div.header.success{background-color:#22b14c;background:linear-gradient(bottom,#22b14c,#65cf83);background:-moz-linear-gradient(bottom,#22b14c,#65cf83);background:-webkit-linear-gradient(bottom,#22b14c,#65cf83);background:-ms-linear-gradient(bottom,#22b14c,#65cf83);}
.messages div.body div.middle{line-height:17px;border-bottom:1px #cccccc solid;border-top:1px #ededed solid;font-size:12px;}

.messages div.body div.footer{background-color:#f2f2f2;border-top:1px #ffffff solid;padding:12px;text-align:right;}
.messages div.body div.footer span.button{display:inline-block;background:#7c7c7c url('../images/messages/icon_false.png') no-repeat 19px 50%;border-top:1px #9a9a9a solid;outline:1px #666666 solid;margin:1px 1px 1px 13px;padding:10px 20px 10px 41px;color:#ffffff;font-size:14px;text-shadow:1px 1px 2px rgba(0,0,0,0.5);cursor:pointer;}
.messages div.body div.footer span.button.confirm{background-image:url('../images/messages/icon_true.png');}
.messages div.body div.footer span.button:hover{text-decoration:underline;}

.messages.animation{animation-name:show-message;animation-duration:400ms;animation-iteration-count:1;animation-timing-function:cubic-bezier(0.5,0.1,0.5,1);animation-fill-mode:both;-moz-animation-name:show-message;-moz-animation-duration:400ms;-moz-animation-iteration-count:1;-moz-animation-timing-function:cubic-bezier(0.5,0.1,0.5,1);-moz-animation-fill-mode:both;-webkit-animation-name:show-message;-webkit-animation-duration:400ms;-webkit-animation-iteration-count:1;-webkit-animation-timing-function:cubic-bezier(0.5,0.1,0.5,1);-webkit-animation-fill-mode:both;-ms-animation-name:show-message;-ms-animation-duration:400ms;-ms-animation-iteration-count:1;-ms-animation-timing-function:cubic-bezier(0.5,0.1,0.5,1);-ms-animation-fill-mode:both;}@keyframes show-message{0%{transform:scale(0);}45%{transform:scale(1.1);}75%{transform:scale(0.9);}100%{transform:scale(1.0);}}@-moz-keyframes show-message{0%{-moz-transform:scale(0);}45%{-moz-transform:scale(1.1);}75%{-moz-transform:scale(0.9);}100%{-moz-transform:scale(1.0);}}@-webkit-keyframes show-message{0%{-webkit-transform:scale(0);}45%{-webkit-transform:scale(1.1);}75%{-webkit-transform:scale(0.9);}100%{-webkit-transform:scale(1.0);}}@-ms-keyframes show-message{0%{-ms-transform:scale(0);}45%{-ms-transform:scale(1.1);}75%{-ms-transform:scale(0.9);}100%{-ms-transform:scale(1.0);}}