﻿body
{
    padding: 0px 8px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 75%;
    color: #666666;	
}

#header .title
{
	font-variant: small-caps;
	font-size: 2.2em;
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #888888;	
	padding: 8px 0px;
	font-weight: bold;
}

#content
{
	height:800px;
}

#content .titlebar
{
	padding: 4px 0px 12px 0px;
}

#content .titlebar .title
{
	font-size: 1.65em;
	padding: 6px 0px;
}

#content .titlebar .description
{
	font-size: 1.1em;
	padding: 1px 0px;
}		

#menu .category
{
	padding-bottom: 8px;
}

#menu .category .title
{
	font-size: 1.65em;
}

#menu .category .item
{
	padding:4px;
}
	
.confirm
{
	text-align:center;
	padding:16px 10px 0px 10px;
}
.confirm .commands
{
	padding:15px 0px 0px 0px;
}
.confirm .message EM
{
	font-weight:bold;
}
.confirm INPUT
{
	width:60px;
}
	
	
