/*  -------------------------------------------------------------------------------------------------- 
	High Impact 3.5 - copyright by 4 screen AG, CH 6005 lucerne  

	http://www.highimpact.ch/  
	-------------------------------------------------------------------------------------------------- */

/*  High Impact 3.x - base area ---------------------------------------------------------------------- */

.WPZoneInactive
{
	border-right: red 1px dotted;
	border-top: red 1px dotted;
	border-left: red 1px dotted;
	border-bottom: red 1px dotted;
	background-color: transparent;
}

.WPZoneActive
{
	border-right: green 1px solid;
	border-top: green 1px solid;
	border-left: green 1px solid;
	border-bottom: green 1px solid;
	background-color: transparent;
}


.WPZoneTbLeft
{
	Width: 50%;
	Height: 15;
	background-color: #F0F0F0;
	background-image: url(../Images/HI_TB_BG.jpg);
}


.WPZoneTbRight
{
	Width: 50%;
	Height: 15;
	background-color: #F0F0F0;
	background-image: url(../Images/HI_TB_BG.jpg);
}
.FormInputLg
{
	Width: 450px;
}
.FormInputMe
{
	Width: 250px;
}
.FormInputCbx
{
	Width: 5px;
}
.FormInputLblBold
{
	font-weight:bold;
}
.FormInputBtn
{

}