﻿body 
{
    background-color:Black;
    color:White;
    font-family: Verdana;
    font-size: 8pt;
}

label { 
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size:10pt;
}
#user-form {margin: 0; margin-left: 10px;background-color:#000000;border:2px solid #0e79ff;}
#user-form div.title {padding-left:10px; padding-bottom:2px;border: none;background-color:#0e79ff}
#user-form .toggle {float: right; width: 16px; height: 16px; margin: 0 6px; background: url(../images/btn_close.gif) no-repeat; text-indent: -9999px;border:0px}
#user-form div.title label {display: block; margin-bottom: 3px; font-weight: bold;text-align:bottom;color:white;}
#user-form button {background: url(../images/submit.gif) no-repeat;border:none;width:125px;height:25px;color:white;font-family: "Lucida Grande", "Trebuchet MS", sans-serif;font-weight:bold;font-size:13px;cursor:pointer}
#user-form input {font-family: "Lucida Grande", "Trebuchet MS", sans-serif;font-weight:bold;font-size:13px;} 
#user-form textarea {font-size:13px;width:200px;} 

.taken 
{
    background-color:Red;
    border:solid 1px white;
    color:White;
    font-weight:bold;
    padding:3px;
}

.available 
{
    background-color:Lime;
    border:solid 1px White;
    color:black;
    font-weight:bold;
    padding:3px;
}