html, body {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: arial, verdana, helvetica;
		font-size: 12px;
}

#main {
    background-image: url('http://www.shift.be/includes/images/logo_homepage.jpg');
    background-repeat: no-repeat;
    background-position: 226.5px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -350px;
    width: 700px;
    height: 400px;
    text-align: center;
}

#main h3,
#main a, 
#main a:hover {
    font-family: arial, verdana, helvetica;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #243e74;
}

#main h3 {
    margin: 0px;
    padding: 0px;
}

#main a:hover {
    text-decoration: underline;
}

#main p {
    margin: 0px;
    padding: 0px;
}

#main p em {
    font-style: normal;
}

#lt, #rt {
    position: absolute;
    top: 280px;
    width: 350px;
}

#lt {
    left: 0px;
}

#rt {
    left: 350px;
}


#toolbar {
    margin: 0px;
    padding: 3px 0px;
    border-bottom: 1px solid gainsboro;
    text-align: right;
}

#toolbar ul {
    list-style-type: none;
    margin: 0px;
    margin-right: 3px;
    padding: 0px;
}

#toolbar li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

#toolbar a {
    cursor: pointer;
    text-decoration: underline;
    color: #243e74;
}

legend, label {
    font-family: arial, verdana, helvetica;
	font-size: 12px;
}

label.req {
    font-weight: bold;
    color: firebrick;
}

legend {
    font-size: 10px;
    text-transform: uppercase;
    color: gray;
}

div.set {
    clear: both;
    margin: 0px;
    padding: 3px 0px;
}

div.set .lbl,
div.set .lbl2 {
    display: block;
    margin: 0px;
    margin-right: 10px;
    padding: 0px;
    float: left;
    width: 15px;
    text-align: right;
}

div.set .lbl2 {
    width: 80px;
}

#shiftAssistClientCheckWindow span {
    font-size:13px;
    font-weight:bold;
}

#shiftAssistClientCheckWindow p {
    margin:10px 0px;
    padding:0px;
    text-align:center;
}