BODY {
  font-family: Tahoma, Verdana, Arial;
  font-size: 9pt;
  margin: 0;
  }


h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 11pt;
  }

table {
  border: 0;
  width: 1000px;
  }

td {
  font-family: Tahoma, Verdana, Arial;
  font-size: 9pt;
  }

p {
  text-align: justify;
  }

form {
  width: 440px;
  }

fieldset {
  border: 2px solid #8f92a4;
  margin-top: 10px;
  padding: 0px;
  background-color: #505050;
  padding-top: 10px;
  _padding-top: 0px;
  padding-bottom: 5px;
  }

legend {
  _margin-bottom: 10px;
  color: #d1e0fd;
  margin-left: 10px;
  }

label {
	display: block;
	width: 140px;
	float: left;
	text-align: right;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #d1e0fd;
	font-size: 11px;
	font-weight: bold;
  line-height: 18px;
  clear: both;
  }

textarea {
	overflow: auto;
  }

input, select, textarea {
  margin-bottom: 5px;
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: #c0c0c0;
  border: 1px solid #888;
  width: 250px;
  margin-left: 20px;
  font-size: 12px;
  font-family: Tahoma, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  _padding-top: 0px;
  _padding-bottom: 0px;
  }

select {
  width: 250px;
  line-height: 18px;
  }

input:focus, textarea:focus, select:focus {
  background:#f1f1f1;
  }

.first {
  margin-top: 10px;
  }

.submit {
  clear: both;
  float: right;
  margin-right: 18px;
  padding-top: 1px;
  color: #d1e0fd;
  font-weight: bold;
  display: inline;
  border: none;
  width: 118px !important;
  height: 31px !important;
  cursor: pointer;
  background: url(../_images/button.png) 0px 3px;
  background-repeat: no-repeat;
  }

.submit:focus {
  background: url(../_images/button.png) 0px 3px;
  background-repeat: no-repeat;
  }

#sent {
  border: 2px solid #8f92a4;
  background: #afb2c4;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  }

#askForm {
  border: 2px solid #d0d0d0;
  background: #505050 url(../_images/parts.jpg) no-repeat 460px 0px;
  padding: 3px 10px 10px 10px;
  }

#logo {
  background: #e0e0e0 url(../_images/header-bg.gif) repeat-y;
  width: 270px;
  }

#header {
  background: #e0e0e0 url(../_images/header-bg.gif) repeat-y -280px;
  width: 730px;
  padding-left: 10px;
  }

#left {
  padding-top: 10px;
  background-color: #e0e0e0;
  width: 270px;
  padding-left: 10px;
  }

#right {
  background-color: #f0f0f0;
  width: 730px;
  padding: 10px;
  }
