/* Tables */

.standard {
  width: 390px;   
}

.standard th {  
  text-align:left;
  width:130px;
  padding:5px;
  vertical-align:top;
}

.standard td {
  padding:5px;
}

.short {
  width: 380px;    
  font-size: 0.75em;
}

.short th {  
  text-align:left;
  width:80px;
  padding:5px;
  vertical-align:top;
}

.short td {
  padding:5px;
}

input {
  width:200px;
  height:15px;  
}

textarea {
  width:200px;
  height:100px;  
}

input.submit, .submit {
  background:transparent url('../images/g-button-green.gif') no-repeat;
  display:block;
  width:145px;  
  height:20px;  
  margin:10px 0;
  text-align:center;
  color:#fff;
  font-size:12px;
  padding:0 0 2px 0;  
  cursor: pointer;
}

.submit {
  border:none;
}

.narrow {
  width:2em;
}
.newsletter {
	font-size:0.75em;
	}
.newsletter label {
	float:left;
	width:60px;
	}
.newsletter input {
	margin-bottom:10px;
	}