* {
  font-family:trebuchet ms,arial,helvetica,sans-serif;
  font-size:14px;
}

body {
  background:url(../img/body.jpg) center top;
  margin:0;
  padding:0;
}

a {
  text-decoration:none;
}

img {
  border:none;
}

label {
  cursor:pointer;
  display:block;
  float:left;
}

hr {
  background-color:black;
  border:0;
  height:1px;
}

h1 {
  font-size:24px;
  font-weight:bold;
  margin-top:13px;
}

h2 {
  font-size:18px;
  font-weight:bold;
}

input[type=text], input[type=password] {
  border:1px solid #A0A0A0;
  font-size:12px;
  width:100px;
}

input {
  cursor:pointer;
  height:16px;
}

select {
  cursor:pointer;
  width:250px;
}