﻿.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup
{
	background-color:#ffffff;
	border:gray 1px solid;
	padding:3px;
	width:850px;
	height:600px;
	overflow:auto;
}
.modalPopup600
{
	background-color:#ffffff;
	border:gray 1px solid;
	padding:3px;
	width:610px;
	height:650px;
	overflow:auto;
}
.formbox_yellow
{
	border: lightgrey 1px solid;
}
.InnerDiv
{
	width:850px;
	height:550px;
	overflow:auto;
	border-bottom:gray 1px solid;
	margin-bottom:5px;
}
.req
{
	color:red;
	font-weight:600;
}
.reqKey
{
	color:red;
	font-weight:600;
	float:right;
}
.PopupForm
{
	height:500px;
	overflow:auto;
	width:600px;
}
.Validator
{
	background:url("/Images/icon_yellow_exclamation.gif") no-repeat 0px;
	border:#ff6666 1px solid;
	padding:5px 5px 5px 35px;
	width:490px;
	float:left;
	clear:both;
}
.ValidatorSmall
{
	background:url("/Images/icon_yellow_exclamation.gif") no-repeat 0px;
	border:#ff6666 1px solid;
	padding:5px 5px 5px 35px;
	float:left;
	clear:both;
}
label.label_left
{
	width:225px;
	float:left;
}
label.label_left_Height
{
		width:225px;
		height:65px;
		float:left;
		clear:left;
}
input
{
	margin-top:4px;
	margin-bottom:0px;
	margin-left:4px;
	margin-right:4px;
}
.clearer
{
	clear:both;
}
h1
{
	margin-top:20px;
}
.column
{
	width:200px;
	float:left;
}

	
