﻿body {
    margin:0;
    padding:0;
    background-color:#f2f2f2;
}

.baseDiv
{
    margin:0;
}

.errorBox
{
    width: 514px;
    min-height: 248px;
    border: 1px solid #a5acb2;
    background-color: #ffffff;
    margin: 248px auto 0px auto;
}

h1
{
    font-family:Verdana, Arial, Helvetica;
    font-size: 16px;
    font-weight:normal;
    line-height:14px;
    color:#000000;
    margin:0;
    padding:0;
}

p, .goToContainer
{
    margin:15px 0px 15px 0px;
    padding:0;
    font-family:Verdana, Arial, Helvetica;
    font-size: 10px;
    line-height:14px;
    color:#000000;
}

ul
{
    margin:15px 0px 0px 15px;
    padding:0px;
}

ul li
{
    font-family:Verdana, Arial, Helvetica;
    font-size: 10px;
    line-height:14px;
    color:#000000;
}

p a, ul a
{
    color: #707980;
}
p a:hover, ul a:hover
{
    color: #006ae9;
}

.masterpage_first_topbar
{
    min-height: 35px;
}

.topbar_logo
{
    margin-left:11px;
}

.content > div
{
    float:left;
    margin: 27px 0px 27px 27px;
}

.bigIcon
{   
    width: 182px;
    height: 157px;
    background-image: url(/mindworking/Images/Iconsheet_POS.png?v=1.3);
    background-repeat: no-repeat;
    background-position:0px -1833px; 
}

.bigInfoIcon
{
    width: 182px;
    height: 157px;
    background-image: url(/mindworking/Images/Iconsheet_POS.png?v=1.3);
    background-repeat: no-repeat;
    background-position:-182px -1833px;
}

.message
{
    width: 251px;
}

/* 404 */
.goToContainer
{
    width: 100%;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    border: 1px solid #a5acb2;
    background-color: #ffffff;
    cursor: pointer;
}

.goToContainer:hover
{
    background-image: url(/mindworking/Images/blue_middle.png);
    background-repeat: repeat-x;
    color: #ffffff;
}

.Annoncetop
{
    float: left;
    margin: 5px 10px 0px 10px;
}

/* BrowserValidation */
object
{
    display: none !important;
}

.baseDiv
{
    width: 514px;
    margin-left: auto;
    margin-right: auto;
}

.errorBox
{
    float: left;
}

.masterpage_first_topbar
{
    width: 100%;
    float: left;
}

.content
{
    width: 100%;
    float: left;
}

.rememberMeDiv
{
    width: 100%;
    float: left;
    border-top: 1px solid #a5acb2;

    display: none;

    font-family:Verdana, Arial, Helvetica;
    font-size: 10px;
    line-height:14px;
    color:#000000;
}

.rememberMeDiv div
{
    float: left;
}

.rememberMeDiv .rememberMeCheckbox
{
    padding-top: 4px;
    float: left;
    padding-bottom: 4px;
}

.rememberMeDiv .rememberMeCheckbox .cbRememberMe
{
    float: left;
    margin-left: 25px;
    margin-right: 10px;
}

.rememberMeDiv .rememberMeCheckbox label
{
    float: left;
    padding-top: 2px;
}

.rememberMeDiv .rememberMeClose
{
    float: right;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-left: 1px solid #a5acb2;
    cursor: pointer;
    margin-right: 10px;
}

.rememberMeDiv .rememberMeClose .closeBtnText
{
    margin-left: 10px;
    margin-top: 4px;
}