@charset "utf-8";
/* CSS Document */
body {
    margin:0px;
}
body,td,th {
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
}
select {
    font-size:12px;
}
.input {
    border:1px solid #999999;
	font-size:12px;
}
.k {
	border: 1px solid #CCCCCC;
}
.company {
	border:#dedede 1px solid;
}
.content {
    text-indent:25px;
	line-height:20px;
}
.title {
    font-size:14px;
	font-weight:bold;
}
.prosort {
    padding-left:55px;
	font-weight:bold;
	background:url(images/cate.jpg) no-repeat center;
}
.message {
    padding-left:20px;
}