/********************** EDIT PROFILE ******************************/
#editProfile{
   padding: 5px;
   border-collapse: collapse;
   border: 1px solid #000;   
   text-align: left;
   width:550px;
   margin: 10px;
   background-color:#fff;
}

#editProfile td{
   padding: 8px;
}

#editProfile td.title{
   color: #000;
   font-size: 16px;
   font-weight: bold;
}

#editProfile td.fieldLabel{
   color: #000;
   font-size: 11px;
   font-weight: bold;
   width:150px;
}

#editProfile .smallText{
   color: #000;
   font-size: 10px;
   font-weight: bold;
}

#editProfile input.inputBox, #editProfile select.inputBox , #editProfile textarea {
   font: 11px arial;
   width:250px;
}

/********************** EDIT PASSWORD ******************************/
#editPassword{
   padding: 0px;
   border-collapse: collapse;
   border: 1px solid #000;
   text-align: left;
   width:325px;
   background-color:#fff;
}

#editPassword td{
   padding: 8px;
}

#editPassword td.title{
   color: #000;
   font-size: 14px;
   font-weight: bold;
}

#editPassword td.fieldLabel{
   font: 11px arial;
   font-weight: bold;
   width:200px;
}

#editPassword input.inputBox, select.inputBox{
   font: 11px arial;
   width:150px;
}

/********************** FORGOT PASSWORD ******************************/
#forgotPassword{
   padding: 0px;
   border-collapse: collapse;
   border: 1px solid #000;   text-align: left;
   width:375px;
   background-color:#fff;
}

#forgotPassword td{
   padding: 8px;
}

#forgotPassword td.title{
   color: #000;
   font-size: 14px;
   font-weight: bold;
}

#forgotPassword td.fieldLabel{
   font: 11px arial;
   font-weight: bold;
   width:200px;
}

#forgotPassword input.inputBox, select.inputBox{
   font: 11px arial;
   width:195px;
}

/********************** PRINT REGISTRATION  ******************************/
#printRegistration{
   padding: 5px;
   border-collapse: collapse;
   border: 1px solid #000;
   text-align: left;
   width:550px;
   margin: 10px;
   background-color:#fff;
}

#printRegistration td{
   padding: 8px;
}

#printRegistration td.title{
   color: #000;
   font-size: 16px;
   font-weight: bold;
}

#printRegistration td.fieldLabel{
   color: #000;
   font-size: 11px;
   font-weight: bold;
   width:150px;
}

