#aceform {
  background: white; /* blue */
  /* width: 750px;*/
  width: 96%;  /* change on 4/12/2017 */
  height: 840px;
  font-family: Arial, Verdana, sans-serif;
  position: relative;
  color: #29297A;
  margin-left: 20px;
  margin-top: 5px;
  border-radius: 10px;
  overflow-y: auto;
  /*border: 1px solid #ccc;*/
  /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);*/  
}

#aceform header {
  background: #29297A; /* background: #FF3838; */
  padding: 10px 10px;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  height:20px;
}

#aceform h1, h2, h3 {
  color: #29297A;
}

#aceform label {
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  /*margin-top: 10px; */
  
  
/*
  margin-left: 20px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 5px;
  position: relative;
 */
}

#aceform label span {
  color: #FF3838;
  font-size: 1em;
  position: absolute;
  left: 4em;
  top: -5px;
}

#aceform .error span {
  color:red
  font-size: 1em;
  position: absolute;
  left: 4em;
}


#aceform input {
  /*display: block;*/
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 200px;
  height: 15px;
  margin-left: 5px;  
 /* margin-top: 10px; */
  padding: 4px 4px 4px 4px; 
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}


#aceform fieldset {
  display: inline-block; 
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 150px;
  height: 22px;
  margin-left: 5px; 
  margin-top: 10px;  
  padding: 1px 1px 1px 1px; 
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#aceform #state {
  /*display: block;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 50px;
  height: 25px;
  margin-left: 5px;  
  /*padding: 5px 10px; */
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#aceform #race {
  /*display: block;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 140px;
  height: 25px;
  margin-left: 5px;  
  /*padding: 5px 10px; */
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#aceform #m_edu, #f_edu, #rel_id {
  /*display: block;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 140px;
  height: 25px;
  margin-left: 5px;  
  /*padding: 5px 10px; */
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#aceform #gyear {
  font-size: 15px;
  font-color: #29297A;
  width: 50px;
  height: 25px;
  margin-left: 5px;  
  /*padding: 5px 10px; */
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#aceform #grade {
  font-size: 15px;
  font-color: #29297A;
  width: 50px;
  height: 25px;
  margin-left: 5px;  
  /*padding: 5px 10px; */
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#aceform input[type=submit] {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 40px;
/*
  width: 20em;  
  height: 2em;
  left: 20px;
  left: 30%; 
  width:20%;
  border:2px solid #FFCB00; 
  padding:10px; 
  font-size:20px; */
  float: right;
  width:150px;
  height: 35px;
  background-color:#29297A;
  font-family: Arial, Verdana, sans-serif;
  color: white;
  outline: none;
  border: none;
  padding: 5px 15px;
  font-size: 1.3em;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
} 

#aceform .help {
  margin-left: 20px;
  font-size: 0.8em;
  color: #777;
}


#aceform input[type=submit]: hover {
  background: #ff5252;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

#ace {
    /*background-color: blue;*/
    /*width:800px; */
    width: 100%; /* change on 4/12/2017 */
    height: 1180px;
    padding:5px; 
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 15px;
}

#aceform #career, #aa, #aid {
  /*display: block;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 220px;
  height: 25px;
  margin-left: 5px;  
  /*padding: 5px 10px; */
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#aceform #psa, #psee, #lds {
  /*display: block;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 250px;
  height: 25px;
  margin-left: 5px;  
  /*padding: 5px 10px; */
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#aceform #school {
  font-size: 15px;
  font-color: #29297A;
  width: 140px;
  height: 25px;
  margin-left: 5px;  
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#needform {
  background: white; /* blue */
  /* width: 750px; */
  width: 96%; /* change on 4/12/2017 */
  /* height: 1000px;*/
  /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);*/
  font-family: Arial, Verdana, sans-serif;
  /*font-family: georgia,serif;*/
  position: relative;
  color: #333;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 5px;
}

#needform header {
  background: #29297A; /* background: #FF3838; */
  padding: 20px 20px;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  height:20px;
}

#needform label {
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  /*margin-top: 10px; */
  
  
/*
  margin-left: 20px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 5px;
  position: relative;
 */
}

#needform label span {
  color: #FF3838;
  font-size: 1em;
  position: absolute;
  left: 4em;
  top: -5px;
}

#needform .error span {
  color:red
  font-size: 1em;
  position: absolute;
  left: 4em;
}


#needform input {
  /*display: block;*/
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 200px;
  height: 15px;
  margin-left: 5px;  
 /* margin-top: 10px; */
  padding: 4px 4px 4px 4px; 
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}


#needform fieldset {
  display: inline-block; 
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 150px;
  height: 22px;
  margin-left: 5px; 
  margin-top: 10px;  
  padding: 1px 1px 1px 1px; 
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#needform #state, #p_state, #college_state, #college_type, #sch_year, #status {
  /*display: block;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 50px;
  height: 25px;
  margin-left: 5px;  
  /*padding: 5px 10px; */
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#needform #race {
  /*display: block;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 140px;
  height: 25px;
  margin-left: 5px;  
  /*padding: 5px 10px; */
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#needform #m_edu, #f_edu {
  /*display: block;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 140px;
  height: 25px;
  margin-left: 5px;  
  /*padding: 5px 10px; */
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#needform input[type=submit] {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 40px;
/*
  width: 20em;  
  height: 2em;
  left: 20px;
  left: 30%; 
  width:20%;
  border:2px solid #FFCB00; 
  padding:10px; 
  font-size:20px; */
  float: right;
  width:150px;
  height: 35px;
  background-color:#29297A;
  font-family: inherit;
  color: white;
  outline: none;
  border: none;
  padding: 5px 15px;
  font-size: 1.3em;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
} 

#needform .help {
  margin-left: 20px;
  font-size: 0.8em;
  color: #777;
}


#needform input[type=submit]: hover {
  background: #ff5252;
}

#need {
    /*background-color: blue;*/
    /*width:800px; */
    width: 100%; /* change on 4/12/2017 */
    height: 1180px;
    padding:5px; 
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 15px;
}

#needform #career, #aa, #aid {
  /*display: block;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 220px;
  height: 25px;
  margin-left: 5px;  
  /*padding: 5px 10px; */
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#needform #psa, #psee, #lds {
  /*display: block;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 250px;
  height: 25px;
  margin-left: 5px;  
  /*padding: 5px 10px; */
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}


#needform #school {
  font-size: 15px;
  font-color: #29297A;
  width: 140px;
  height: 25px;
  margin-left: 5px;  
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#needform #gyear, #anti_gyear, #glevel {
  font-size: 15px;
  font-color: #29297A;
  width: 80px;
  height: 25px;
  margin-left: 5px;  
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#needform #interests, #plans {
  font-size: 15px;
  font-color: #29297A;
  width: 99%;
  height: 40px;
  margin-left: 0px;  
  margin-top: 5px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}


#chpwd {
  background: white;
  width: 60%;
  height: 400px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  font-family: lato;
  position: relative;
  color: #333;
  border-radius: 10px;
  margin-left: 60px;
  margin-top: 40px;
}

#chpwd header {
  background: #29297A; /* background: #FF3838; */
  padding: 20px 20px;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  height:20px;
}
#chpwd label {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
}
#chpwd label span {
  color: #FF3838;
  font-size: 1em;
  position: absolute;
  left: 4em;
  top: -5px;
}

#chpwd .error span {
  color:red
  font-size: 1em;
  position: absolute;
  left: 4em;
/*width: 15px;*/
}

#chpwd input {
  display: block;
  width: 78%;
  margin-left: 20px;  /* 20px */
  padding: 5px 10px;  /* 5px 20px */
  font-size: 1em;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#chpwd .help {
  margin-left: 20px;
  font-size: 0.8em;
  color: #777;
}

#chpwd input[type=submit] {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
/*
  width: 20em;  
  height: 2em;
  left: 20px;
  left: 30%; 
  width:30%;
*/ 
  width:180px;
  float: right;
  background-color:#29297A;
  font-family: inherit;
  color: white;
/* border:2px solid #FFCB00; */
/* padding:10px; */
/* font-size:20px; */
  outline: none;
  border: none;
  padding: 5px 15px;
  font-size: 1.3em;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
} 

#userReg {
  background: white;
  width: 60%;
  height: 500px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  font-family: lato;
  position: relative;
  color: #333;
  border-radius: 10px;
  margin-left: 60px;
  margin-top: 40px;
}

#userReg header {
  background: #29297A; /* background: #FF3838; */
  padding: 20px 20px;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  height:20px;
}

#userReg label {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
}

#userReg label span {
  /*color: #FF3838;*/
  font-size: 1em;
  width: 200px;
  margin-left: 5px;
  /*position: absolute;
  left: 4em;
  top: -5px;*/
}

#userReg .error span {
  color:red
  font-size: 1em;
  position: absolute;
  left: 4em;
/*width: 15px;*/
}

#userReg input {
  display: block;
  width: 78%;
  margin-left: 20px;  /* 20px */
  padding: 5px 10px;  /* 5px 20px */
  font-size: 1em;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#userReg .help {
  margin-left: 20px;
  font-size: 0.8em;
  color: #777;
}

#userReg input[type=submit] {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
/*
  width: 20em;  
  height: 2em;
  left: 20px;
  left: 30%; 
  width:30%;
*/ 
  width:120px;
  float: right;
  background-color:#29297A;
  font-family: inherit;
  color: white;
/* border:2px solid #FFCB00; */
/* padding:10px; */
/* font-size:20px; */
  outline: none;
  border: none;
  padding: 5px 15px;
  font-size: 1.3em;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
} 

#userReg fieldset {
  display: inline-block; 
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 150px;
  height: 22px;
  margin-left: 5px; 
  margin-top: 10px;  
  padding: 1px 1px 1px 1px; 
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}


#userReg input[type="checkbox"], 
#userReg input[type="radio"],
#userReg input .radio,
#userReg input .checkbox {
    /*vertical-align:text-bottom;*/
    width:13px;
    height:13px;    
	float: left;
	clear: none;
	margin: 2px 10px 0px 0px;    
	padding:0px 5px 0px 5px;    
    position:relative;
    overflow:hidden;
}


#add_user {
  background: white;
  /*width: 40%; */
  width: 320px;
  height: 450px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  font-family: lato;
  position: relative;
  color: #333;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 20px;
}

#add_user header {
  background: #29297A; /* background: #FF3838; */
  padding: 5px 5px;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  height:25px;
}

#add_user label {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
}

#add_user label span {
  /*color: #FF3838;*/
  font-size: 1em;
  width: 200px;
  margin-left: 5px;
  /*position: absolute;
  left: 4em;
  top: -5px;*/
}

#add_user .error span {
  color:red
  font-size: 1em;
  position: absolute;
  left: 4em;
/*width: 15px;*/
}

#add_user input {
  display: block;
  width: 78%;
  margin-left: 20px;  /* 20px */
  padding: 5px 10px;  /* 5px 20px */
  font-size: 1em;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#add_user .help {
  margin-left: 20px;
  font-size: 0.8em;
  color: #777;
}

#add_user input[type=submit] {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
/*
  width: 20em;  
  height: 2em;
  left: 20px;
  left: 30%; 
  width:30%;
*/ 
  width:120px;
  float: right;
  background-color:#29297A;
  font-family: inherit;
  color: white;
/* border:2px solid #FFCB00; */
/* padding:10px; */
/* font-size:20px; */
  outline: none;
  border: none;
  padding: 5px 15px;
  font-size: 1.3em;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
} 

#add_user fieldset {
  display: inline-block; 
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 150px;
  height: 22px;
  margin-left: 5px; 
  margin-top: 10px;  
  padding: 1px 1px 1px 1px; 
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}


#add_user input[type="checkbox"], 
#add_user input[type="radio"],
#add_user input .radio,
#add_user input .checkbox {
    /*vertical-align:text-bottom;*/
    width:13px;
    height:13px;    
    float: left;
    clear: none;
    margin: 2px 10px 0px 0px;    
    padding:0px 5px 0px 5px;    
    position:relative;
    overflow:hidden;
}

#email_form {
  background: white;
  /*width: 40%; */
  width: 500px;
  height: 380px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  font-family: lato;
  position: relative;
  color: #333;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 0px;
}

#email_form header {
  background: #29297A; /* background: #FF3838; */
  padding: 5px 5px;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  height:25px;
}

#email_form label {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
}

#email_form label span {
  /*color: #FF3838;*/
  font-size: 1em;
  width: 200px;
  margin-left: 5px;
  /*position: absolute;
  left: 4em;
  top: -5px;*/
}

#email_form .error span {
  color:red
  font-size: 1em;
  position: absolute;
  left: 4em;
/*width: 15px;*/
}

#email_form input {
  display: block;
  width: 78%;
  margin-left: 20px;  /* 20px */
  padding: 5px 10px;  /* 5px 20px */
  font-size: 1em;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#email_form .help {
  margin-left: 20px;
  font-size: 0.8em;
  color: #777;
}

#email_form input[type=submit] {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
/*
  width: 20em;  
  height: 2em;
  left: 20px;
  left: 30%; 
  width:30%;
*/ 
  width:120px;
  float: right;
  background-color:#29297A;
  font-family: inherit;
  color: white;
/* border:2px solid #FFCB00; */
/* padding:10px; */
/* font-size:20px; */
  outline: none;
  border: none;
  padding: 5px 15px;
  font-size: 1.3em;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
} 

#email_form fieldset {
  display: inline-block; 
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  width: 150px;
  height: 22px;
  margin-left: 5px; 
  margin-top: 10px;  
  padding: 1px 1px 1px 1px; 
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}


#email_form input[type="checkbox"], 
#email_form input[type="radio"],
#email_form input .radio,
#email_form input .checkbox {
    /*vertical-align:text-bottom;*/
    width:13px;
    height:13px;    
    float: left;
    clear: none;
    margin: 2px 10px 0px 0px;    
    padding:0px 5px 0px 5px;    
    position:relative;
    overflow:hidden;
}

#email_form #msg {
  font-size: 15px;
  font-color: #29297A;
  width:  78%;
  height: 40px;
  margin-left: 20px;  /* 20px */
  margin-top: 5px;
  padding: 5px 10px;  /* 5px 20px */
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/*
If the margin property has four values:
margin: 25px 50px 75px 100px;
top margin is 25px
right margin is 50px
bottom margin is 75px
left margin is 100px
If the margin property has three values:

margin: 25px 50px 75px;
top margin is 25px
right and left margins are 50px
bottom margin is 75px
If the margin property has two values:

margin: 25px 50px;
top and bottom margins are 25px
right and left margins are 50px
If the margin property has one value:

margin: 25px;
all four margins are 25px

padding:10px 5px 15px 20px;
top padding is 10px
right padding is 5px
bottom padding is 15px
left padding is 20px

padding:10px 5px 15px;
top padding is 10px
right and left padding are 5px
bottom padding is 15px

padding:10px 5px;
top and bottom padding are 10px
right and left padding are 5px

padding:10px;
all four paddings are 10px
*/

#userReg .radio-inline {
	/*margin-left: 5px; */
}



