/* administration style sheet */

form {
 margin-top: 0;
}

form div {
 display: block;
 margin: .5em 0;
}

div label {
 font-weight: bold;
 display: block;
 margin: 0;
 padding-top: 10px;
 margin-bottom: 2px;
}

div.searchresult {
 padding: 1.1em;
 border-bottom: 1px solid #709AC4;
 background-color: #eff7ff;
}

div.searchresult h4 a {
 font-weight: bold;
}

input.biginput {
 width: 200px;
}

input.monsterinput {
 width: 400px;
}

input.submitButton {
 font-weight: bold;
 font-size: 0.8em;
 padding: 2px 10px 2px 10px;
 border: 1px solid #69c;
 border-color: #ccc #aaa #aaa #ccc;
 background: #ddd;
 color: #000;
}

span.hiliteSearch {
 color: #f00;
}

h4 a, h4 a:hover, h4 a:visited {
 font-weight: bold;
}