﻿body
{
	padding: 0;
	margin: 0;
}

.black_overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.3;
	opacity: .3;
	filter: alpha(opacity=30);
}
.white_content
{
	display: none;
	position: absolute;
	left: 34%;

	padding: 0px;
	border: 0px solid #a6c25c;
	background-color: Transparent;
	z-index: 1002;
	overflow: hidden;
}
.headertext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f19a19;
	font-weight: bold;
}
.textfield
{
	border: 1px solid #a6c25c;
	width: 135px;
}
.button2
{
	background-color: #a6c25c;
	color: White;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #7f9db9;
	width: 68px;
}
.white_contentCreation
{
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 500px;
	padding: 0px;
	border: 0px solid #a6c25c;
	background-color: white;
	z-index: 1002;
	overflow: hidden;
}
