body
{
	font-family: arial, helvetica, Sans-Serif;
	font-size: 0.8em;
}
DIV
{
	text-align: justify;
	margin: 0 0 0 0;
}
A
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
DIV#main
{
	margin: auto;
	width: 760px;
}
DIV#mainleft
{
	float: left;
	width: 246px;
}
DIV#logo
{
	width: 228px;
	height: 88px;
	margin: 0 0 15px 0;
}
DIV#lefttitle
{
	margin: 0 0 2px 10px;
}
DIV.yellowleftitem
{
	background-image: url(../images/yellow_left.jpg);
	width: 246px;
	height: 156px;
	margin: 0 0 15px 0;
}
DIV.greyleftitem
{
	background-image: url(../images/grey_left.jpg);
	width: 246px;
	height: 156px;
	margin: 0 0 15px 0;
}
DIV.leftitem
{
	color: #043883;	
	width: 140px;
	margin: 5px 0 0 20px;
	text-align: center;
}
DIV#mainright
{
	float: right;
	width: 468px;
}
DIV#topbanner
{
	margin: auto;
	width: 468px;
	height: 60px;
	vertical-align: top;
	margin: 0 0 15px 0;
	direction: rtl;
}
DIV#title
{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #706521;
	margin: 0 0 15px 0;
}
DIV.section
{
	margin: 0 0 10px 0;
	width: 488px;
	
}
DIV#yellowSecName
{
	background-image: url(../images/yellow_title.jpg);
	width: 488px;
	height: 26px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	margin: auto;
}
DIV#yellowUp
{
	background-image: url(../images/yellow_up.jpg);
	width: 426px;
	height: 19px;
	margin: auto;
}
DIV#yellowTitle
{
	background-image: url(../images/yellow_bg.jpg);
	width: 426px;
	margin: auto;
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	direction: rtl;
}
DIV#yellowtext
{
	background-image: url(../images/yellow_bg.jpg);
	width: 426px;
	margin: auto;
	text-align: right;
	direction: rtl;
}
DIV#yellowDown
{
	background-image: url(../images/yellow_down.jpg);
	width: 426px;
	height: 19px;
	margin: auto;
}
DIV#greySecName
{
	background-image: url(../images/grey_title.jpg);
	width: 488px;
	height: 26px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}
DIV#greyUp
{
	background-image: url(../images/grey.jpg);
	width: 426px;
	height: 15px;
	margin: auto;
}
DIV#greyTitle
{
	background-image: url(../images/grey.jpg);
	width: 426px;
	margin: auto;
	text-align: right;
	text-indent: 10px;
	font-size: 12pt;
	font-weight: bold;
}
DIV#greyDown
{
	background-image: url(../images/grey.jpg);
	width: 426px;
	height: 15px;
	margin: auto;
}
DIV#cuponmain
{
	width: 350px;
	height: 330px;
	border-style: double;
	border-color: Gray;
	direction: rtl;
}
DIV.inputLine
{
	width: 400px;
}
DIV.labelRequired
{
	font-weight: bold; 
	float: right;
	width: 80px;
}
DIV.label
{
	float: right;
	width: 80px;
}
DIV.field
{
	width: 320px;
	float: left;
}

/*feedback css*/
.k_float
{
	z-index:9999999; 
	position: fixed !important; 
	position:absolute;
	cursor:hand;
	cursor:pointer;
}

#kampylink img
{
	border: 0;
}

.k_top
{
	top:0px;
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop : document.body.scrollTop);
}

.k_bottom
{
	bottom:0px;
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 1 : document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 1);
}

.k_right
{
	 
	right:0px;
	
}

.k_left
{
	left:0px; 
}

/*close button*/

#k_close_button
{
	color:gray; 
	border: 1px solid gray; 
	display: none; 
	width: 11px; 
	height: 16px; 
	font-size:12px; 
	text-align:center; 
}

.kc_top
{
	top:80px;
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + 80 : document.body.scrollTop + 80);
}

.kc_bottom
{
	bottom:80px; 
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 80 : document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 80);
}

.kc_right
{ 
	right:10px; 
}

.kc_left
{
	left:10px; 
}
/*end close button*/
