/*
 * Infozap Form Definitions.  The following CSS consists of the core settings for any form 
 * elements throughout the site.  This includes all user input definitions.
*/


/*
 * The following zeros out the margin and padding that IE sets by default.
*/

form {
  margin: 0px;
  padding: 0px;
}

input, select, textarea {
  margin: 1px 4px;
  padding: 2px;
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}

select {
  padding: 0px 0px 0px 2px !important;
  width: 188px !important;
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}

.form_first_line {
  margin: 8px 0px 0px 0px;
}

.form_last_line {
  margin: 0px 0px 12px 0px;
}


td {
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}


/*
 * End Special Adjustments
*/


/*
 * The following defines the structure of the form.
*/
#izSubmitBtn{
	margin-top:20px;
	margin-left:140px;
	width:350px;
}

#infozap_area {
  margin: 0px auto;
  padding: 0px;
  height: auto;
	/*background: #ffffff;*/
}

#infozap_body {
  margin: 6px 0px 0px 0px;
  
  width: 615px;
  height: inherit;
  vertical-align: top;
  background-image: url(/_img/article_shadow.gif);
  background-repeat: repeat-y;
  background-position: right top;
  float: left;
}

#infozap_login_body {
  margin: 6px 0px 0px 0px;
  padding: 0px 4px 60px 0px;
  width: 615px;
  height: 500px;
  vertical-align: top;
  background-image: url(/_img/article_shadow.gif);
  background-repeat: repeat-y;
  background-position: right top;
  float: left;
}

#infozap_registered {
  padding: 8px 0px 0px 0px;
  width: 605px;
  height: 120px;
  background-color: #FFFFFF;
}

#infozap_2000_scholar {
  padding: 4px 0px 8px 0px;
  width: 605px;
  height: 135px;
  background-color: #ededed;
  
}
#infozap_2000_scholar_request_info {
  padding: 4px 0px 8px 0px;
  width: 605px;
  background-color: #FFFFFF;
}

#infozap_login_links {
  padding: 8px 0px 0px 50px;
  width: 555px;
  height: 32px;
  background-color: #FFFFFF;
  
}

#infozap_state_holder {
  width: 605px;
  /* height: 100%; */
}

#infozap_newuser {
  padding: 8px 0px 0px 0px;
  width: 605px;
  background-color: white;
}

.infozap_request {
  margin: 12px 0px 12px 50px;
  width: 510px;
  font-family: arial;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}

.infozap_request_head {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
.infozap_head_request {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  padding-left:75px;
  width: 435px;

}

.infozap_login {
  margin: 0px 0px 0px 50px;
  width: 410px;
  height: 100px;
}

.infozap_login_top {
  margin: 20px 0px 0px 50px;
  width: 510px;
}


.infozap_login div, p {
  font-family: verdana;
  font-size: 11px;
}

.infozap_login p {
  margin: 0px 0px 8px 0px;
  vertical-align: middle;
}

.infozap_new {
  margin: 0px 0px 0px 50px;
  width: 510px;
  height: 100%;
}

.infozap_new div, p {
  font-family: arial;
  font-size: 11px;
}

.infozap_blurb {
  margin: 0px 0px 20px 50px;
  width: 510px;
}

.infozap_blurb div, p {
  font-family: arial;
  font-size: 11px;
}

.infozap_new_state {
  margin: 3px 0px;
  background-color: #a8a8a8;
}

.infozap_new_pop {
  margin: 0px 0px 0px 50px;
  width: 410px;
}

.infozap_new_state td {
  padding: 1px 0px 1px 4px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  line-height: 14px;
}

.infozap_new_state a {
  text-decoration: none;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  line-height: 14px;
}

.infozap_new_state a:hover {
  text-decoration: underline;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  line-height: 14px;
}

.infozap_state_check {
  margin: 3px 0px;
  /*width: 510px;*/
}

.infozap_check_cell {
  padding: 1px 0px 2px 0px;
  width: 16px;
}

.infozap_check_cell_multi {
  padding: 1px 0px 2px 0px;
  width: 16px;
}

.multi_request_table{
	padding-left:45px;
	padding-bottom:10px;
}

.infozap_state_cell {
  padding: 1px 8px 2px 0px;
  width: 234px;
}

.infozap_state_cell_request {
  padding: 10px 8px 25px 30px;
  width: 234px;
}

.infozap_requested {
  padding: 16px 0px 16px 50px;
  height: 500px;
}

.infozap_requested_head {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

.infozap_schools_container{

}

/*
 * The following defines the content layout of the form.
*/


.input_label_bold {
  float: left;
  width: 120px;
  line-height: 22px;
  font-weight: bold;
  text-align: right;
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}

.form_label {
  float: left;
  width: 160px;
  line-height: 22px;
  text-align: right;
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}

.requestinfo_form_label {
  float: left;
  width: 270px;
  line-height: 22px;
  text-align: right;
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}

.form_label_bold {
  margin: 2px 6px 2px 0px;
  float: left;
  width: 160px;
  line-height: 22px;
  font-weight: bold;
  text-align: right;
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}

.form_label_2lines {
  float: left;
  width: 160px;
  line-height: 11px;
  text-align: right;
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}

.form_input {
  line-height: 24px;
  height: 24px;
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}

.form_select_five {
  /*line-height: 96px;*/
  height: 80px;
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}

.form_textarea {
  /*line-height: 24px;*/
  height: 120px;
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}

.form_check {
  margin: 0px;
  font-family: arial;
  font-size: 11px;
  color: #000000;
  height: 28px;
  
}

.form_radio_block {
  float: left;
  margin: 2px 0px;
  width: 225px;
  font-family: arial;
  font-size: 11px !important;
  
  color: #000000;
}

.login_button {
  position: absolute;
  margin: -4px 0px 0px 0px;
  background-color: transparent !important;
}
.iz_submit_button {
  background-color: transparent !important;
  float: left;
  margin-left: 30px;
}
.submit_button {
  background-color: transparent !important;
  float: left;
  margin-left: 80px;
}
.submit_button_profile {
  background-color: transparent !important;
  float:left;
  
}
.cancel_button_profile {
  background-color: transparent !important;
  float:left;
 
}
/* IE6 Only*/
* html .submit_button_profile {
	  background-color: transparent !important;
  float:left;
  margin: 0px 0px 0px 225px;
}/* IE6 Only*/
* html .cancel_button_profile {
	background-color: transparent !important;
  float:left;
  margin: 0px 0px 0px 305px;
}
.new_user_submit_button {
  background-color: transparent !important;
  float:left;
  margin: -2px 0px 0px 45px;
}
/* IE6 Only*/
* html .new_user_submit_button {
	background-color: transparent !important;
  float:left;
  margin: 0px 0px 0px 45px;
}

/* IE7 Only*/
*:first-child+html.new_user_submit_button {
	background-color: transparent !important;
  float:left;
  margin: 0px 0px 0px 45px;
}

.infozap_submit {
  height: 40px;
  padding: 8px 0px 8px 50px;
}

.input_field {
  width: 180px;
  font-family: arial;
  font-size: 11px;
  background-color:#E2F0FA;
}

.input_disable {
  margin-top: 1px;
  width: 180px;
  font-family: arial;
  font-size: 11px;
  color: #000000 !important;
  border: none !important;
  background-color: transparent !important;
}

input[class="input_disable"] {
  margin-top: 2px !important;
}

.input_textarea {
  width: 180px;
  font-family: arial;
  font-size: 11px;
  line-height: 14px;
  background-color:#E2F0FA;
}

.input_field_month {
  margin: 1px 0px 1px 4px;
  width: 85px !important;
  font-family: arial;
  font-size: 11px;
  background-color:#E2F0FA;
}

div[class="input_field_month"] {
  margin: 1px 7px 1px 4px !important;
}

.input_field_year {
  margin: 1px 20px 1px 4px;
  width: 85px !important;
  font-family: arial;
  font-size: 11px;
  background-color:#E2F0FA;
}

div[class="input_field_year"] {
  margin: 1px 20px 1px 7px !important;
}



.select_birth_month {
  margin: 1px 0px 1px 4px;
  width: 80px !important;
  font-family: arial;
  font-size: 11px;
  background-color:#E2F0FA;
}

.select_birth_day {
  margin: 1px 0px 1px 2px;
  width: 38px !important;
  font-family: arial;
  font-size: 11px;
  background-color:#E2F0FA;
}

.select_birth_year {
  margin: 1px 0px 1px 2px;
  width: 60px !important;
  font-family: arial;
  font-size: 11px;
  background-color:#E2F0FA;
}




.infozap_registered_input {
  margin: 3px;
  width: 515px;
  height: 30px;
}

.infozap_registered_input .form_input {
  float: left;
  margin: 0px 8px;
  width: 200px;
}

.infozap_registered_input .form_submit {
  float: left;
  margin: 0px 0px 0px 4px;
  width: 80px;
}

.infozap_registered_input .form_check_interests {
  vertical-align: middle;
}

.infozap_registered_input .form_instruct {
  margin: 4px 0px;
  padding: 4px;
  background-color: #f8f8f8;
  border: 1px solid #ffffff;
  font-size: 11px;
  font-weight: bold;
  color: #909090;
}
.infozap_registered_input .form_instruct_request {
  
  background-color: #FFFFFF;
  border: 1px solid #ffffff;
  font-size: 11px;
  font-weight: bold;
  color: #909090;
}

.hobPartnerCheckBox{
	height:75px;
	float:left;
}

.form_instruct {
  line-height: 16px;
}

.infozap_warning {
  font-family: arial;
  font-size: 12px;
  color: #ff0000;
}

.basic_check {
  margin: 0px 4px 0px 140px;
  line-height: 18px;
}

.gender_radio {
  margin: 4px 4px 2px 4px;
  line-height: 24px;
}

.scholarship_check {
  position: absolute;
  margin: 0px 0px 0px 4px;
  font-family: verdana;
  font-weight: bold;
  color: #565656;
  line-height: 22px;
}

.collegesearch_input {
  margin-right: 6px;
  width:394px;
}

.collegesearch_select {
  width:450px !important;
  height: 100px !important;
}

.my404_label_bold {
  margin: 4px 6px 0px 16px;
  float: left;
  line-height: 23px;
  font-weight: bold;
  text-align: right;
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}

.my404_input {
  float: left;
  margin-top: 4px;
  line-height: 24px;
  height: 24px;
  font-family: arial;
  font-size: 11px !important;
  color: #000000;
}

.my404_submit {
  float: left;
  margin-left: 4px;
}

div[class="my404_label_bold"] {
  margin: 8px 6px 0px 16px !important;
}

div[class="my404_input"] {
  margin-top: 6px !important;
}

#infozap_maincol {
	float: left;
	width: 615px;
}

#infozap_adcol {
	float: right;
	width: 150px;
}

