body {
	padding: 100px 20px;
	font-family: helvetica, san-serif;
	color: #666;
	font-size: 90%;
	background-color: #F5F5F5;
}

a {
	text-decoration: none;
}

#headerBox {
    background-color: white;
    border-bottom: 2px solid #DBDBFF;
    height: 120px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

#k12Logo {
    background-image: url("K12Stride.png");
	background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width:102px;
    height:44px;
    margin: 35px 0 0 15px;
}

#tvsLogo {
    background-image: url("tv-header.png");
    background-repeat: no-repeat;
    height: 80px;
    margin: 36px 0 0 672px;
}

#versionString {
    color: #999999;
    font-size: 9px;
    margin-top: -36px;
    text-align: center;
}

h1 {
    color: #46256E;
    font-size: 30px;
    margin: 0;
    padding: 11px 190px 0 0;
}

#LoginForm {
	width: 350px;
	padding: 22px;
	margin: 50px auto;
	background-color: #D9D6F2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: center;
	display: block;
}

label {
	float: left;
	width: 80px;
	line-height: 20px;
	margin: 0 -60px 0 0;
    padding: 0 0 0 45px;
}

.button_bar {
	padding-left: 205px;
	overflow: hidden;
}

.Button {
	float: left;
	background-image: url("formbg.gif");
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 20px;
	font-size: 95%;
	color: #444444;
	font-weight: bold;
	border: 1px outset #CCCCCC;
}

.Button span {
	float: left;
	background-image: url("formbg.gif");
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ccccff;
	padding: 0;
	line-height: 26px;
	margin-left: 10px;
	padding-right: 10px;
	text-shadow: 0 1px 0 #E9E9E9;
}

.ErrBlock {
    border: 2px solid #f37657;
    border-left: none;
    border-right: none;
    padding: 7px 42px;
    color: #741b03;
    font-weight: bold;
    font-size: 110%;
    margin: 20px auto;
    background: #ffd5bd url(icon_err.png) no-repeat 10px 11px;
    width: 250px;
}
