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

#form {
	overflow:hidden;
	width:790px;
	margin:0px auto;
	background:#fff;
	font-size:14px;
}

#form a:hover img{
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}