.attention {
  font-family:		Arial, Helvetica;
  font-size:		8pt;
  font-weight:		bold;
  color:		#000000;
  background-color:	#e0e0e0;
  text-decoration:	none;
  text-align:		center;
  border-color:		#5d85aa;
  border-style:		solid;
  border-width:		1px;
}

.desc {
  font-family:		Arial, Helvetica;
  font-size:		8pt;
  font-weight:		bold;
  color:		#5d85aa;
  background-color:	#ffffff;
  text-decoration:	underline;
  text-align:		left;
  vertical-align:	top;
  width:		100px;
}


.content {
  font-family:		Arial, Helvetica;
  font-size:		8pt;
  font-weight:		bold;
  color:		#000000;
  background-color:	#ffffff;
  text-decoration:	none;
  text-align:		left;
  width:		200px;
}

.input {
  font-family:		Arial, Helvetica;
  font-size:		8pt;
  font-weight:		bold;
  color:		#808080;
  background-color:	#ffffff;
  text-decoration:	none;
  text-align:		left;
  border-color:		#808080;
  border-style:		solid;
  border-width:		1px;
}

.ok {
  font-family:		Arial, Helvetica;
  font-size:		8pt;
  font-weight:		bold;
  color:		#000000;
  background-color:	#0dd208;
  text-decoration:	none;
  text-align:		center;
  border-color:		#0a9306;
  border-style:		solid;
  border-width:		1px;
}

.cancel {
  font-family:		Arial, Helvetica;
  font-size:		8pt;
  font-weight:		bold;
  color:		#000000;
  background-color:	#e63b3b;
  text-decoration:	none;
  text-align:		center;
  border-color:		#b60b0b;
  border-style:		solid;
  border-width:		1px;
}

table {
  width:		600px;
}
