﻿body, html
		{
		height: 100%;
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}

		div.container
		{
		position: relative;
		overflow: hidden; /* So it's a block-formatting-context root, and fits between the floats */
		height: 100%;
		}

		

		div.fl {float: left;}
		div.fr {float: right;}
		
		
		div.fl.fieldset
		{
			padding: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
		.formTextBox
		{
			border: solid 1px #000000;
			font-family: Arial;
			font-size:11px;
			line-height: 15px;
			height:16px;
			padding-left: 2px;
			padding-top: 0px;
			margin: 0px;
		}
		.languageLink:link {font-size:11px;text-decoration: none}
		.languageLink:visited {text-decoration: none}
		.languageLink:active {text-decoration: none}
		.languageLink:hover {text-decoration: underline;}
		
		.smallorangebuttons {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #000000;
			background-image: url(yellow-button-thick_26.gif);
			text-decoration: none;
			padding: 1px;
			background-repeat: repeat-x;
			border: thin none #333333;
		}
