/* Text Box with Different Border: */
.tb-border { border: 1px solid #0000FF; }
/* Text Box with Background Color: */
.tb-background { background-color : #99FFCC; border: 1px solid #008000; }
/* Text Box with Background Image: */
.tb-bg-image { background-image: url(bg.png); border: 1px solid #6297BC; }
/* Text Box with Focus: */
.tb-focus { border: 1px solid #888377; }
.tb-focus:focus { background-color: #F4EEDD; }
/* Text Box with Side Image: */
.tb-bg-side { background-image: url(Portal.gif); background-repeat:no-repeat; background-position:left; border: 1px solid #6297BC; padding-left:16px; }
/* Text Box with Rounded Corners: */
.tb-rounded { border:0; background: transparent url(rounded.gif) no-repeat top left; height: 22px; width: 230px; padding-top:2px; }
/* Text Box with Gradient: */
.tb-gradient { border:0; background: transparent url(gradient.gif) no-repeat top left; height: 22px; width: 230px; padding-top:2px; }
/* Text Box with White and Grey: */
.tb-white { background-color:transparent !important; color:#666666; float:left; font-family:Arial; font-size:12px; font-weight:900; letter-spacing:2px; margin:0 18px 0 0; vertical-align:top; border:0; /* (background: transparent url(white-grey.gif) no-repeat top left; */
    background-repeat: no-repeat; background-position:top left; background-image: url(white-grey.gif); height: 20px; width: 216px; padding-top: 7px; padding-left: 10px; padding-right: 5px; padding-bottom: 5px; }
.pass_desc { padding: 5px; width: 230px; float:left; }
.pass_error { padding: 5px; }
.show_hide { padding: 5px; }
.error { color: #FF0000; }
#small_login { width:150; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#7A7A7A; font-weight:bold; }

