form
{
	margin: 0 0 15px 0;
}
	
	form .description
	{
		padding-bottom: 20px;
	}
	
	form .captcha-text,
	form .captcha-img
	{
		float: right !important;
		clear: both;
	}
	
	form .captcha-text
	{
		padding: 5px 0 5px 0;
	}
	
	form h2
	{
		padding: 10px 0 6px 0;
	}
	
	form .row
	{
		width: 409px;
		padding: 0 0 5px 0;
	}
		
		form .row label
		{
			float: left;
			width: 150px;
			margin-right: 15px;
			padding: 1px 0 0 0;
			display: block;
		}
		
		form .row span
		{
			float: left;
		}
		
		form .submit
		{
			/*float: right;*/
		}
		
		form .submit span
		{
			float: right;
			padding: 10px 0 0 0;
		}
			
			form .row input,
			form .row textarea
			{
				width: 240px;
				height: auto;
			}
			
			form .submit input
			{
				width: 92px !important;
				height: 35px !important;
				color: #fff;
				font-size: 0.85em;
				padding: 0 20px 10px 0;
				border: 0;
				text-align: left;
				background: url(/images/btn_checkout.gif) no-repeat;
			}
			
			form .row select
			{
				width: 242px;
				height: auto;
			}
			
			form .select-multiple select
			{
				height: 100px;
			}
			
			form .row textarea
			{
				height: 100px;
			}
			


table.basket .paytype select
{
	width: 100px !important;
}

/* start custom registration form styles */

#signup-form .inner,
#update-form .inner
{
	border-top: 1px solid #e1ecf0;
	background: url(/images/bg_form_register.gif) repeat-y right;
}

#signup-form .inner .box,
#update-form .inner .box
{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e2b4b6;
}

#signup-form .inner #fg-group-security_details,
#update-form .inner #fg-group-security_details
{
	border-bottom: 0 !important;
}

/* end custom registration form styles */

#contact-form .submit input,
#forgotten-password-form .submit input
{
	padding-left: 15px;
}

#login-form .submit input,
#update-form .submit input
{
	padding-left: 10px;
}

#signup-form .submit input
{
	padding-left: 6px;
}

#login-form
{
	width: 418px;
}

#login-form .submit
{
	float: right;
}

#contact-form,
#forgotten-password-form,
#staged-payment-form
{
	width: 445px;
}

#staged-payment-form .submit input
{
	width: 128px !important;
	height: 34px !important;
	padding: 0 0 11px 3px;
	background: url(/images/btn_process_payment.gif) no-repeat !important;
}
