#result th{
	text-align: left;
	/*background-color: #efebef;*/
	background-color: #9c9ca0;
	padding:3px 5px 3px 5px;
	font-size: 12px;
}
#result td{
	padding:3px 5px 3px 5px;
	background-color: #ebebeb;
}
#result a:hover{
	color: #000000;
}
#card{
	border: 1px solid #9c9ca0;
	width:400px;
}
#card th{
	text-align:left;
	font-weight: bold;
	background-color: #9c9ca0;
	padding:3px 5px 3px 5px;
	font-size: 12px;
}
#card td{
	padding:0px 5px 0px 5px;
}
.float_left{
	float:left;
}
.float_right{
	float: right;
}
.box_content {
	width:500px;

}
.rule{
	width:500px;
	height: 1px;	
	/*border-top:1px solid #9c9ca0;;*/
	margin-top:10px;
}
.right{
	float:right;
	/*border: 1px dotted blue;*/
}
.left{
	float:left;
	/*border: 1px dotted blue;*/
}
.error{
	color: red;
}
