@charset "UTF-8";
/* CSS Document */

.oneColFixCtr #container1 {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #efeff1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px; /* this overrides the text-align: center on the body element. */
	text-align:left;
	background-image:url(../Images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
}
.oneColFixCtr #container2 {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #efeff1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px; /* this overrides the text-align: center on the body element. */
	text-align:center;
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-align:left;
}
#inputfields {
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 25px;
	text-align:left;
}
#courses {
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	vertical-align: bottom;
}
#footer {
	text-align:center;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}
#instructions {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: justify;
	color:#036;
}
.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 16px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF3300;
	border-bottom-color: #FF3300;
}

#red {
	font-size:10px;
	font-weight: bold;
	color: #CC0000;
}
#red2 {
	font-size:10px;
	font-weight: bold;
	color: #CC0000;
	text-align:left;
}
#red3 {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	text-align:center;
	width: 500 px;
}
#footnote {
	font-size:11px;
	font-weight: bold;
	color: #666666;
	padding-left: 8px;
}
#footnote2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #666666;
}
#footnote3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000;
	text-decoration:none;
	
}
a.blue:link {color: #0000ff;}
a.blue:active {color: #0000ff;}
a.blue:visited {color: #0000ff;}
a.blue:hover {color: #000;}

#parentstudent {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#039;
	font-weight:bold;
	text-shadow: #C5C5C5 1.5px 1.5px 2px;

}
#payments {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#number {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #039;
	font-weight: bold;
	text-align:center;
}
#info {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #039;
	text-align: left;
}
#info2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #039;
	text-align: center;
}
#step1 {
	font-size: 50px;
	font-family: "Monotype Corsiva";
	text-shadow: #C5C5C5 1.5px 1.5px 2px;
	color:#039;
}

#dropshadow {
	width:1004px;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	}
	#error {
		background-color:#C00;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 8px;
		border-top-width: 2px;
		border-bottom-width: 2px;
		border-right-width: 2px;
		border-left-width: 2px;
		border-top-style: solid;
		border-left-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-color: #000;
	}
	#login {
	font-family: "Monotype Corsiva";
	font-size: 40px;
	color: #036;
	text-align: center;
	text-shadow: #C5C5C5 1.5px 1.5px 2px;
}
#dropshadow {
	width:1004px;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	}
#login {
	font-family: "Monotype Corsiva";
	font-size: 60px;
	color: #036;
	text-align: center;
	text-shadow: #C5C5C5 1.5px 1.5px 2px;
}
#reset1 {
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: center;
}
#reset2 {
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight:bold;
}
#emailnote {
	color: #535353;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align:center;
	line-height:18px;
}

#betweenfields {
	width: 10px;
}

/***********************************/
/* New CSS for Floating Label Form */
/***********************************/

input { /* this puts a box shadow around the border of each input field */
    border: 5px solid white; 
	border-radius: 5px;
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.2),
            0 0 2px rgba(0,0,0,0.3); 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.2),
            0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.2),
            0 0 2px rgba(0,0,0,0.3); 
    height: 26px;
    padding: 15px;
    background: rgba(255,255,255,0.3);
	font-size: 12px;
} 

* { /* this puts a border-box around all required fields and constrains their labels */
	box-sizing: border-box;
}
form {
  width: 560px;
  margin: 0px;
}
form > div {
  position: relative;
  overflow: hidden;
  width: 260px;
}
form input { /* this styles the form input boxes and puts the form input on top (z-index) of the label */
  width: 100%;
  border: 2px solid gray;
  background: none; /* this takes away the labels if I change it to anything but "none" */
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 4px 6px;
  outline: 0;
}
form select:valid, input:valid { /* this puts a white background in an input or textarea when it becomes valid (has input placed in it) */
  background: white;
}
form input:focus, select:focus{ /* this puts a blue border around input and textarea fields that are selected (in focus) */
  border-color: #003399;
}
form label{ /* this defines the label for each form input */
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #999;
  background: white;
  padding:2px 6px;
  font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
 form label {padding-top: 2px;} 
}
form textarea {
  display: block;
  resize: vertical;
}
form label {
  top: 2px;
  right: 100%;
  width: 100%;
  margin-right: -100%;
  bottom: 2px; 
}
.label {
	position:relative;
}
.labelLeft {
	position:relative;
	width: 272px;
}
.labelRight {
	position:relative;
	width: 272px;
}
select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
	height: 26px;
	outline: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #999;
	border: 2px solid gray;
	background-color: #FFFFFF;
	font-size: 15px;
	border-radius: 5px;
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.2),
            0 0 2px rgba(0,0,0,0.3); 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.2),
            0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.2),
            0 0 2px rgba(0,0,0,0.3); 
	width: 180px;
  	background: none; /* this takes away the labels if I change it to anything but "none" */
  	position: relative;
  	top: 0;
  	left: 0;
  	z-index: 1;
  	padding: 0px 6px;
  	outline: 0;
} 
.warning {
	position:relative;
	color:#CC0000;
	font-size:12px;
}
.zipWarning {
	color:#CC0000;
	font-size: 12px;
	position:relative;
	width:auto;
}
.courseWarning {
	color:#CC0000;
	font-size:14px;
	margin-left: 8px;
}
.agreeWarning {
	color:#CC0000;
	font-size:12px;
	margin-left: 30px;	
}
.checkbox {
	width: 14px;
	height: 16px;
	box-shadow:none;
    background: rgba(255,255,255,0.3);
}
#radio { 
	height: 22px;
	width: 16px;
	box-shadow: none;
	margin-top: 0px;
}
.red {
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}
.instructions {
	position:relative;
	font-size: 12px;
}
