
/* ------------------------------------------------------------- */
/* Copyright 2002 Johnson Software Company. All rights reserved. */
/* Author: Daryl K. Johnson, JSC                                 */
/*                                                               */
/* ------------------------------------------------------------- */
 
fieldset.Membership-fieldset-Outside-Border {
  
   width: 540px; 
   text-align: center; 
}


td.Membership-TitleBar {
 
 	text-align: center;
	color: Black;
	font-size: 100%;
	border-style: none;
	font-weight: bold;
    
}

input.Membership-Textbox {

	text-align: left;
    font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: black;
    width: 250px; 
    height: 19px;
    padding-left: 2px; 
          
}

td.Membership-Label {

    text-align: right;
    font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	color: black;
    padding-right: 2px; 
          
}

td.Membership-Validation-TD {

    width: 7px; 
         
}
 
input.Membership-Button {

	text-align: center;
    font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	color: black;
    width: 80px; 
    height: 21px;
    padding-left: 5px; 
       
}
 
 
caption.Membership-CreateUser-TitleBar {
 
 	text-align: center;
	color: Black;
	font-size: 100%;
	border-style: none;
	font-weight: bold;
    
}

td.Membership-CreateUser-TD-Label {

   
    text-align: right;
    font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	color: black;
    height: 18px;
    padding-right: 2px; 
          
} 

td.Membership-CreateUser-TD-Textbox {

    width: 128px; 
    text-align: right;
    font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	color: black;
    width: 250px; 
    height: 18px;
    padding-left: 2px; 
          
}
  
