﻿body
{
	font-family:Arial;
	font-size:small;
}

input
{
	border-right: 1px;
	border-top: 1px;
	font-size: smaller;
	border-left: 1px;
	border-bottom: 1px;
	border-style: solid;
}

input.button
{
	border-right: 1px;
	border-top: 1px;
	font-size: smaller;
	border-left: 1px;
	cursor: hand;
	border-bottom: 1px;
	border-style: solid;
}

input.checkbox
{
	border-right: 0px;
	border-top: 0px;
	font-size: smaller;
	border-left: 0px;
	border-bottom: 0px;
	border-style:none;
}

span
{
	font-family:Arial;
	font-size:smaller; 
}

.modalBackground 
{
    background-color:Gray;            
    filter:alpha(opacity=70);
    opacity:0.7;
}

.bordered
{
	border-style:solid;
	border-width:1px;
	border-color:Black;	
}

.header
{
	background-color:olivedrab;
	color:White;
	font-family:Arial;
	font-size:medium;
	text-align:left;
}

a:link
{
	font-family:Arial;
	font-size:smaller;
}

a:hover
{
	font-family:Arial;
	font-size:smaller;
}

a:visited
{
	font-family:Arial;
	font-size:smaller;
}

.hint
{
	font-family:Arial;
	font-size:smaller;
	color:Gray;
}