.normal {
	margin: 2 0 0 0;
}

.button {
	font-family:		verdana;
	font-size:			11px;
	line-height:		16px;
	margin: 2 5 2 5;
	cursor='hand';
	width:120;
	border:1 solid #000000;
	background-image:url('/KOBImages/knapmenublaa.gif')
}

.input {
	font-family:		verdana;
	font-size:			11px;
	line-height:		16px;
	border: 1px solid black;

}

.dropdown {
	font-family:		verdana;
	font-size:			11px;
	line-height:		16px;
}

.multiselect {
	font-family:		verdana;
	font-size:			11px;
	line-height:		16px;
}

.password {
	font-family:		verdana;
	font-size:			11px;
	line-height:		16px;
}

.textarea {
	font-family:		verdana;
	font-size:			11px;
	line-height:		16px;
	margin: 2 5 2 5;
}

.checkbox {
	font-family:		verdana;
	font-size:			11px;
	line-height:		16px;
}

.radio {
	font-family:		verdana;
	font-size:			11px;
	line-height:		16px;
}



div
{
/*
	border: 1px solid black;

	margin: 0 0 0 0;
	posHeight: 0;
*/
}

.ISFormClass
{
	width: 430;
	height: 300;
	border: 1px solid #808080;
	padding: 2 2 2 2;
	background: url(/kobimages/menuhvid.gif);
}

.ISWizardFormClass
{
	width: 430;
	height: 300;
	border: 1px solid #808080;
	background: url(/kobimages/menuhvid.gif);
}

.ISWizardSmallFormClass
{
	width: 430;
	height: 100;
	border: 1px solid #808080;
	background: url(/kobimages/menuhvid.gif);
}

.ISWizardHeaderClass
{
    background-color:#004990;
			font-weight: normal;
			font-size: 8pt;
			color: white;
			width: 100%;
			line-height: normal;
			font-family: Verdana; 
			padding: 5 5 5 5;
}

.ISWizardLink
{
    FONT-WEIGHT: normal;
    COLOR: #003366;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}

.ISWizardLinkBold
{
    FONT-WEIGHT: bold;
    COLOR: #003366;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}

.FormClass
{
	width: 800;
	height: 600;
	background-color: lightgrey;
	border: 1px solid black;
}

.FormTitleClass
{
	width: 100%;
	background-color: blue;	
	color: white;
	border: 1px solid black;
	text-align: center;
}

.LabelOnTop
{
	clear: both;
}

