@charset "utf-8";
/* CSS Document */
/*   LOGIN BOX STYLES  */
label
{
width: 80px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
padding-top:3px;
}

.submit input
{
margin-left: 100px;
} 
input
{
color: #999999;
background: #f5f5f5;
border: 1px solid #CCCCCC;
}
textarea
{
color: #999999;
background: #f5f5f5;
border: 1px solid #CCCCCC;
}
.submit input
{
color: #000;
background: #CCCCCC;
border: 2px outset #CCCCCC;
} 
fieldset
{
border: 1px solid #CCCCCC;
width: 250px;
padding:15px;
}

legend
{
color: #999999;
background: #f5f5f5;
border: 1px solid #9ec3df;
padding: 2px 6px
}
