body {
	margin: 0px 0px 0px 0px;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	color: #555555;
	background-color: #666666;
}

h1 {
	font-size:20px;
	font-weight: bold;
}

h2 {
	font-size:16px;
	font-weight: normal;
	line-height:6px;
}

h3 {
	font-size:14px;
	font-weight: normal;
	line-height:5px;
}

p.article {
	font-size:13px;
	font-weight: normal;
}

input {
	border: 1px solid #444444;
	font-size: 12px;
	margin: 5px 5px 5px 5px;
}

input.box {
	border: 0px;
	width:120px;
	height:17px;
	background-image:url('pic/n_textbox.png');
	padding: 4px 3px 0px 3px;
}

input.lightbox {
	border: 0px;
	width:120px;
	height:17px;
	background-image:url('pic/n_textbox_light.png');
	padding: 4px 3px 0px 3px;
}

input.boxerror {
	border: 2px solid #CC0000;
	width:120px;
	height:17px;
	background-image:url('pic/n_textbox.png');
	padding: 4px 3px 0px 3px;
}

select {
	border: 1px solid rgb(180, 180, 180);
	font-size: 12px;
}

.list { border-top: 1px solid gray }

.likelink {
	color:#0000FF;
	cursor:pointer;
	text-decoration:underline;
}

.button {
	background-image:url('pic/button.png');
	text-align:center;
	cursor:pointer;
	width:80px;
	height:20px;
}

.iluminatedText {
	background-color:rgb(255,255,153);
}

.label-tooltip {
	display:inline;
	margin-left: 10px;
}

.label-tooltip-delete {
	cursor: pointer;
	margin-left:3px;
}

.tooltip {
  background-color:#FFF;
  border:1px solid #000;
  color:#000;
}
