	body {
		color: #000305;
		font-size: 87.5%; /* Base font size: 14px */
		font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		line-height: 1.429;
		margin: 1.5em;
		padding: 5;
		text-align: left;
	}

#frmlomake input[type='button'],
#frmlomake input[type='button']:focus,
#frmlomake input[type='button']:hover,
#frmlomake input[type='submit'],
#frmlomake input[type='submit']:focus,
#frmlomake input[type='submit']:hover
{
	border: 1;
	border-radius: 5px;
	width:auto;
	color: #000005;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	xpadding: .3em 2em;
	background-color: #ababab;
}

fieldset {
	margin: inherit;
	padding: 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

legend.header
{
	font-size:large;
	}
dd
{
	margin-left:inherit}
/* Tables */
table {margin: 1.5em}
	
	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {margin-left:10}

	/* Tbody */
	tbody td {margin-left:10;padding: .2em .4em;}
	tbody th {}
	
	tbody .alt td {}
	tbody .alt th {}
	
	/* Tfoot */
	tfoot th {}
	tfoot td {margin-left:10;padding: .4em .4em;}
	
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
	input[type='password'],
	input[type='text'],
	input[type='email'],
	input[type='url'],
	textarea {
	background:#fafafa;
		border: 1px solid silver;
		box-shadow: 1px 1px 2px #AAAAAA;
		color: #999;
		font-family: inherit;
		font-size: inherit;
	color:#444444;
		padding: 2px;
	}
#frmlomake input {
	padding-left:10px;
	border-bottom:1px dashed silver;
	display:inline;
	xoverflow:visible;
	box-shadow: 1px 1px 2px #AAAAAA;
	border:1px solid silver;
	background:#fafafa;
	border-radius: 4px;
	color:#444444;
}


#frmlomake input:hover,
#frmlomake input:focus {
	background:white;
	cursor: text;
	box-shadow: 0 0 5px rgba(0, 0, 255, 1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
	-moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
	border:1px solid rgba(0,0,255, 0.8); 
}
	input[type='text']:hover,
	input[type='email']:hover,
	input[type='url']:hover,
	textarea:hover {
		cursor: text;
		box-shadow: 0 0 5px rgba(0, 0, 255, 1);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
		-moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
		border:1px solid rgba(0,0,255, 0.8); 
	}
	input[type='text']:focus,
	input[type='email']:focus,
	input[type='url']:focus,
	textarea:focus {
	background:white;
		box-shadow: 0 0 5px rgba(0, 0, 255, 1);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
		-moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
		border:1px solid rgba(0,0,0, 0); 
	}

#frmlomake input[type='radio'],
#frmlomake input[type='checkbox'] {
	cursor: auto;
	padding-left:0px;
	display:inline;
	overflow:visible;
	border:0;
	background:#fafafa;
	color:#444444;
	border-bottom:0;
	border-radius: 0;
	box-shadow: 0px 0px 0px #fafafa;
}
#frmlomake input[type='radio']:hover,
#frmlomake input[type='checkbox']:focus {
	cursor: auto;
	padding-left:0px;
	display:inline;
	overflow:visible;
	border:0;
	background:#fafafa;
	color:#444444;
	border-bottom:0;
	border-radius: 0;
	box-shadow: 0px 0px 0px #fafafa;

}
#frmlomake input[type='text'].number
{
	text-align:right;
}
#frmlomake input[type='text'].date
{
	background-image:url(/images/cal_2.gif);
	background-position:2px 2px;
	background-repeat:no-repeat;
/*	height:25px;*/
	padding-left:15px;
	width:8em;
	text-align:right;
    BACKGROUND-COLOR: transparent;
}

#frmlomake label {
	font-size:100%;
}
#frmlomake label.lbl
{
	font-size: 100%;
	width: 20%;
	white-space:nowrap
}

span.show{
	display:inline
}
span.hide{
	display:none
}
.error { color: red; padding-left: 10px; }

dl.table {
	margin-bottom:1px;
	margin-bottom:1px;
}

dl.table dt.table {
	float:left;
	margin-right:10px;
	padding:2px;
	width:250px;
}

dl.table dd.table {
	margin:2px 0;
	padding:2px 0;
}
dt.table2{
	margin-right:10px;
	padding:2px;
	width:200px;
}

a:HOVER {
	text-decoration: underline;
	cursor: pointer;
}