﻿body {
	margin: 0px; padding: 0px; font-size: 14px;
}
a {
	color: rgb(0, 0, 0); text-decoration: none;
}
a:hover {
	color: rgb(255, 0, 0); text-decoration: underline;
}
.box {
	margin: 5px; width: 685px; float: left;
}
.box1 {
	border: 1px solid rgb(204, 204, 204); border-image: none; float: left;
}
.box1 img {
	width: 76px; height: 60px; float: left;
}
.box2 {
	width: 500px; text-align: left; font-size: 14px; margin-top: 10px; margin-left: 10px; float: left;
}
.box3 {
	width: 90px; height: 25px; text-align: right; vertical-align: middle; float: left;
}