﻿/*********************************************
 *   TEXTBOX
 *********************************************/
.textBoxSmall, .textBoxMedium, .textBoxLarge, .buttonSmall, .buttonMedium, .buttonLarge {
    font-weight: bold;
}
.textBoxSmall, .textBoxMedium {
    font-size: 10px;
    height: 14px;    
    line-height: 14px;
}

.textBoxSmall, .buttonSmall {
    width: 90px;
}
.textBoxMedium, .buttonMedium {
    width: 140px;
}
.textBoxLarge {
    width: 200px;
    font-size: 100%;
    height: 20px;    
    line-height: 18px;
}
/*********************************************
 *   BUTTONS
 *********************************************/
.buttonSmall, .buttonMedium {
    font-size: 10px;
    height: 18px;    
    line-height: 14px;
}
.buttonLarge {
    width: 200px;
    font-size: 100%;
    height: 20px;    
    line-height: 18px;
}
