/*
  pages_admin_ibox_form_member.css
  Author: M Baynger
  Description: Styles for the member forms
*/

.promptUpper
{
  border-top: 1px solid #99F;  
  padding: 2px;
  background: none;
}

div#promptLower
{
  position: absolute;
  left: 105px;
  top: 280px;
  width: 230px;  
  padding: 0px;  
  margin: 0px;  
  text-align: justify;      
}



.form_text_input_wide
{
  width: 295px;
  height: 20px;      
  padding-left: 4px;
  font-size: 10px;
  font-weight: normal;
  text-align: left;    
  border: solid 1px #00F;  
	background: #FFFFFF;

}


.form_text_input_narrow
{
  width: 220px;
  height: 14px;      
  padding: 4px;
  font-size: 10px;
  font-weight: normal;
  text-align: left;    
  border: solid 1px #00F;  
	background: #FFFFFF;
}


div#bl_member_first_name
{
  position: absolute;
  left: 10px;
  top: 120px;
}

#member_first_name_label
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 14px;  
  padding: 4px;
  text-align: right;  
  font-weight: bold;  
  border: none; /* solid 1px #0F0;  */
}

#member_first_name
{
  position: absolute;
  left: 95px;
  top: -4px;
}

div#bl_member_last_name
{
  position: absolute;
  left: 10px;
  top: 150px;
}

#member_last_name_label
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 14px;  
  padding: 4px;
  text-align: right;  
  font-weight: bold;  
  border: none; /* solid 1px #0F0;  */
}

#member_last_name
{
  position: absolute;
  left: 95px;
  top: -4px;
}


div#bl_member_email
{
  position: absolute;
  left: 10px;
  top: 180px;
}

#member_email_label
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 14px;  
  padding: 4px;
  text-align: right;  
  font-weight: bold;  
  border: none; /* solid 1px #0F0;  */
}

#member_email
{
  position: absolute;
  left: 95px;
  top: 0px;
}

div#bl_member_postcode
{
  position: absolute;
  left: 10px;
  top: 210px;
}

#member_postcode_label
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 14px;  
  padding: 4px;
  text-align: right;  
  font-weight: bold;  
  border: none; /* solid 1px #0F0;  */
}

#member_postcode
{
  position: absolute;
  left: 95px;
  top: 0px;
}


div#bl_member_pwd1
{
  position: absolute;
  left: 10px;
  top: 240px;
}

#member_pwd1_label
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 14px;  
  padding: 4px;
  text-align: right;  
  font-weight: bold;  
  border: none; /* solid 1px #0F0;  */
}

#member_pwd1
{
  position: absolute;
  left: 95px;
  top: 0px;
}

div#bl_member_pwd2
{
  position: absolute;
  left: 10px;
  top: 270px;
}

#member_pwd2_label
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 14px;  
  padding: 4px;
  text-align: right;  
  font-weight: bold;  
  border: none; /* solid 1px #0F0;  */
}

#member_pwd2
{
  position: absolute;
  left: 95px;
  top: 0px;
}



div#bl_girl_image
{
  position: absolute;
  left: 20px;
  top: 20px;
}



div#bl_boy_image
{
  position: absolute;
  left: 350px;
  top: 20px;
}

div#bl_member_itemId
{
  position: absolute;
  left: 75px;
  top: 5px;
	width: 295px;
}


/* button bar height placement */

div#bl_buttonBar_Member_add
{
  position: absolute;
  left: 105px;
  top: 250px;
}

div#bl_buttonBar_Member_edit
{
  position: absolute;
  left: 105px;
  top: 250px;
}

div#bl_buttonBar_Member_delete
{
  position: absolute;
  left: 105px;
  top: 250px;
}


/* feedback sections sizes and positions  */

div#formFeedback_Member_Add 
{
  position: absolute;
  left: 105px;
  top: 50px;
  height: 50px; 
	width: 230px;  
  padding: 0px;  
  margin-top: 4px;  
  text-align: justify;      

}

div#formFeedback_Member_Edit 
{
  position: absolute;
  left: 105px;
  top: 50px;
  height: 50px;
  width: 230px;  
  padding: 0px;  
  margin-top: 4px;  
  text-align: justify;      
}

div#formFeedback_Member_Delete
{
  position: absolute;
  left: 105px;
  top: 50px;
  height: 50px;
  width: 230px;  
  padding: 0px;  
  margin-top: 4px;  
  text-align: justify;      
}

