html {
    margin:0;
    height:95%;
}
body {
    font-family:Verdana, Arial, Helvetica;
    color: #6e7277;
    font-size:9pt;
    margin:0;
    background-color:#EEEFF1;
    background-image:url(/domcfg.nsf/bgr_wrapper.png);
    background-position:center top;
    background-repeat:repeat-x;
    height:100%;
}
img {
    border:none;
}
div.loginwrapper {
    position:absolute;
    top:30%;
    left:50%;
    width:530px;
    margin:-220px 0 0 -265px;
    border:1px solid #D0DAE3;
    background:transparent url(/domcfg.nsf/bgr_mod_login.png) repeat-x scroll center bottom;
    background-color:#ffffff;
    text-align:center;
    padding:20px 20px 0 20px;
}
div.loginheader{
    margin:10px;
}
div.loginheader h2{
    margin:15px 0 25px 0;
    font-size:12px;
}
div.loginwrapper hr{
    border-color:#6E7277;
    border-width:0 0 1px 0;;
    margin:10px 40px 10px 40px;
}
div.loginwrapper table {
	margin-left:auto;
	margin-right:auto;
    width:260px;
    text-align:left;
}
div.loginwrapper td.label {
    text-align:center;
    padding:0 10px 0 0;
    font-size:9pt;
}
input.loginButton {
    height:20px;
    width:100px;
    background-color:#646d59;
    margin:5px 0 0 0;
    border-width:0px;
    color:#ffffff;
    vertical-align:middle;
    text-align:center;
    font-size:9pt;
    font-weight:bold;
}
input.login {
    width:150px;
}
div.loadingBubble {
    margin:0 0 15px 0;
}
a {
    text-decoration:none;
    color:#2271A2;
    font-weight:bold;
}
a:hover {
    text-decoration:underline;
}
div.BoxHeadline {
    margin:0 0 5px 0;
}

.msgDiv {
    padding: 10px;
    border-radius: 5px;
    #background-color: rgba(255, 0, 0, .5); #wird in .error und .info definiert
  
    border-width: 1px;
    border-style: solid;
    #border-color: rgba(127, 0, 0, .5); #wird in .error und .info definiert
  
    color: black;
    font-weight: bold;
    font-size: 10pt;
}

#Verwendung in Verbindung mit .msgDiv
.error {
  background-color: rgba(255, 0, 0, .5);
  border-color: rgba(127, 0, 0, .5);
}

#Verwendung in Verbindung mit .msgDiv
.info {
  background-color: rgba(100, 109, 89, 0.5);
  border-color: rgba(50, 50, 28, .5);
}