.send {
	background-color: transparent; 
	border: none; 
	cursor: pointer; 
	color: #003366;
	font-size: 9pt;
	font-family: Arial, Sans-Serif;	
	font-style: normal;	
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 160%;
    color: #333333;
	text-decoration: underline;
	display: block;
	margin: 1px;
}

.send:hover {
	color: #FF0000;	
}

