* {
  font-family: Tahoma, Verdana, Sans-Serif;
}

body {
  margin: 0;
  padding: 10px;
  background-color: white;
  color: black;
  font-size: 14px;
}

a {
  color: black;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

:focus {
  outline: none;
}

h1, h2, h3, h4 {
  margin: 10px 0;
  padding: 0;
  font-weight: normal;
}

h3 {
  font-weight: bold;
  font-size: 130%;
}

/*.line input, textarea {
  border-top   : 1px solid #888;
  border-left  : 1px solid #888;
  border-right : 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1px;
  font-size: 110%;
	width:220px;
	height:24px;
}


.line input:focus, select:focus, textarea:focus {
  border-top   : 1px solid #58b958;
  border-left  : 1px solid #58b958;
  border-right : 1px solid #cbebcb;
  border-bottom: 1px solid #cbebcb;
}*/


input[type=text], input[type=password], textarea {
  background: white url(/img/interface/input_bg.gif) repeat-x left top;
  border-top   : 1px solid #888;
  border-left  : 1px solid #888;
  border-right : 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1px;
  font-size: 110%;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  border-top   : 1px solid #58b958;
  border-left  : 1px solid #58b958;
  border-right : 1px solid #cbebcb;
  border-bottom: 1px solid #cbebcb;
}

.line label {
vertical-align:bottom;

}
