#rm_underlay { background-color: gray; /* ReSharper disable once CssBrowserCompatibility */ filter: alpha(opacity=50); /* ReSharper disable once CssBrowserCompatibility */ opacity: 0.5; height: 100%; width: 100%; position: fixed; left: 0; top: 0; text-align: center; z-index: 20; display: none; }

#rm_overlaywindow_container { background-color: white; border: 3px solid #00536D; position: fixed; left: 50%; top: 50%; margin-left: -190px; z-index: 800; padding: 10px; display: none; }

#rm_overlaywindow_title h2 { color: #ffffff; padding: 6px 0 6px 4px; display: table; margin: 0 auto; }

.rm_form > div.rm_form_buttons { display: table; margin: 0 auto; width: auto; clear: both; float: none; padding-top: 10px; margin-bottom: 4px; }

.rm_form > div.rm_form_buttons > input[type=button], .rm_form > div.rm_form_buttons > input[type=submit] { margin: 0 8px; }
