/*  Formy - CSS Framework 0.8
    almost totally modified for filmetrics */ /*
	     form fieldset legend & other containers
	     
	     
CSS Notes:
Margin & Padding: 	
-one value such as 10px to specify an equal margin on every side
-two values, such as 10px 5px, to specify the top/bottom (first value) and right/left (second value) margin
-three values, such as 10px 5px 2px, to specify the top (first value), right/left (second value) and bottom (third value) margin
-four values, such as 10px 5px 2px 1px to specify the top, right, bottom and left margins respectively     

text-align: left;
*/
form {
	margin-left:20px;
}

fieldset {
	margin: 0 -0.5em 1em; 1.5 em;
	padding: .5em;
	border: 1px solid #c00;
	background: #FFF;
}

legend {
	padding: 0 .4em;
	font-size: 1.2em;
	background-color: #FFF;
	border: 1px solid #c00;
	color: #333;
}

.field {
	border-bottom: 1px solid #CCC;
	margin: 0 0 0.4em 0;
	padding: .2em 0 0.4em;
}

.field.tmo {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 0;
	width: 620px;
}

.field.infoReqest {
	margin: 0 1em 1.4em 0;
	padding: 0 0 .5em 0;
	width: 612px;
}
.field.ultimate {
	border-bottom: none;
	margin: 1em 0 0 0;
}

.field.ultimategeneric {
	border-bottom: none;
	margin: 1em 0 0 0px;
}

.field.techSupportReq {
	padding: 0em 0 .4em 0;
}

.field.software {
	padding: 1em 0 0.4em 0;
	
}

.field.route_to {
	padding: 1em 0 .4em 0;
}

.form-foot {
	background-color: transparent;
	padding: 0 0 0 6.2em;
	margin: 1em 2em 2em;
}

.section  {
	clear: both;
	margin: 2em 0 2em 0;
}

.section2  {
	margin: 0;
}

.paired-sections {
	clear: both;
	width:640px;
}

.paired-sections .section {
	float: left;
	margin: 0;	
}

.paired-sections.ultimate .section {
	margin-bottom: 20px;
}

.paired-sections .i1, .paired-sections .i2 {
	margin-left: 2px;
	float:left;
}

.paired-sections .i2 {
	margin-left: 35px;
	float:left;
	width:305px;
}

/*
    ul.select -- for a list that will emulate a select box
*/
ul.select {
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 0;
	overflow: auto;
	height: 205px;
}

ul.select .field {
	border: none;
	padding: 0;
	margin: 2px 0;
	width:237px;
}

ul.select .fieldAppNotes {
	border: none;
	padding: 0;
	margin: 2px 0;
	width: 306px;
}

ul.select label {
	float: none;
	display: block;
	padding: .2em 1em .2em 1.5em;
	margin: 0;
	clear: none;
	background: #CCC;
	width: auto;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

ul.select input {
	float: left;
	margin: .4em 0 0 .3em;
}

ul.select input:focus+label {
	border: 1px solid #C00 !important;
}

/*
	label
*/
label {
	text-align: left;
	color: #333;
	cursor: pointer;
	cursor: hand;
	margin-left: .5em;
	line-height: 1.6;
	width:120px;
}

label.wide {
	width:600px;
	
}

label.techSupportReq {
	width:250px;
}

label.infoReqest {
	margin-right:20px;
}

label.disabled {
	color: #999;
	cursor: default;
}

form.leading{
	margin-left:20px;
}

.leading label {
	clear: left;
	float: left;
	margin-left: 0;
}

/*
	Textarea, input, select, button
*/
textarea,input,select {
	padding: .2em;
	margin: 0;
	border: none;
	background: #CCC;
	color: #333;
	font-size: inherit;
	font-family: inherit;
	resize: none
}

textarea,input[type="text"],select {
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

textarea:focus,input[type="text"]:focus,select:focus,input[type="button"]:focus,input[type="reset"]:focus
	{
	border-color: #C00;
}

input[type="text"].Layers{
	width: 225px;	
	margin-left: 20px;	
	}
	
select {
	padding: .2em;
	background-color: #CCC;
	color: #000;
}

select.wide {
	width:215px;
}

input.wide {
	width:213px;
}

input[type="submit"] {
padding: 0 6px;
margin: 0.5em 0.5em 0 0;
-webkit-box-align: center;
-webkit-box-sizing: border-box;
background-color: buttonface;
border: 2px outset buttonface;
color: buttontext;
cursor: default;
text-align: center;
-webkit-appearance: push-button;
white-space: pre;

/*	margin: 0.5em 0.5em 0 0;
	padding: .4em;
	-webkit-box-align: center;
	-webkit-box-sizing: border-box;
	background-color: buttonface;
	border: 2px outset buttonface;
	color: buttontext;
	cursor: default;	
	text-align: center;*/
}

input[type="checkbox"] {
	color: #000;
}

input[type="radio"] {
	padding: 0.5em;
	background-color: #fff;
	color: #000;
}



/*
	option, optgroup
*/
option {
	background-color: #fff;
	color: #000;
}

optgroup {
	background-color: #ccc;
	color: #000;
}

/*
    stuff
*/
.req {
	color: red;
	padding-right: 1.45em
}
label.req:after
{
	content: url(/images/required.gif) ;
}

.req.HLNpre {
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	float: right;
	margin: 0;
	line-height: 1.7em;
}

h4.form-error {
	color: red;
	border-bottom: 1px solid red;
}



/* Formy reset */
fieldset,form,label,legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

input,textarea {
	margin: 0;
	padding: 0;
	font-size: inherit;
}


#film-stack {
	border-collapse: collapse;
}

#film-stack td {
	border-bottom: 1px solid #CCC;
	padding: 5px 0;	
}

#film-stack-notes-field label {
	width: 140px;
	margin-top: 5px;
}

#application-information label {
	width: 500px;
}

#customer-service-fieldset .field label, #accessory-selection.section .field label {
	min-width: 410px;
	padding-right: 10px;
	display:block;
	float:left;
}
#accessory-selection.section .field label {
	min-width: 210px;
}

#product-feedback-fieldset,#software-feedback-fieldset {
	width: 600px;
	height: auto;
}

#software-feedback-fieldset {

}

#app-notes {
	width: 318px;
	margin-bottom: 2.5em;
}

#message-route {
	clear: both;
}

#message-route label {
	width: 11.6em;
}

select#country {
  margin-left: 1px; 
  width: 142px; 
  /*width: 197px;  */ 
  padding: 0; 
  margin-top: 3px;
}