﻿html, body {
    background: #f2f2f2;
}

#auth-master {
    position: relative;
    width: 600px;
    margin: 150px auto 0;
}

#auth-master .logo {
    margin: 15px 5px;
    display:block;
    width:214px;
    height:52px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(Images/Auth/logo.gif) no-repeat;
}

#auth-master .content {
    background-color: #fff;
}

#auth-master .content-container .top,
#auth-master .content-container .top span.left,
#auth-master .content-container .top span.right,
#auth-master .content-container .bottom,
#auth-master .content-container .bottom span.left,
#auth-master .content-container .bottom span.right,
#auth-master .content-container .topping {
    background-image: url(Images/Auth/bg-content-container-f2f2f2.gif);
}

#auth-master .content-container h2 {
    color: #666;
    text-shadow: 1px 1px #fff;
}

div.mt-portal-message {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fffaac;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
}
.mt-portal-message-error {
    color: red;
    font-weight: bold;
}
