.test {
	line-height: 30px;
	word-spacing: 0px;
	white-space: nowrap;
}

ul.ulP {
  margin-top:-10px;
}

span.date {
  background: #204060;
  color: #FFF;
  font-size: 0.91em;
  line-height: 100%;
  padding: 3px 4px;
}
P#afterH1 {
  margin-top:-10px;
}
.errorBlock, .errBlock {
  color: #db2828;
  border:1px dashed #db2828;
  width:70%;
  text-align: left;
  padding:10px;
}
.successBlock, .okBlock {
  color: #20AA20;
  border:1px dashed #20AA20;
  width:70%;
  text-align: left;
  padding:10px;
}

form {margin:0;}
.finger {cursor: pointer;}

select.plane, textarea.plane, input.plane, select.error, textarea.error, input.error, textarea.code, input.plane_pink, button.plane {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color : #999999;
  font-size: 11px;
  height: 17px;
}

input.plane-enter, input.plane-save, input.plane-reset {
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	font-size: 11px;
	background-color: #83A7CD;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	height: 17px;
	cursor: pointer;
}

input.plane-save {
  color: #FFFFFF;
  background-color: #6682CC;
}

input.plane-reset {
  color: #000000;
  background-color: #CCCCCC;
}

input.plane_pink {
  border-color:#FF9999;
}

.plane-b {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color : #999999;
  font-size: 11px;
  height: 17px;
  background-color:#EEEEEE;
}

.txtGrayBlue {color:#9CB8D5}
.txtGray {color:#696969}
.txtBlue {color: #006699}

div.divOver {
  background-color: #F1F8FE;
  cursor: pointer;
  cursor: hand;
}

div.divOut {
	background-color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}
.itemList {
  color: #3F3F3F;
}
.popDownBlock {
  position:absolute;
  padding:1px;
  border:1px solid #9CB8D5;
  background-color:#FFFFFF;
  font-size:11px;
  display:none;
}

/***/