

/********************************************
   HTML ELEMENTS
********************************************/ 



#table_form {
  border-style: none;
  border-color: #003366;
}
#table_form  th, td { 
    padding: 5px;
    border-style: none;
    border-color: #003366;
    text-align: left;
}
#txtbox {
    font-size:1rem;
    color:#99ccff;
    height:1.5rem;  /* or insert this inside the input style="height:1.5rem; */
    /* width:200px; */
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.comments { 
	margin: 20px 10px 5px 10px; 
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1; 	
	border-top: 1px dashed #EFF0F1;	
}
