
* {
border: 1px #FF0000;
}

html {
background-color: #BBBBFF;
font-family: Verdana, Geneva, Helvetica, sans-serif;
}

div#head {
text-align: center;
}

body {
background-color: #BBBBFF;
text-align: center;
}

h2 {
color: #006000;
}

.box#admin {
float: left;
width: 500px;
height: 700px;
text-align: left;
line-height: 1.5;
}

.box#search {
float: left;
width: 350px;
}

.box#searchonly {
margin-left: auto;
margin-right: auto;
height: 350px;
width: 350px;
}

.box {
height: 700px;
text-align: center;
margin: 15px;
background-color: #FF7A00;
border: 5px solid #000000;
padding: 8px;
}

.box#info {
text-align: left;
height: 450px;
}

#copyright {
clear: both;
margin: 15px;
}

table {
text-align: left;
margin: 0;
padding: 0;
}


td.tag {
text-align: right;
}

td.submit {
text-align: center;
width: 100;
}

input.submit {
border: 2px solid #000000;
background-color: #007200;
font: bold;
}