*{margin:0;padding:0;} fieldset,img{border:0;} ol,ul{list-style:none;} a:active,a:focus{outline:0;} h1,h2,h3,h4,h5,h6,span{font-size:100%;font-weight:normal;}

body {
	background: #eee url(/datashop/assets/images/hr-v1-body-bg-texture.png);
	height: auto;
	padding-top: 55px;
	}
h1.LoginHeader {
	display: block;
	width:  262px;
	height: 332px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left -0px;
	text-indent: 100%; white-space: nowrap; overflow:hidden;
	margin:0 auto 6px;
	}
h2.DistrictName {
	font-family: 'Crete Round', serif;
	font-size: 16px;
	text-align: center;
	color: #2F68BA;
	font-style: italic;
	}
#BoxContainer {
	margin: 44px auto 6px;
	padding-top: 8px;
	width: 534px;
	background:transparent url(/datashop/assets/images/homeroom-login-box-bg-top-lg.png) no-repeat;
	}
	
.Narrow #BoxContainer {
	width: 264px;
	background:transparent url(/datashop/assets/images/homeroom-login-box-bg-top-sm.png) no-repeat;
	}
.DistrictChooser #BoxContainer {
	text-align: center;
	}
	.BoxWrapper {
		background:transparent url(/datashop/assets/images/homeroom-login-box-bg-middle-lg.png) repeat-y;
		}
	.Narrow .BoxWrapper {
		background:transparent url(/datashop/assets/images/homeroom-login-box-bg-middle-sm.png) repeat-y;
		}
	.BoxWrapper .Inner {
		padding: 4px 16px;
		overflow:hidden;
		}
		.BoxWrapper .Inner .Column {
			float:left;
			width: 48%;
			}
		.BoxWrapper .Inner .ColumnGutter {
			float:left;
			width: 4%;
			}
	.Login .BoxWrapper .Inner {
		padding: 0px 8px;
		}
	.BoxWrapper .Inner h2 {
		font-size: 18px;
		font-weight: bold;
		}
	.BoxWrapper .Inner h4 {
		font-weight: bold;
		}
	.BoxWrapper .Inner p {
		margin: 12px 0;
		line-height:1.5;
		}
	.BoxWrapper .Inner .TermsCheckbox {
		display: block;
		margin-bottom:8px;
		}
	.BoxWrapper .Inner .TermsMessage {
		font-size: 11px;
		line-height:1;
		}
	#BoxContainer .BoxBottom {
		height: 8px;
		background:transparent url(/datashop/assets/images/homeroom-login-box-bg-bottom-lg.png) no-repeat;
		}
	.Narrow #BoxContainer .BoxBottom {
		height: 8px;
		background:transparent url(/datashop/assets/images/homeroom-login-box-bg-bottom-sm.png) no-repeat;
		}
	.Narrow .BoxWrapper {width: 264px;}
	.ResetPassword .BoxWrapper,
	.ActivateAccount .BoxWrapper {width: 534px;}

	#BoxContainer form {position: relative;}
		#BoxContainer .InputContainer {margin-bottom: 8px;}
		#BoxContainer #DistrictSelectorContainer {
			width: 180px;
			float:left;
			}
		.DistrictChooser #BoxContainer #DistrictSelectorContainer {
			float:none;
			margin: 0 auto;
			}
		#BoxContainer .DistrictAddress {
			display: block;
			font-size: 16px;
			text-align: center;
			color: #2F68BA;
			padding-top: 12px;
			}
		.TwoColumn #BoxContainer #DistrictSelectorContainer {
			float:none;
			width: auto;
			}
			#BoxContainer #DistrictSelectorContainer .MDSelectButton {height: 24px;}
		#BoxContainer .MDButton.Submit {float:right;}

.UtilityLinks {
	width: 534px;
	margin:0 auto;
	padding-bottom:40px;
	text-align: center;
	}
	.UtilityLinks a {
		text-decoration: none;
		padding-right: 16px;
		font-size: 11px;
		line-height:1;
		}
	.UtilityLinks a:hover {
		text-decoration: underline;
		}
.Narrow .UtilityLinks {width: 264px;}











/* .Message {
	margin:0 15px 12px;
	padding:8px;
	background:#fff;
	border: 1px solid #999;
	border-radius: 			6px; 
	-moz-border-radius: 	6px;
	-webkit-border-radius: 	6px;
	} */
.ContactInfoMessage {
	margin: 0px 8px;
	padding: 0px;
	}
	.ContactInfoMessage h3 {
		font-weight: bold;
		font-size: 14px;
		}
	.ContactInfoMessage p {
		margin-top:12px;
		line-height:1.2;
		}


	.InputWrap {
		width:  238px;
		height: 28px;
		margin-bottom:11px;
		background:transparent url(../images/login-field-bg.png) no-repeat;
		position:relative;
		}
		.InputWrap input {
			display: block;
			width:  230px;
			height: 20px;
			border: 0px;
			position:absolute;
			top:4px;
			left:4px;
			right:4px;
			bottom:4px;
			font-size: 14px;
			font-family:"Hevetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
			color:#999;
			}
			#UserPass,
			#SkywardUserPass {display:none;}
			#NewUserPass {display:none;}
			#ConfirmUserPass {display:none;}
	.MDButton.Size-Small.Login {
		position:absolute;
		bottom:-1px;
		right:15px;
		}
	form select {
		position:relative;
		top:1px;
		width:160px;
		min-width:160px;
		}
		form select.ExpandForIE {
			width:auto!important;
			z-index: 20000;
			}
		
	.AgreeToTerms {margin-bottom:12px;}
	.AgreeToTerms label {font-size:11px;}
.UtilityButtons {
	width:  268px;
	height: 18px;
	margin:10px auto 0;
	position:relative;
	}
	.UtilityButtons a {
		position:absolute;
		color: #777;
		}
	.UtilityButtons #ResetPasswordBtn {
		top:0px;
		left:7px;
		}
	.UtilityButtons #ActivateNewAccountBtn {
		top:0px;
		left: 100px;
		}
	.UtilityButtons #HelpInfoBtn {
		top:0;
		right:7px;
		}
