﻿body {
	font: 8pt 'Lucida Grande', Verdana, sans-serif;
	color: #000000;
    background-image: url(webadmin/images/bg.gif);
    background-repeat: repeat-x;
    margin: 10px;
}

img {
	behavior: url(pngbehavior.htc);
	border: 0px;
	width: 16px;
	height: 16px;
}

input 
{
	font: inherit;
	border: solid 1px #000000;
	background-color: #f2f2d2;
}

button 
{
    width: 70px;
    font: inherit;
}

.lgfTable 
{
	background-color: #d0d0d0;
	font: inherit;
	color: #000000;
	width: 350px;
	border: solid 1px #000000;
}

.lgfCaption 
{
    font-weight: bold;
    color: #ffffff;
    background-color: #0000ff;
    border-bottom: solid 1px #000000;
}

.lgfField 
{
    text-align: right;
    font-weight: bold;
    color: #000000;
}

.lgfControl 
{
    text-align: left;
}

.lgfError 
{
    text-align: left;
    color: #ff0000;
    font-weight: bold;
}

.lgfButton 
{
    border-top: solid 1px #000000;
    text-align: center;
}

