fieldset {
  border: 1px solid black;
  padding: 10px 20px 10px 20px;
  margin: 20px 20px 0 20px;
  vertical-align: top;
}

fieldset legend {
	color: #900;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
  margin: 0;
}

.myNewsTable {
	margin-top: 15px;
	width: 100%;
}

.myNewsTable td {
	padding: 2px 0px 2px 10px;
	line-height: 20px;
	height: 22px;
}

.colorpickerHint {
	position: relative;
}

.ColorPickerImg {
  margin: 0 0 0 5px;
  vertical-align: bottom;
}

.colorpicker, .colorpicker_hidden, .colorpicker_visible {
  display: none;
  position: absolute;
  top: 0px;
  left: 20px;
  width: 126px;
  height: 120px;
}

#colorpicker_slot {
  padding-left: 5px;
  border: none;
  z-index: 2000;
}

#colorpicker_table {
  border: 1px solid #FF9900;
}

#colorpicker_table td {
	padding: 0px !important;
	line-height: 0px !important;
	height: 10px !important;
}

#myNewsUrl {
  color: #000;
  background: #FFF;
  border: 0;
  font-size: 12px;
  font-weight: normal;
	margin: 15px 0 0 10px;
  overflow: auto;
  width: 640px;
  height: 80px;
}

#myNewsPreview {
	margin: 15px 0 0 10px;
	border: 0;
  width:		640px;
  height:		200px;
}

#ZuruekButton {
	padding: 10px;
}
