* {
  font-family: Tahoma;
  font-size: 11px;
  outline: none;
}

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

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

.main_tb {
  width: 1003px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../../images/simbol.jpg);
  background-repeat: no-repeat;
  background-color: #3E6AB5;
  background-position:90% 10%;
}

.content {
  background-image: url(../../images/pixel_content.jpg);
  background-repeat: repeat-x;
  width: 1003px;
  background-color: #30528B;
  opacity: 0.55;
  filter:alpha(opacity=55);
}

.content-text {
  padding-left: 88px;
  padding-right: 68px;
  width: 563px;
  vertical-align: top;  
  font-size: 11px;
}

.menu {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.menu_height {
  height: 17px;
}

.home_bg {
  background: url(../../images/Image_222.png) no-repeat;
  height: 25px;
}

.text_field {
  width: 300px;
  border: 1px solid blue;
}

.error_class {
  color: red;
  font-size: 9px;
}

.home:link {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.home:visited {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.home:hover {
  font-size: 14px;
  font-weight: bold;
  color: #F8B30D;
  text-decoration: none;
}
.home:active {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.bg_footer {
  background-image: url(../../images/footer.jpg);
  background-repeat: no-repeat;
  width: 1003px;
  height: 73px;
}