/* Constructive Growth.NET 22 August 2008 */

.input_text {
background:url("http://oxygensupercharger.com/graphics/bg-input-text2.gif") no-repeat scroll 0 0 transparent;
border-color:#ADAEB0 #DFDFE0 #DFDFE0 #ADAEB0;
border-style:solid;
border-width:1px;
float:left;
height:20px;
padding-top:4px;
}
.input_text:hover {
background:url("http://oxygensupercharger.com/graphics/bg-input-text.gif") no-repeat scroll 0 0 transparent;
border-color:#ADAEB0 #DFDFE0 #DFDFE0 #ADAEB0;
border-style:solid;
border-width:1px;
float:left;
height:20px;
padding-top:4px;
}
.input_text:focus {
background:url("http://oxygensupercharger.com/graphics/bg-input-text.gif") no-repeat scroll 0 0 transparent;
border-color:#ADAEB0 #DFDFE0 #DFDFE0 #ADAEB0;
border-style:solid;
border-width:1px;
float:left;
height:20px;
padding-top:4px;
}

.input_textbox {
background:url("http://oxygensupercharger.com/graphics/bg-input-text2.gif") no-repeat scroll 0 0 transparent;
border-color:#ADAEB0 #DFDFE0 #DFDFE0 #ADAEB0;
border-style:solid;
border-width:1px;
float:left;
height:80px;
padding-top:4px;
}
.input_textbox:hover {
background:url("http://oxygensupercharger.com/graphics/bg-input-text.gif") no-repeat scroll 0 0 transparent;
border-color:#ADAEB0 #DFDFE0 #DFDFE0 #ADAEB0;
border-style:solid;
border-width:1px;
float:left;
height:80px;
padding-top:4px;
}
.input_textbox:focus {
background:url("http://oxygensupercharger.com/graphics/bg-input-text.gif") no-repeat scroll 0 0 transparent;
border-color:#ADAEB0 #DFDFE0 #DFDFE0 #ADAEB0;
border-style:solid;
border-width:1px;
float:left;
height:80px;
padding-top:4px;
}
.button, a.button {
  border:2px solid #c4c4c4;
  color:#000;
  padding: 6px;
  margin: 6px 6px 6px 12px;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #efeded url(http://oxygensupercharger.com/graphics/but_bg1.jpg) repeat-x top left;

}

.button a.button:hover, .button:hover {
  border:2px solid #c4c4c4;
  color:#000;
  padding: 6px;
  margin: 6px 6px 6px 12px;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #efeded url(http://oxygensupercharger.com/graphics/but_bg2.jpg) repeat-x top left;
}

.headline2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #669900;
  line-height: 30px
}

#menu1 {
  border: thin #f0f0db solid;
  margin: 0 auto;
}
#menu2 {
  border: thin #f0f0db solid;
  margin: 40px auto 0;
}
#menu1 td, #menu2 td {
  width: 130px;
  text-align: center;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  color: #aaa;
  padding: 5px;
  border: thin #ddd solid;
  background:  #f0f0db;
  }
#menu1 td a, #menu2 td a {
  text-decoration: none;
  font-size: 12px;
  color: #aaa;
}

#menu1 td.other:hover, #menu1 td.other:hover a, #menu2 td.other:hover, #menu2 td.other:hover a {
  background:  #f7f7e7;
  color: #669900;
  }

#menu1 .current, #menu1 .current a , #menu1 .current:hover, #menu2 .current, #menu2 .current a, #menu2 .current:hover {
  color: #669900;
  background:  #FCFCF4;
  }
