@charset "UTF-8";
/* CSS Document */
#submitbutton
{
	background:none;
	border:none;
	width:auto
}
/* NEW FORUM SAMPLES FORM LAYOUT */
.fieldSet
{ 
	margin:0; 
	border: none; 
	width:623px; 
	margin-bottom:10px;
}
.fieldSet legend
{
	font-size:14px; 
	border:none; 
	background:none; 
	font-weight:normal; 
	color:#000; 
	display:block; 
	padding:0px; 
	margin-bottom: 7px;
	padding-left:25px;
}
.fieldSet .inputContainer
{
	padding:0px; 
	clear:both; 
	background:#F1F5F9; 
	height:auto; 
	overflow:auto; 		/* Necessary for IE */
	overflow:hidden; 	/* Necessary for IE */
	margin-bottom:1px; 
	width: 623px;
	border-bottom:1px solid #CCCCCC;
}
.fieldSet .mainLabel 
{
	font-size:13px; 
	color:#000; 
	width:275px; 
	float:left; 
	height:30px; 
	background:#E0E8EF; 
	margin-right:5px; 
	line-height:30px; 
	padding-left:25px;
	white-space:nowrap;
	padding-right:10px;
	text-align:right;
}
.fieldSet .mainLabel.prod 
{ 
	width:445px; 
}
.fieldSet .mainLabelTouch
{
	font-size:13px; 
	color:#000; 
	width:500px; 
	float:left; 
	height:30px; 
	background:#E0E8EF; 
	margin-right:5px; 
	line-height:30px; 
	padding-left:25px;
	white-space:nowrap
}
.fieldSet .mainLabel:hover,
.fieldSet .mainLabelTouch:hover,
.fieldSet .prodSamplesCol1 label:hover
{
	background:#8EB3DC;
	cursor:pointer;
}
.fieldSet .mainLabel.alert {color:#FFF; background:red;}
.fieldSet .radioLabel{line-height:30px; margin-right:10px;}
#TITLE_0,#TITLE_1,#TITLE_2,#TITLE_3 {width:auto; margin-right:3px;}
.fieldSet .inputText{width:250px; margin:0; font-size:13px; text-indent:5px;}
.fieldSet .selectList{width:auto; padding:2px 0px; font-size:12px;}
.fieldSet .inputTextPostcode{width:85px; margin:0; font-size:13px; text-indent:5px;}
.fieldSet .inputText,
.fieldSet .selectList,
.fieldSet .inputTextPostcode{margin-top:5px; color:#333; float:left; }
.fieldSet .notice{font-size:10px; display:block; width:80px; float:right; line-height:12px; margin-top:3px; margin-right:5px;}
.fieldSet .bottomNotice{font-size:10px; display:block; float:left; line-height:12px; margin-top:2px; margin-left:25px;}
#CHECK1, #CHECK2, #UPDATES_POST, #UPDATES_EMAIL {margin-top:3px; width:96px; text-align:center}
#CHECK1-button, #CHECK2-button, #UPDATES_POST-button, #UPDATES_EMAIL-button{text-align:center; width:96px;}
textarea, input {background:white; padding: 2px; width:280px; font-family:arial, "lucida console", sans-serif; font-size:11px; border:1px inset #CCCCCC;}
.radio, .checkbox {border:none; width:auto; background: none; margin-top:8px;}

textarea:focus, input:focus {
	border: 1px solid #024780;
}
.prodSamplesColsContainer{ background:#E0E8EF; margin-bottom:1px; height:30px; }
.prodSamplesCol1{float:left; width:418px; margin-left:10px;}
.prodSamplesCol1 label{font-weight:normal; color:black; margin:0; padding:0; line-height:30px; display:block}
.prodSamplesCol2{float:left; width:auto; text-align:right; line-height:30px;}
.prodSamplesCol2 input{width:auto; height:30px;}

/* REQUEST RESOURCES */
.fieldSet.requestResources
{ 
	margin:0; 
	border: none; 
	width:558px; 
	margin-bottom:10px;
}
.fieldSet.requestResources
{
	
}

.fieldSet.requestResources .inputContainer
{
	border: 1px solid #E0E8EF;
	overflow: auto;
	overflow: hidden;
	border-bottom:none;
	background:#FFF;
}
.fieldSet.requestResources .inputContainer.last
{
	border-bottom: 1px solid #E0E8EF;
}
.fieldSet.requestResources .inputContainer .LeftCol
{
	float: left; 
	width: 370px;
	padding: 10px;
}
.fieldSet.requestResources .inputContainer .LeftCol h2
{
	padding: 0;
	margin: 0;
	margin-bottom:10px;
	font-size: 13px;
	font-weight: bold;
}
.fieldSet.requestResources .inputContainer .LeftCol p
{
	padding: 0;
	margin: 0;
}
.fieldSet.requestResources .inputContainer .LeftCol p.orderPara
{
	margin-top: 10px;
	color:black;
}
.fieldSet.requestResources .inputContainer .MiddleCol
{
	float: left; 
	width: 30px;
	padding-top: 10px;
}
.fieldSet.requestResources .inputContainer .RightCol
{
	float: right; 
	width: 200px;
	padding: 5px;
	background:#FFF;
	text-align:center;
}
.fieldSet.requestResources .inputContainer label
{
	display:block;
	margin:15px 0 0 -10px;
	float:none;
	padding:0;
	width:auto;
	padding-left:10px;
	text-align:left;
}
.fieldSet.requestResources br
{
	clear: both;
}
