body {
  font-family: Verdana;
  font-size: 10px;
  background-color:#efefef;
}

a:link {
  color:#fff;
  text-decoration:underline;
}

a:visited {
  color:#fff;
  text-decoration:underline;  
}

a:active {
  color:#fff;
  text-decoration:none;
}

td {
  font-family: Verdana;
  font-size:10px;
  color:#fff;
}

p#title {
	font-family:Verdana;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
}

p#title2 {
	font-family:Verdana;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
}

.link_dark {
	color: #676767;
}

.text_button {
	border:0;
	color:#fff;
	background-color:#b1b1b1;
	font-size:12px;	
}

.navi_entry {
	float:left;
	color:#fff;
}

.link_nodecoration {
	text-decoration:none;
}

.input_title {
  font-weight:bold;
}

.input_ta {
  width:380px;
  height:100px;
}

#error_head {
  background-color: #f00;
  padding: 4px;
  color:#fff;
  font-weight:bold;
}

#error_message {
  background-color: #fff;
  border: 1px solid #f00;
  width:90%;
  margin-left:10px;
  color:#333;
}

#dhtmltooltip{
  position: absolute;
  visibility: hidden;
  z-index: 100;
}

