		.login_form{
			
		}
		.login_ul{
			list-style-type:none;
			text-align:left;
		}
		.register_ul{
			list-style-type:none;
			margin-left:15px;
			padding:0;
		}
		.login_ul{
			list-style-type:none;
			margin-left:15px;
			padding:0;
			line-height:1.5;
		}
		.login_ul input{
			float:right;
			margin-right:40px;
			width:120px;
		}
		.login_submit input{
			width:80px;
		}
		.login_li{
		margin:10px;
		}
		.register_li{
		margin:10px 0px;
		text-align:left;
		display:block;
		}
		.register_li input{
			float:right;
			clear:right;
		}
		.register_li label{
			clear:left;
		}
		.register_label{
			margin-right:10px;
			
		}
		.login_label{
			font-weight:bold;
		}
		.register_form{
		width:550px;
		margin:auto;
		/*border:2px solid #9b9385;*/
		text-align:right;
		clear:both;
		color:#5A5448;
		}
		.branding{
			background:url(http://wholesale.cowparade.com/logo.gif) center no-repeat;
			height:100px;
			width:220px;
			position:absolute;
			left:25px; 
			top:0;
		}
		.basket-wrap{
			width:220px;
			background:url(http://wholesale.cowparade.com/logo.gif) top center no-repeat;
			position:fixed;
			left:25px;
			border:2px solid; 
		}
		.basket-item{
			background-color:#a7a2b6;
			color:white;
			font-size:10pt;
			line-height:1.8;
			width:155px;
			padding-left:5px;
			float:left;
		}
		.item-right{
			background-color:#a7a2b6;
			font-weight:bold;
			font-size:10pt;
			color:red;
			text-align:right;
			clear:none;
			float:right;
			width:60px;
			line-height:1.8;
		}
		.redx{
			color:red;
		}
		.basket-item-alt{
			background-color:#E5E4EA;
			color:#3a298f;
			
		}
		.quantity{
			color:white;
			padding-right:5px;
		}
		.quantity-alt{
			color:#3a298f;
			padding-right:5px;
		}
		.basket-total{
		font-size:12pt;
		color:#3a298f;
		float:left;
		width:100%;
		margin-top:5px;
		}
		.basket-total-left{
			float:left;
			text-align:left;
			margin-left:5px;
		}
		.basket-total-right{
			float:right;
			text-align:right;
			margin-right:5px;
		}
		.display{
		text-align:right;
		margin-top:70px;
		float:left;
		margin-left:35px;
		}
		.display-text{
			font-size:14pt;
			color:#5c5b60;
			font-weight:bold;
		}
		.display h2{
			font-size:12pt;
			font-weight:bold;
			margin:0;
			padding:0;
		}
		.basket h2{
			font-size:12pt;
			font-weight:bold;
			margin:0;
			padding:0;
		}
		.basket{
			background-color:#e5e4ea;
			clear:left;
			float:left;
			width:100%;
			margin-top:10px;
		}
		.basket-items{
			font-weight:bold;
			font-size:12pt;
			text-align:left;
		}
		
		td{
			text-align:center;
		}
		.buy{
			color:blue;
			font-weight:bold;
			font-size:14pt;
			margin:5px;
		}
		textarea{
			width:280px;
			height:120px;
			float:right;
		}
