INPUT, SELECT,TEXTAREA
{
/*    FONT-SIZE: 80%;*/
    COLOR: #000000;

    background-color: #cccccc;
}

textarea {
    width: 350px;
	height: 50px;
    font-size:small;
}

textarea.mid {
    width: 450px;
	height: 75px;
    font-size:small;
}

textarea.big {
    	width: 670px;
	height: 70px;
    font-size:small;
}

tr.title {
   background: #336699;
   color: #ffffff;
}

tr.fname {
   background: #006666;
   color: #ffffff;
}

td.texta {
    width:450px;
}

.lbl{
    margin-left:    15px;
    color:  #000000;
    font-weight:    bold;
}

input text {
    width:   250px;
}

input.textsmall{
    width:   70px;
}
input.text100{
    width:   100px;
}
input.textlong{
    width:   400px;
}
input.text550{
    width:   550px;
}

