#sign_up label{
	display:block;
	margin:10px 0 2px 0;	
}
#sign_up input[type=text], #sign_up input[type=password]{
	width:250px;	
}
#sign_up input[type=text]#captcha{
	width:100px;	
}
#sign_up input[type=submit]{
		
}
#col_leftU{
	width:266px;
	float:left;
	margin:0 108px 0 0;	
}
#col_rightU{
	width:265px;
	float:left;
}

.orders{

    border-collapse: collapse;
}
.orders, .price_tab a{
	color:#5f5d5d;
}
.orders th{
	color:#0387fa;
    padding: 3px 0 10px 0;
	text-align: left;
}
.orders span{
	color:#464646;
	font-size:18px;
	
}
.orders td{
	vertical-align:top;
	color:#5f5d5d;
	padding:15px 10px 15px 0;
	border-bottom:1px solid #d2d2d2;
}
.orders input[type=text]{
	width:30px;
	text-align:center;
}
.orders .photo_product{
	padding:2px;
	background-color:#fff;
	display:table-cell;
	border:1px solid #cecece;
}
.orders a{
	color:#0387fa;
	font-size:15px;	
}
.orders a:hover{
	color:#444;	
}
#seller input[type=text], #seller input[type=password]{
	width:280px;	
}
#sign_up #seller input#captcha[type="text"]{
	width:87px;	
}
.continue{
	color:#464646;
	font-size:14px;
	padding:8px 0 2px 0;
	border-bottom:1px dashed #464646;
}
.continue:hover{
	border-bottom:1px dashed #fff;	
}
.del_p{
	text-align:center;
	margin-top:3px;
}
.del_p a{
	color:#6d6d6d;
	font-size:13px;	
}