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

.toggle { display: none; }

form { }

form div {
  margin: 0 0 15px 0;
}
form .tinylabel {
  font-size: 11px;
  margin: 0 0 0 5px;
}

fieldset {
  background: #FBFBFB;
  border: 1px solid #DDD;
  position: relative;
  margin: 0 0 10px 0;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-box-shadow: 0 3px 4px #DDD;
  -moz-box-shadow: 0 3px 4px #DDD;
  -webkit-box-shadow: 0 3px 4px #DDD;
}

/* turned off temporarily
fieldset div {
  margin: 0.5em 0;
  clear: both;
}
*/
fieldset .fields {
  padding: 5px 10px 0 15px;
}

legend {
  font-size: 14px;
  font-weight: bold;
  color: #0B8DEB;
  padding: 0 5px;
}
/* turned off temporarily
legend span {
  text-align: right;
  width: 10em;
}
*/

label {
  display: block;
  font-weight: bold;
  margin: 0 0 5px 0;
/*
  text-align: right;
  margin-right: 1em;
  float: left;
  width: 10em;
*/
}
input {
  width: 250px;
}
input, textarea, select {
  background: #FFF;
  border: 1px solid #DDD;
  color: #787878;
  font: bold 11px Arial, Helvetica, sans-serif;
  padding: 3px 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
input {
  margin: 0 15px 0 0;
/*  width: 16em; */
}
textarea {
  width: 20em;
}
input:hover, input:focus, textarea:hover, textarea:focus {
/*  background: #EEEEEE;
  border: 1px solid #FF7900;
 */
}
input.checkbox {
  margin: 0 10px 0 0;
  width: auto;
}

.phone {
  width: 4.5em;
}

/*#school_state,*/#state, #ip_modifier, #ip_list_type, #geoCode {
  color: #787878;
  background: #FAFAFA;
  border: 1px solid #DDD;
  font: bold 11px Arial, Helvetica, sans-serif;
  padding: 0.25em;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#state, #school_state,  #geoCode{
  width: 14em;
}
#ip_modifier, #ip_list_type {
  width: 18em;
}
.search {
  width: 4.5em;
}
.progressblock {
  text-align: center;
  margin: 20px 0 10px 0;
}
.legal {
  font-size: 11px;
}
.legaltext {
  font-size: 11px;
  margin: 0 0 0 10px;
}
.buttonblock {
  text-align: center;
  margin: 20px 0 0 0;
}

/* Dynamically generated select vis School Search in Free Trial */
#school {
  background: #FFF;
  border :1px solid #DDD;
  color: #787878;
  font: 12px Arial, Helvetica, sans-serif;
  width: 100%;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}	
.radio {
  margin-left: 1em;
  width: 2em;
}
input#button {
  color: #FFF;
  /*color: #0B8DEB;*/
  cursor: pointer;
  font-size: 16px;
  padding: 8px 14px;
  -khtml-box-shadow: 0 0 8px #DDD;
  -moz-box-shadow: 0 0 8px #DDD;
  -webkit-box-shadow: 0 0 8px #DDD;
}
input.blue {
  background: #00539F;
  background: -moz-linear-gradient(top, #5BB4E5, #00539F);
  background: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0, #5BB4E5), color-stop(1, #00539F));
}
input.orange {
  background: #FF7900;
  background: -moz-linear-gradient(top, #FDCF94, #FF7900);
  background: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0, #FDCF94), color-stop(1, #FF7900));
}

#ip_authentication_report {
  background: #F1F1F1;
  border: 1px solid #DDD;
  margin: 10px auto 20px auto;
  padding: 1em;
  width: 44em;
  text-align: left;
}
#eIPAuthentication label {
  width: 14em;
}
#eIPAuthentication .agreement {
  margin: 1em;
}
#eIPAuthentication .agreement .check {
  float: left;
  margin-right: 1em;
}
#eIPAuthentication .agreement .text {
  float: left;
  width: 90%;
}
#eIPAuthentication .background {
  background: #FFF;
  border: 1px solid #DDD;
  padding: 1em;
}
#eIPAuthentication .heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
#eIPAuthentication .question {
  clear: both;
  font: 11px Arial, Helvetica, sans-serif;
  text-align: right;
  margin-right: 1em;
  padding: 0.3em 0.55em 0.3em 0.55em;
  float: left;
  width: 12em;
}
#eIPAuthentication .response {
  font: 11px Arial, Helvetica, sans-serif;
  padding: 0.3em 0.55em 0.3em 0.55em;
  float: left;
}

#refername {
	width: 12em;
}
#refertitle {
	width: 10em;
}
#referemail{
	width: 13em;
}