
#forms {
	position:relative;
	float:left;
	width:680px;
	padding-left:30px;
	padding-right:30px;
}
#forms p {
	color:#8EB72B;
	font-weight:normal;
	font-size:18pt;
	padding-bottom:1px;
	padding-top:0px;
	border-bottom-style:double;
	border-bottom-color:#8EB72B;
}
#forms div {
	padding-top:20px;
	text-align:center;
}
#forms td {
	height:30px;
	padding-left:10px;
	color:black;
	font-size:12pt;
}
#forms td i {
	color:black;
	font-size:10pt;
}
#forms input[type = "text"] {
	width:160px;
}
#forms input[type = "submit"] {
	width:190px;
	color:white;
	font-weight:bold;
	padding:7px;
	background-color:#8EB72B;
}
#forms input:hover[type = "submit"] {
	background-color:red;
	cursor:pointer;
}
#forms input[type = "button"] {
	width:190px;
	color:white;
	font-weight:bold;
	padding:7px;
	background-color:#8EB72B;
}
#forms input:hover[type = "button"] {
	background-color:red;
	cursor:pointer;
}
#forms select {
	width:160px;
}
#forms textarea {
	width:426px;
}

