// Stylesheet for index.php of the vtwebforms/Lead
// by Gregg Lain gregg@mochabomb.com
// Feb 13, 2007

#serverlist .label_field_pair {
margin: 5px 10px;
}

#serverlist label_field_pair label {
font-family: verdana, arial,  helvetica;
margin-top: 5px;
text-align: right;
width: 130px;
color: #222222;
font-size: 1.0em;
font-weight: bold;
line-height: 1.2em;  //IE Bug for <p>
}

#serverlist .label_field_pair label, #serverlist span {
font-family: verdana, arial,  helvetica;
color: #222222;
font-size: 1.0em;
font-weight: bold;
line-height: 1.4em;  //IE Bug for <p>
}

#nickname {
font-family: verdana, arial,  helvetica;
color: #222222;
font-size: 1.8em;
font-weight: bold;
line-height: 2.0em;  //IE Bug for <p>
margin: 10px 200px;
padding-left: 200px;
padding: 5px;
border-top: 1px solid #222;
}

#serverlist label_field_pair input,select {
font-family: verdana, arial,  helvetica;
margin: 5px 15px;
padding:1px 2px 1px 3px;
width: 120px;
color: #222222;
font-weight: bold;
font-size: 1.0em;
background: #eeeeee;
border: 1px solid #5B5959;
line-height: 1.2em;  //IE Bug for <p>
}


#serverlist p.label_field_pair select {
font-family: verdana, arial, arial, helvetica;
margin: 5px 15px;
width: 127px;
color: #222222;
font-weight: bold;
font-size: 1.0em;
background: #eeeeee;
border: 1px solid #5B5959;
line-height: 1.2em;  //IE Bug for <p>
}

