﻿body {
     /*background-image: url("../images/header-bg.jpg");
     background-position: 0 0px;
     background-repeat: repeat-x;*/
     font-family: Verdana, Arial, sans-serif;
     font-size: 8pt;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px; 
}
body #mainform {
    height: 100%;
}
body #main{
    height: 88px;
    width: 110%;
    background-color:rgb(157, 157, 157);
    position: absolute;
    left: 0px;
    top: 0px;
}

body #s4-simple-header 
{
	/*background: url("../images/logo.png") no-repeat center 30px rgb(157, 157, 157);*/ 
	height: 70px; 
	padding-top: 30px;
    padding-bottom: 30px;
	width: 100%;
    align-content: center;
    text-align: center;
}


body #s4-simple-card {
    background-color: #eee;
    border-color: #E3E8EE #E3E8EE #BEC2C7;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    box-shadow: 0 0 5px #EDF3F9;
    margin: 0px auto 0;
    width: 480px;
}


body #s4-simple-card input[type="text"],body #s4-simple-card input[type="password"] {
    width: 250px;
    margin-bottom: 12px;    
}

body #s4-simple-card input[type="submit"] {
    width: 120px;
    margin-top: 12px;  
    margin-bottom: 12px;  
    margin-right: 8px;      
}

body #s4-simple-card label {
    display: block;
    height: 27px;
    padding: 3px;  
}
body #s4-simple-card-content {
	margin: 0px 30px 10px;  
	max-width: 100%;
}
body #s4-simple-card-top {
	padding: 10px 10px 0px; 
	height: 10px; 
	text-align: right;
}
body #s4-simple-content {
	margin-left: 70px;
}
body #s4-simple-card h1 {
	color: rgb(0, 55, 89); padding-top: 3px; font-size: 1.4em; font-weight: normal; margin-bottom: 25px;
}
body #s4-simple-error-content {
	margin-bottom: 30px; 
	min-height: 100px;
}