﻿#ResultWindow { position: fixed; z-index: 999; right: 10px; bottom: 10px; /*filter: alpha(opacity=40); -moz-opacity: 0.40; opacity: 0.40;*/ }
#ResultWindow.Success { background-color: green; }
#ResultWindow.Error { background-color: red; }
#ResultWindow.Warning { background-color: orange; }
#ResultWindow.Information { background-color: blue; }
#ResultWindow iframe { display: none; }

#Result { background-color: White; margin: 5px; text-transform: uppercase; font-weight: bold; padding: 5px 5px 3px 5px; font-family: Arial, Verdana; /*filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00;*/ }
#Result, #Result * { text-align: left; }
#Result .ResultMessage { display: block; margin-bottom: 2px; }
#Result div { text-transform: none; }

.ResultSuccess { border: 2px solid green !important; }
.ResultError { border: 2px solid red !important; }
.ResultWarning { border: 2px solid orange !important; }
.ResultInformation { border: 2px solid blue !important; }

.ResultSuccess, .ResultItemSuccess { color: green !important;}
.ResultError, .ResultItemError { color: red !important;}
.ResultWarning, .ResultItemWarning { color: orange !important;}
.ResultInformation, .ResultItemInformation { color: blue !important;}
