﻿/* FORMS */

.popupControl {
	background-color:#F9F7EF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: white;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);-moz-opacity:.70;
	opacity:0.7;
}

.modalPopup {
	background: #F9F7EF url(/_images/crumbs_back.jpg) top repeat-x;
	border-width:3px;
	border-style:solid;
	padding: 0 15px 0 15px;
	border-color:white;
	overflow:visible;
	width:740px;
}

.modalPopup table td 
{
	vertical-align:top;
	padding: 0px 0 4px 0;
}

#form_table
{
	margin: 3px 0 0 0; 
}

#form_table input.normal
{
	margin:2px;
	border: 1px solid #7F9DB9;
}

#form_table input.error
{
	margin:0px;
	border:2px dashed red;
}