form {
position: relative;
left: 0px;
top: 0px;
margin: 0;
padding: 0px;
}




input  {
	color: grey;
	padding: 5px;
	border: 1px solid #898989;
	margin-bottom: 8px;
	background-color: white;
	font-size: small;
}

textarea  {
	color: grey;
	padding: 1px;
	border: 1px solid #898989;
	margin-bottom: 8px;
	background-color: white;
	font-size: small;
}


.button {
	border: 1px solid #898989;
	color: #e4e4e4;
	padding: 5px;
	background-color: #454545;
	font-size: small;
}




.inputbox:hover {
	background: #e4e4e4;
}



form#form-login fieldset { 
	border: 0 none; 
	margin: 0 auto; 
}


#form-login { 
border: 0 none; 
margin: 0 auto;
padding: 0px;
}

#testimonial-form-row {
float: left;
overflow: hidden;
width: 900px;
padding-bottom: 10px;
}
#testimonial-form-unit {
float: left;
overflow: hidden;
padding-right: 20px;
}


#submitButton {
float: left;
width: 60px;
overflow: hidden;
padding: 5px;
background-color: #555;
color: white;
font-weight: bold;
text-align: center;
letter-spacing: -1px;
font-size: small;
}


#submitButton:hover {
background: #333;
}




#subscribeButton {
float: left;
width: 90px;
overflow: hidden;
padding: 5px;
background-color: #777;
color: white;
font-weight: bold;
text-align: center;
letter-spacing: -1px;
font-size: small;
margin-top: 10px;
}


#subscribeButton:hover {
background: #555;
}



