html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background: #424242 url("img/bg_body.jpg") repeat-y;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
a,  a:link {
  color: #83A3BC;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #83A3BC;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #83A3BC;
  text-decoration: underline;
}
a:focus {
  color: #83A3BC;
}
a:active {
  color: #83A3BC;
}
a img { border:none; }
#header {
  background-color: #333;
  height: 50px;
  padding: 10px;
  vertical-align:middle;
  width:98.5%;
  margin:0;
}
#sidebar {
  padding: 36px 0px 0px 40px; 
  width: 280px;
  color:#fff;
  float:left;
}
#sidebar .sep { height:20px; }

#form {
  background:url(img/bg_form.gif) no-repeat;
  width:211px;
  height:175px;
  text-align:center;
}
#form form {
  width:200px;
  margin: 25px 18px 0 12px;
}
#form label {
  width: 70px;
  vertical-align:top;
  float:left;
}
#form input[type="text"], #form select {
  margin:0 0 6px 0;
  float:left;
  clear:right;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}
