

fieldset
{
	border-top: 2px solid #1C4A25;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin: 0 0 0 0;	
	position: relative;
	padding: 0 0 15px 15px;
}
fieldset div
{
	clear: both;
	margin-bottom: 12px;
	margin-left: 120px;
	margin-top: 12px;
	position: relative;
	padding: 0 !important;

}

fieldset label
{
	display: block;
	position: absolute;
	width: 190px;
	left: -215px;
	text-align: right;
	margin-top: 3px;
}


fieldset div div
{
	clear: none;
	margin: 0;
}
fieldset legend
{
	font-weight:bold;
	color:#000;
	font-size:1.1em;

}
.Required, .Error
{
	color: #ff0000;
}

.BuyThis .Required, .BuyThis .Error {
    clear: both;
    display: block;
    position: relative;
    text-align: left;
    top: 40px;
    width: 263px;
}

.Required ul, .Error ul
{
	list-style:square;
}

/* Inputs and Buttons */

input, select, textarea
{

}

input.Button
{
	border:1px solid black;
	font-size:0.9em;
	width:100px;
	margin-left:4px;
	background:gray;
	color:white;
}

.BuyThis
{
	border:1px solid black;
	background:gray url(../images/add-to-basket.gif) no-repeat 98% 70%;
	color:white;
	font-size:0.9em;
	text-align:right;
	width:270px;
	height:20px;
	padding-left:4px !important;
}

input.Quantity
{
	width:60px;
	text-align:center;
	font-size:0.9em;
	padding:1px !important;	
	float:left;
	margin-top:2px;
}

input.BasketButton
{
	border:none;
	background:gray;
	color:white;
	font-size:0.9em;
	float:right;
	width:100px;
	margin-top:4px;
	margin-right:20px;
	cursor:pointer;
}

input.MatrixButton
{
	border:none;
	/*background:gray url(../images/matrix-button.png) no-repeat 98% 70%;*/
	color:white;
	font-size:0.9em;
	text-align:left;
	width:46px;
	height:20px;
	padding-left:2px !important;
}


input.Text,
textarea,
select
{
	border:1px solid #000;
	padding:2px;
	font-size:1em;
}
select
{
	margin-left:4px;
}
.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
}

.Large
{
}

textarea
{
	font-size:1em;
}

.ContactContainer
{
}
.ContactContainer fieldset
{
	float:right;
	border-top:none;
	margin-right:12px;
}

.Continue img
{
	padding-left:6px;
	padding-right:6px;
}

.AddressFinder
{
	margin:5px 0 0 -4px;
}
