.rapid_contact table{
	width:430px;
	text-align: center;
	margin: 0 auto;
}

.rapid_contact input[type=text]{
	height:20px;
	background-color: #968d00;
	border: 2px solid #ccc;
	color:white;
	float:left;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:hand;
	cursor:pointer;
}

.rapid_contact textarea{
	height:50px;
 	width: 100%;
	background-color: #968d00;
	border: 2px solid #ccc;
	color:white;
	clear: both;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:hand;
	cursor:pointer;
}

.rapid_contact .button {
	background-color: #968d00;
	color:white;
	border: 2px solid #ccc;
	padding:2px 5px 2px 5px;
	width:80px;
	text-align: center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:hand;
	cursor:pointer;
	float:right;
	margin-top:15px;
}