.button_s
{
background: #AAAAAA url(./icons/save.gif) no-repeat center center;
width: 25px;
height:25px;
}
.button_d
{
background: #AAAAAA url(./icons/delete.gif) no-repeat center center;
width: 25px;
height:25px;
}
.button_d_a
{
background: #AAAAAA url(./icons/delete.gif) no-repeat left center;
font-size: 8pt;
fone-family: Trebuchet MS;
font-weight: Bold;
color: #000000;
text-align: right;
width: 50px;
height:25px;
}
.button_n
{
background: #AAAAAA url(./icons/new.gif) no-repeat center center;
width: 25px;
height:25px;
}
.button_e
{
background: #AAAAAA url(./icons/edit.gif) no-repeat center center;
width: 25px;
height:25px;
}
.button_c
{
background: #AAAAAA url(./icons/copy.gif) no-repeat center center;
width: 25px;
height:25px;
}
.button_m
{
background: #AAAAAA url(./icons/move.gif) no-repeat center center;
width: 25px;
height:25px;
}
.button_f
{
background: #AAAAAA url(./icons/search.gif) no-repeat center center;
width: 25px;
height:25px;
}
.button_up
{
background: #AAAAAA url(./icons/arrowup.gif) no-repeat center center;
width: 25px;
height:25px;
}
.button_down
{
background: #AAAAAA url(./icons/arrowdown.gif) no-repeat center center;
width: 25px;
height:25px;
}
.button_login
{
background: #AAAAAA;
width: 120px;
height:25px;
}
input.text
{
margin: 2px;
vertical-align: top;
border: 0px;
height:24px;
}
input.text2
{
margin: 2px;
vertical-align: top;
border: 0px;
height:24px;
width: 700px;
}
form
{
padding:0px;
margin: 0px;
}
div.form
{
margin-top: 5px;
margin-bottom: 5px;
margin-left: auto;
margin-right:auto;
text-align: center;
}
div.cls
{
clear: both;
}
div.form1
{
width: 200px;
padding: 5px;
float:left;
}
div.form2
{
padding:0px;
}
div.form3
{
width: 450px;
border: 1px solid #004895;
margin-right: 2px;
float:left;
}
div.form4
{
clear: both;
padding: 5px;
}
a:link
{
color: #0000FF;
}
a:visited
{
color: #0000FF;
}
a:hover
{
color: #0000FF;
}
a:active
{
color: #0000FF;
}