.connect_form {
background-color:#66615D;
border-color:#000000 #776E63 #776E63 #000000;
border-style:solid;
border-width:1px;
	padding-left:4px;
	padding-top:3px;
	height:15px;
	width:116px;
	font-size:11px;
	color:#000000;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
.connect_form:hover {
	/*background:url('images/form.png') no-repeat;*/
	border:none;
}
.connect_form:focus {
	/*background:url('images/form.png') no-repeat;*/
	border:none;
}