.liuyan {
    width: 100%;
}
.liuyan ul {
    margin: 0;
    padding: 0;
}
.liuyan ul li {
    list-style: none;
	width: 100%;
    margin-bottom: 10px;
}
input#submit {
    width: 60px;
    height: 40px;
    margin-right: 20px;
    font-size: 14px;
    background-color: #f97f07;
    border: none;
    color: white;
}
p.request {
    font-size: 16px;
    color: #f11e1e;
    font-family: fantasy;
}
textarea#message {
    font-style: italic;
}
.ballbearing {
    padding: 10px;
    margin-bottom: 10px;
    line-height: 16px;
    background: #ededed;
}
.ballbearing img {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
}
.ballbearing h3 {
    font-size: 15px;
}