@import url(navi.css);
@import url(page.css);

body {
  margin: 0;
  padding: 0px;
}

td { border:0px dotted #000; vertical-align:top; overflow:hidden; }

.container {
  position: absolute;
  left: 50%;
  margin-left: -385px;
  margin-top: 30px;  			
  padding: 0px;
  text-align: left;
}



.field { 
  	width: 150px;
}

.button {
	width: 55px;
  background: #000;
	color: #fff;
}

.button, .field {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

div.feedback {
  border: 1px #000 dotted; 
  padding: 5px;
  font-style:italic;
}

