

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 2px;
  margin-bottom:10px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #45ad04;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #CCC;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 5px 4px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  cursor: pointer;

  color: #fff;
  background: #1f4302;
  border-width: 1px;
  border-style: solid;
  border-color: #030 #030 #030 #030;
}

input.button:hover {

  color: #c0dc02;
  background: #0c1d01;

	
}


.rounded, a.button{
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-khtml-border-radius: 6px;
}

