@charset "utf-8";
body
{
	background-color:White;}
.dtable{
	border: 1px solid #629900;
	border-top: 0px;
	margin-top:10px;
}
.head{
	border: 0px outset #629900;
	background-color:#BDEC68;
	height:18px;
	color: #000;
	padding: 2px 0;
}
.dtable th {
	border:1px outset #629900;
}
.dtable .fullrow td {
	border: 1px solid #629900;
	padding:2px;
}
.dtable th td {
	padding:2px 5px;
}


input.txt{ 
   color: #393939;
   background-color: #fff;
   border: 1px solid #393939;
   width:200px;
}
.country{
   width:205px; 
   height:18px; 
   border-color:black;
}