/*********************************************************/
/******************** FORMS ******************************/
/*********************************************************/

input, textarea, select { 
    outline: none;
	border: 0;
	margin: 0;
	padding: 0;
}

/*** FIELDSET ***/

fieldset{
	position: relative;
	margin-left: 150px;
	clear: both;
}

fieldset.Right{
	margin-left: 0px;
	margin-right: 150px;
}

fieldset p{
	line-height: 30px;
}

/*** LABEL ***/

label{
	float: left;
	display: inline-block;
	line-height: 30px;
	white-space: nowrap;
	margin-right: 5px;
	
	font-size: 14px;
	font-weight: normal;
	color: #6c6c6c;
	font-family: "Heading";
	text-transform: uppercase;
}

img.Label{
	float: left;
	margin: 3px 10px 14px 0;
}

fieldset label:first-child{
	position: absolute;
	left: -150px;
	padding: 0;
}

/*** LEGEND ***/

legend{	
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #6c6c6c;
}

fieldset legend{
	position: absolute;
	left: -150px;
}

/*** LAYOUT RESET FOR MOBILES ***/

@media only screen and (max-width: 605px) {
	
	fieldset{ margin: 0; }
	fieldset select { bottom: 10px; }
	fieldset.Right { margin: 0; }
	fieldset label:first-child{ position: static; width: 100%; }
	fieldset legend{ position: static;}
	
}

/*** INPUT TEXT ***/

input{	
	width: 100%;

	height: 30px;
	padding: 0.5em 0.5em;
	margin: 0 0 10px;

	border: 1px solid #e0e0e0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2); 
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2); 
	
	font-size: 14px;
	color: #6c6c6c !important;
}

input.Short{ width: 50px; }

/*** SELECT ***/

select{
	font-size: 0.9em;
	width: 100% !important;
}

select option{
	color: #6c6c6c !important;
}

select.Short{ width: 70px !important; }
.customSelect.Short {width: 70px; }

.customSelect{
	line-height: 28px;
	padding: 0 10px;
	margin: 0 0 10px;
	width: 100%;
	
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: inset 1px 1px 2px 0px rgba(159, 159, 159, 0.45); 
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(159, 159, 159, 0.45); 
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(159, 159, 159, 0.45);
	
	background-image: url('../images/elem/select.png');
	background-repeat: no-repeat;
	background-position: right;
	background-color: #ffffff;
	
	font-size: 14px;
	color: #6c6c6c;
}

.customSelect span {
	width: 100% !important;
	color: #6c6c6c !important;
}

select[disabled] + .customSelect{ background-color: #eee; }

select option[disabled] { background-color: #eee; }

/*** TEXTAREA ***/

textarea{
	width: 100%;
	height: 150px;
	padding: 0.5em;
	margin-bottom: 10px;
	
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: inset 1px 1px 2px 0px rgba(159, 159, 159, 0.45); 
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(159, 159, 159, 0.45); 
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(159, 159, 159, 0.45);
	
	font-size: 14px;
	color: #6c6c6c !important;
}

/*** REQUIRED ***/

span.Required{
	color: #ea320e;
}

/*** ERROR LABEL ***/

label.error{
	position: absolute;
	top: 25px;
	left: 0px;
	padding: 0 8px 0 25px;
	z-index: 100;
	
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background: url('../images/elem/exclamation.png') no-repeat 4px 6px #ffffff;
	
	color: #e78b2f;
}

/*** RADIO ***/

input[type="radio"]{
	display: none;
}

span.radio {
	float: left;
	width: 18px;
	height: 20px;
	margin: 5px 5px 15px 5px;
	background-image: url('../images/buttons/radio.png');
}

/*** CHECKOUT ***/

input[type="checkbox"]{
	display: none;
}

span.checkbox {
	float: left; 
	width: 18px;
	height: 20px;
	margin: 5px 5px 15px 5px;
	background-image: url('../images/buttons/checkbox.png');
}

span.radio.Selected,
span.checkbox.Selected{
	background-position: 0 -20px;
}

/*** RADIO STAR ***/

span.radio.Star{
	opacity: 0.5;
	height: 17px;
	width: 17px;
	background-image: url('../images/rating/star-big.png');
}

span.radio.Star.Hovered{
	opacity: 0.9;
}

span.radio.Star.Selected,
span.radio.Star.Starred,
span.radio.Star:hover{
	opacity: 1.0;
	background-position: 0;
}

/*** RADIO COLOUR ***/

span.radio.Colour{
	background: none;
	width: 24px;
	height: 24px;
	margin: 3px 5px 13px 0px;
	
	border: 1px solid #b1c6d7;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	opacity: 0.3;
	
	cursor: pointer;
}

span.radio.Colour.Selected{
	opacity: 1.0;
}

span.radio.Colour.Red{ background-color: #dc260e; }
span.radio.Colour.Blue{ background-color: #2c5a83; }
span.radio.Colour.White{ background-color: #ffffff; }
span.radio.Colour.Black{ background-color: #171717; }
span.radio.Colour.Orange{ background-color: #e2791f; }