
/* 
input[type=password] ,
input[type=text] {
	border: 1px solid #369;
}
*/

table.formtable3 {
  width: 580px;
  border : 1px #D6E8F6 solid;
  border-top : 2px #7AB3EA solid;
  border-collapse : collapse;
}

table.formtable3 td {
  padding : 4px 8px;
  font-family : "Dotum", "MS Serif", "New York", serif;
  border : 1px #D6E8F6 solid;
  font-size : 12px;
  height: 26px;

}

table.formtable3 col.chead {
  width: 20%;
  color : #2A76C2;
  background-color : #EEF5FD;
  font-family : "Dotum", "MS Serif", "New York", serif;
  font-size : 12px;
  font-weight : bold;
}

table.formtable3 col.cbody {
  color: #4C4C4C;
  background-color: #ffffff;
  font-family: "Dotum", "MS Serif", "New York", serif;
  font-size: 12px;
  height: 18px;

}

div.description {
  line-height: 130% ;
}

