.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0078C1;
	font-weight: bold;
}
.style4 {font-size: 11px}
body,td,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #0A50A1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0A50A1;
}
a:hover {
	text-decoration: underline;
	color: #6DB33F;
}
a:active {
	text-decoration: none;
	color: #0A50A1;
}

div.ItrisRegisters div.text{
//	height: 32px;
}

div.ItrisRegisters div.error{
//	height: 52px;
}

div.textarea{
//	height: 128px;
}

div.ItrisRegisters label {
	display:block;
	float:left;
	margin-right:10px;
	margin-top:4px;
	text-align:left;
	width:200px;
}

div.error-message {
	border: 1px solid #ff8000;
	background-color: #fffaf5;
	margin:5px 0 10px 0;
	padding:3px;
	width:450px;
}

div.success-message {
	border: 1px solid #80ff00;
	background-color: #fafff5;
	margin:5px 0 10px 0;
	padding:3px;
	width:450px;
	color: #0078C1;
	font-size: 11px;
	font-weight: bold;
}

div.message {
	border: 1px solid #80ff00;
	background-color: #fafff5;
	margin:5px 0 10px 0;
	padding:3px;
	width:450px;
}
  
.rssblock{ width:300px; height: 200px;}  
.rssblock ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }  
  
.clear { clear: both; }  
