/********************** EDIT PROFILE ******************************/
#editProfile{
   padding: 5px;
   border-collapse: collapse;
   border: 0px solid #000;
   text-align: left;
   width:550px;
   margin: 10px;
   background-color:#e5f2f8;
}

#editProfile td{
   padding: 8px;
}

#editProfile td.title{
   color: #3B4674;
   font-size: 16px;
   font-weight: bold;
}

#editProfile td.fieldLabel{
   color: #3B4674;
   font-size: 11px;
   font-weight: bold;
   width:150px;
}

#editProfile .smallText{
   color: #3B4674;
   font-size: 10px;
   font-weight: bold;
}

#editProfile input.inputBox, #editProfile select.inputBox , #editProfile textarea {
   width:250px;
}

/********************** EDIT PASSWORD ******************************/
#editPassword{
   padding: 0px;
   border-collapse: collapse;
   border: 0px solid #000;
   text-align: left;
   width:325px;
   background-color:#e5f2f8;
}

#editPassword td{
   padding: 8px;
}

#editPassword td.title{
   color: #3B4674;
   font-size: 14px;
   font-weight: bold;
}

#editPassword td.fieldLabel{
   font-weight: bold;
   width:200px;
}

#editPassword input.inputBox, select.inputBox{
   width:150px;
}

/********************** FORGOT PASSWORD ******************************/
#forgotPassword{
   padding: 0px;
   border-collapse: collapse;
   border: 0px solid #000;
   text-align: left;
   width:375px;
   background-color:#e5f2f8;
}

#forgotPassword td{
   padding: 8px;
}

#forgotPassword td.title{
   color: #3B4674;
   font-size: 14px;
   font-weight: bold;
}

#forgotPassword td.fieldLabel{
   font-weight: bold;
   width:200px;
}

#forgotPassword input.inputBox, select.inputBox{
   width:195px;
}

/********************** PRINT REGISTRATION  ******************************/
#printRegistration{
   padding: 5px;
   border-collapse: collapse;
   border: 0px solid #000;
   text-align: left;
   width:550px;
   margin: 10px;
   background-color:#fff;
}

#printRegistration td{
   padding: 8px;
}

#printRegistration td.title{
   color: #3B4674;
   font-size: 16px;
   font-weight: bold;
}

#printRegistration td.fieldLabel{
   color: #3B4674;
   font-size: 11px;
   font-weight: bold;
   width:150px;
}

