.content_con {
	margin: 0 auto;
	width: 980px;
}


.content_con .con_top {
	height: 50px;
	line-height: 50px;
	background-color: #A2A2A2;
    
	padding-left: 20px;
	letter-spacing: 2px;
	font-size: 14px;
	color: #FFF;
}
.content_con .con_con {
	position:relative;
	
	border-radius: 10px;
	background-color: #FFF;
}
form tr:nth-child(2) td  {
	border-bottom: 1px solid;
   
}
.content_con .con_bottom {
	position:absolute;
	
	height:7px;
	width:100%;
	background-color:#fbb700;
	
}
img.img_vsb_content {
    margin-top: 10px;
    margin-bottom: 10px;
}