body {
	background-color: #4f52ef;
	padding: 0;
	margin: 0;
	overflow: auto; 
	border: none;
}

body, td, th, input, textarea, select {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11pt;
}

form {
	margin: 0;
}

div.button2 {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
	display: inline-block;
}

div.button, input.button, table.button {
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #f0f0f0;
	cursor: pointer;
	border-radius: 3px;
	height: 27px;
}

input.input, textarea.input {
	border-radius: 5px;
	height: 27px;
	line-height: 27px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: solid 2px #999;
	border-left: solid 2px #999;
	border-bottom: solid 2px #eee;
	border-right: solid 2px #eee;
	box-shadow: -1px -1px 2px 0 rgba(255,255,255,.3), 1px 1px 2px 0 rgba(0,0,0,.15);
}

/*
input.input, textarea.input {
	border-radius: 5px;
	height: 27px;
	line-height: 27px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: solid 2px #999;
	border-left: solid 2px #999;
	border-bottom: solid 2px #e3e3e3;
	border-right: solid 2px #e3e3e3;
	box-shadow: -2px -2px 2px 0 rgba(255,255,255,.3), 2px 2px 2px 0 rgba(0,0,0,.15);
}
*/

/*
input.input:focus, textarea.input:focus {
	outline: none;
	border-top-color: #777;
	border-left-color: #777;
	border-bottom-color: #f3f3f3;
	border-right-color: #f3f3f3;
	box-shadow: -2px -2px 2px 0 rgba(220,220,255,.5), 2px 2px 2px 0 rgba(0,10,100,.2);
}
*/

select.input {
	height: 27px;
	line-height: 27px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
}

.border_raised {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	border-radius: 5px;
}

.border_lowered {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 5px;
}

.outer_radius {
	border-radius: 7px;
}

div#BgPlane {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	z-index: 1;
	display: none;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.small {
	font-size: 10pt;
}

.smaller {
	font-size: 9pt;
}

.smallest {
	font-size: 8pt;
}

.big {
	font-size: 12pt;
}

.bigger {
	font-size: 13pt;
}

.biggest {
	font-size: 14pt;
}
