@charset "UTF-8";
/* CSS Document */

#sidebar form input.submit {
	width: 130px;
	height: 35px;
	border: none;
	margin: 15px -10px 0 0;
	background: url(../images/submit-button.png) no-repeat;	
	float: right;
}

#sidebar form input.submit:hover {
	color:#00abed;
	cursor: pointer;
}
