﻿html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
}

a
{
	color: #000000;
	text-decoration: underline;
}

.textInput
{
	width: 200px;
	font-family: Verdana;
	font-size: 11px;
}

textarea
{
	width: 400px;
	font-family: Verdana;
	font-size: 11px;
}

/* Button */
.button
{
	border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #ffff00;
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 7px 3px 7px;
	margin-left: 5px;
}

/* Dialog */
.dialogBackground
{
	position: absolute;
	background: #000000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    opacity: 0.25;
}

.dialogFrame
{
	position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
	border: solid 15px #333333;
}

.buttonBar
{
	position: absolute; 
	padding: 0px 0px 0px 0px; 
	left: 0px; 
	bottom: 0px; 
	height: 30px; 
	border-top: solid 1px #aaaaaa; 
	background-color: #f0f0f0; 
	width: 100%;
}