﻿
/* Form styles */

fieldset
{
	border: none;	
}

/* Add 200px margin to the left of each form div */ 	
fieldset div
{
	clear: both;
	margin-bottom: 6px;
	min-height: 12px;
	_height: 12px;	/* For IE6 that doesn't understand min-height */
	margin-left: 11em;
	margin-top: 8px;
	position: relative;
	/*font-size: 0.8em;*/
	font-size: 12px;
}

/* Then offset the labels into the empty space */
fieldset label
{
	display: block;
	position: absolute;
	width: 10em;
	left: -11em;
	text-align: right;
	/*font-weight: bold;*/
}

/* Then remove the margin from nested divs */
fieldset div div
{ 
	clear: none;
	margin: 0;	
}

#PrimaryContent .ContactContainer
{
	width:100%;
}
#PrimaryContent #ContactForm
{
	width:50%;
	float:right;
}
#PrimaryContent #ContactForm input,
#PrimaryContent #ContactForm textarea
{
	width:150px;
}
#PrimaryContent #ContactForm input.SubmitButton{width:110px}

#PrimaryContent #ContactForm input.SendMessage
{
	width:107px;
	margin-left:140px;
}
#PrimaryContent #ContactForm fieldset label
{
	margin-left:-6px;
	text-align:left;
}
#PrimaryContent #ContactForm fieldset input,
#PrimaryContent #ContactForm fieldset textarea
{
	margin-left:-65px;
	text-align:left;
}
#PrimaryContent #ContactForm fieldset textarea
{
	height:6em;
}

#PrimaryContent #ContactForm .Submit
{
 text-align:center;
 width:365px;
}

input.SubmitButton
{
}

.Required
{
	color: #ff0000;	
	font-weight: bold;
}

input, select, textarea
{
	font-size: 12px;	
	/*font-size: 0.8em;*/
}

td input, td select, td textarea,
fieldset input, fieldset select, fieldset textarea,
p label, p input 
{
	/* Stop nested items from applying the text size twice */
	/*font-size: 1em;*/
}

fieldset input
{
	/* Stop required message sitting directly next to text box */
	margin-right: 2px;
}

input.Text
{
	border: 1px solid black;
	padding: 2px;
}

input.Button
{
	/* These two lines remove the default padding from buttons in IE */
	/*overflow: visible; 
	width: auto;*/
	/* So that we can apply our own */
	/*padding: 1px 3px 1px 3px;
	border-width: 0;
	background-color: #74A0D1;
	color: White;
	font-weight: bold;*/
	vertical-align: middle;
}

input.Quantity
{
	width: 3em;
	text-align: center;	
}

input.Medium
{
	width: 16em;
}

input.Small
{
	width: 8em;	
}

input.Next
{
	float: right;
}

p.AccountContactLink a
{
	background:#74A0D1;
	color:White;
	padding: 3px;
}


.ChangeCountry
{
	margin-top: 4px;
	margin-left: -4px;
	display: block;
}

.AddressFinder label
{
	padding-top: 8px;
}

.AddressFinder img
{
	vertical-align: -7px;
}

.Basket
{
	text-align:center;
}