body
  {
    background-color: #CCCCCC;
    margin-top: 0px;
  }

h1{ font-size: 15px; }

.warning{ color: #FF3C3C; }

 input[type=text] {
	border-color: blue;
	border-style: solid;
	border-width: thin;
	padding: 3px;
	width: 130px;
 }
 
 .text {
  background:#CDD4E1 ;
 }

textarea {
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 3px;
	width: 400px;
	height: 500px
}
div {
    background-color:#EAEAEA;
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 3px;
	width: 60%;
}
div_fix {
    background-color:#EAEAEA;
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 3px;
	width: 900px;
	height:98%;
	overflow: auto; 
	position:relative;
}
select
{
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 3px;
	width: 160px;
}
.text
{
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 3px;
	width: 90px;
}

td.contentLeft
  {
    color: black;
    font-size: 13px;
    padding-bottom: 3px;
  }