/* CSS Document */
.SkylineMessageBox{width:600px; margin:0 auto; display:none; position:absolute; top:0; left:0; z-index:99999;}
.SkylineMessageBox .message {border: 1px solid;margin: 0 10px 20px 0;}
.SkylineMessageBox .message p {padding: 20px 20px 20px 32px; margin:0 10px;}
.SkylineMessageBox .success {background: #E6EFC2 url(highlight_line.gif) repeat-x scroll 0 0;border-color: #C6D881;}
.SkylineMessageBox .success p{background:transparent url(24_tick.png) left center no-repeat;}
.SkylineMessageBox .error {background: #FBE3E4 url(highlight_line.gif) repeat-x scroll 0 0;border-color: #FBC7C9;}
.SkylineMessageBox .error p{background:transparent url(24_x_false.png) left center no-repeat;}
.SkylineMessageBox .warning {background: #FFF6BF url(highlight_line.gif) repeat-x scroll 0 0;border-color: #FDD845;}
.SkylineMessageBox .warning p{background:transparent url(24_alert.png) left center no-repeat;}
.SkylineMessageBox .tip {background: #A8B2C5 url(highlight_line.gif) repeat-x scroll 0 0;border-color: #8497BF;}
.SkylineMessageBox .tip p{background:transparent url(24_information.png) left center no-repeat;}
