.homeFlash {
	background:#E95E27;
}
.formButton {
	padding:8px 8px 8px 26px;
	background:#E95E27 url(imgs/bg_formButton.gif) 8px 9px  no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	display: block;
	cursor:pointer;
}
.formButton:hover
{
	color: #3E3E3E;
	text-decoration: none;
}
.formButtonKaats
{
	background: transparent url(imgs/btn_Kaats.png) no-repeat;
	color:#FFFFFF;
	display: block;
	cursor:pointer;
	width: 96px;
	height: 32px;
	text-align: center;
}

.formButtonKaats_en
{
	background: transparent url(imgs/btn_Kaats_en.png) no-repeat;
	color:#FFFFFF;
	display: block;
	cursor:pointer;
	width: 96px;
	height: 32px;
	text-align: center;
}

/* MENU */
.creatincTreeView div.AspNet-TreeView .AspNet-TreeView-Root a {
	font-size: 1.4em;
	line-height:20px;
	font-weight: normal;
	text-align:right;
	color:#FFFFFF;
	padding: 10px 20px 5px 0;
	margin:0 0 10px 0;
	background: url(imgs/menu_collapse.gif) right 14px no-repeat;
}
.creatincTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf a {
	font-size: 1.4em;
	line-height:20px;
	font-weight: normal;
	text-align:right;
	color:#FFFFFF !important;
	padding: 10px 20px 5px 0;
	margin:0 0 10px 0;
	background: url(imgs/menu_collapse.gif) right 14px no-repeat;
}
.creatincTreeView div.AspNet-TreeView li.AspNet-TreeView-Root li.AspNet-TreeView-Leaf a {
	font-size: 1em;
	line-height:14px;
	font-weight: normal;
	text-align:right;
	color:#FFFFFF;
	background: url(imgs/submenu.gif) right 14px no-repeat;
}
.creatincTreeView div.AspNet-TreeView .AspNet-TreeView-Parent a, .creatincTreeView div.AspNet-TreeView .AspNet-TreeView-Parent .AspNet-TreeView-ClickableNonLink {
	font-size: 1em;
	line-height:20px;
	font-weight: bold;
	text-align:right;
	color:#FFFFFF;
	padding: 10px 20px 5px 0;
	margin:0 20px 10px 0;
	background: url(imgs/menu_collapse.gif) right 11px no-repeat;
}
.creatincTreeView div.AspNet-TreeView .AspNet-TreeView-Parent li.AspNet-TreeView-Leaf a {
	font-size: 1em;
	text-align:right;
	padding: 10px 20px 5px 0;
	margin:0 20px 10px 0;
	background: url(imgs/submenu.gif) right 14px no-repeat;
}
.creatincTreeView div.AspNet-TreeView .AspNet-TreeView-ClickableNonLink {
	cursor:pointer;
	font-size: 1.4em;
	line-height:20px;
	font-weight: normal !important;
	text-align:right;
	color:#FFFFFF !important;
	padding: 10px 20px 5px 20px;
	margin:0 0 10px 0;
	background: url(imgs/menu_collapse.gif) right 14px no-repeat;
}
/*********************************
*		BOUNCING BALL			 *
**********************************/
.buttonKaatsBal
{
	background: url(imgs/kaats_bal.gif);
	display: block;
}
.buttonKaatsBal_en
{
	background: url(imgs/kaats_bal_en.gif);
	display: block;
}

.formHeaderTopTitle
{
	display: block;
	color: White;
	font-size: 26px;
}
.formHeaderBottomTitle
{
	font-size: 14px;
	font-weight:bold;
	color: White;
}
.formbtnClose
{
	background: url(imgs/btn_Close.png) no-repeat;
	display: block;
	width: 27px;
	height: 27px;
}
.formThankyou p
{
	width:355px; 
	text-align:center; 
	color:White;
}
