html {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	height: 100%;
}

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;
    -scrollbar-face-color: #006CB7;
    -scrollbar-shadow-color: #acacac;
    -scrollbar-highlight-color: #EAEAEA;
    -scrollbar-3dlight-color: #007CC7;
    -scrollbar-darkshadow-color: #878787;
    -scrollbar-track-color: #006CB7;
    -scrollbar-arrow-color: #006CB7;
    height: 100%;
    background: silver url(background.jpg) no-repeat center top;
}

a {
    color: #000000; 
    text-decoration: none
}

a:hover {
    color: #000000;
    text-decoration: underline
}

a:active {
    text-decoration: underline
}

label {
    color: #777777;
}

#logo_m3 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 216px;
    background: url('logo_m3.png') no-repeat center bottom;
}

#logo_elanders {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 80px;
    background: url('logo_elanders.png') no-repeat center bottom;
}

#message {
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #F00000;
    text-align: center;
}

input.text {
    padding: 4px;
    width: 262px;
    margin: 2px 0 9px 0;
    border: 1px solid #AAAAAA;
    background-color: #FAFAFA;
    font-size: 13px;
    line-height: 13px;
    /*text-indent: 4px;*/
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    
    border-radius: 4px;    
}

.middle {
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

/* new shadow */
.shadow {
    -webkit-box-shadow: 0px 0px 20px #333;
    -moz-box-shadow: 0px 0px 20px #333;
    box-shadow: 0 0 25px #333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=true,ShadowOpacity=0.35)";    
}

/* old shadow for IE8 - start */
/* remove when IE8 is not supported any more */
#background-shadow {
    width: 810px;
    margin: 10px auto;
    padding: 5px;
    background: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=true,ShadowOpacity=0.35)";
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=true,ShadowOpacity=0.35);
    /* 	filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=5); */
    zoom: 1;
}

#background {
    position: relative;
    overflow: hidden;
    width: 800px;
    margin: 5px 0px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #333;
    -webkit-box-shadow: 0px 0px 20px #333;
    -moz-box-shadow: 0px 0px 20px #333;
}

#background {
	margin/*\**/: 5px\9; /* hack for IE8 */
	*margin: 5px; /* hack for IE7 */
}
/* old shadow for IE8 - end */

.popup {
    width: 272px;
    height: 177px;
    min-height: 150px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
}

#txtEmail {
    width: 100%;
}

#msgWrongEmail {
    display: none;
    color: red;
}

