
.cssGreenDataEditor
{
  background-color:#F9F9F9;
  border:1px solid #538460;
  padding:0px;
  position:absolute;
	width:420px;
}

.cssGreenDataEditor table .header
{
	background-color:#538460;
	padding:0px;
	height:25px;
}

.cssGreenDataEditor table .title
{
  font-family:Verdana,Tahoma,Times New Roman;
	font-size:13px;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding-left:4px;
	text-decoration:none;
}

.cssGreenDataEditor table .content
{
  font-family:Courier New,Tahoma,Times New Roman;
	font-size:16px;
	color: #000000;
	font-weight:normal;
	padding:10px;
	text-align:left;
	vertical-align:top;
}

.cssGreenDataEditor table .content .labelCaption
{
  font-family:Verdana;
  font-size:10px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:underline;
  padding-bottom:5px;
}

.cssGreenDataEditor table .content .labelValue
{
  font-family:Verdana;
  font-size:16px;
  color:#595959;
  padding-left:16px;
}

.cssGreenDataEditor table .content .text
{
    font-size:16px;
    width:300px;
}

.cssGreenDataEditor table .content .textarea
{
    width:300px;
    height:200px;
}

.cssGreenDataEditor table .content .select
{
    font-family:Verdana,Tahoma,Verdana,Arial;
    font-size:16px;
}

.cssGreenDataEditor table .content .checkbox
{
}

.cssGreenDataEditor table .button
{
    font-family: Verdana, Arial, Geneva;
    color:#343434;
    background-color:#E9EBEA;
    font-size:10px;
    text-decoration:none;
    text-align:center;
    border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #716f64;
    border-bottom:1px solid #716f64;
    font-weight:bold;
    padding:4 4 4 4;
    width:135px;
    height:24px;
    text-transform:uppercase;
}