
html, body{
  height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.cnt{
  position: relative;
  left: 50%;
  top: 50%;
  width: 760px;
  margin-left: -380px;
  height: 570px;
  margin-top: -285px;
}

.tab{
  width: 760px; 
	height: 570px;
}

.txt{
  font-family: Verdana; 
	font-size: 11px; 
	color: #666666;
}

td{
  font-family: Verdana; 
	font-size: 11px; 
	color: #888888;
}

input, textarea, select{
  font-family: Verdana; 
	font-size: 11px; 
	color: #666666;
	border: #666666 1px solid;
}

.txt1{
  font-family: Verdana; 
	font-size: 16px; 
	color: #C5AE7B;
}

.txt2{
  font-family: Verdana; 
	font-size: 12px; 
	color: #FFFFFF;
}