#sign_up label{
	display:block;
	margin:5px 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]{
	margin:5px 0 2px 0;		
}
#col_leftU{
	width:260px;
	float:left;
	min-height:400px;
	margin:0 108px 0 0;	
}

#col_leftU .title{
 font-size: 24px;	
}

#col_rightU{
	width:265px;
	float:left;
	min-height:400px;	
}
.orders{
    border-collapse: collapse;
	/*margin-top: 28px;*/
}
#title_basket h4, .orders, .price_tab a{
	color: #000;
}

.orders th{
	color:#000;
    border: 0;
    background-color: #fff;
    padding: 3px;
	    text-align: left;
}
.orders td{
	color:#000;
}
.orders tr{
	background-color: #fff;
	height: 50px;
}

.orders tr:nth-child(2n){
	background-color: #fff;
}
.orders input{
	width:30px;
	text-align:center;
	padding:3px;
	font-size:12px;
}