/* The progress bar at the top */
ul#warranty-registration-progress
{
	list-style-type: none;

	display: block;
	overflow: hidden;

	margin: -20px 0px 0px -20px;
	
	background: url(../../images/bkg_warranty_bg.gif) no-repeat;

	width: 828px;
	
	padding: 17px 0px 0px 0px;
}

ul#warranty-registration-progress li
{
	/*background: url(../../images/bkg_warranty_todo.gif) no-repeat;*/

	float: left;
	display: block;

	color: #999;
	font-weight: bold;
	text-align: center;
	font-size: 12px;

	margin: 5px 0px 5px 0px;
	padding: 9px 5px 17px 5px;
	width: 190px;
}

ul#warranty-registration-progress li:first-child
{
	margin-left: 0px;
}

ul#warranty-registration-progress li.current
{
	background: url(../../images/current.png) no-repeat top right;

	color: white;
	font-weight: bold;
	padding-right: 30px;
}

ul#warranty-registration-progress li.current a
{
	color: white;
	font-weight: bold;
}

ul#warranty-registration-progress li.completed
{
	background: url(../../images/complete.gif) repeat-x;


	color: white;
	font-style: italic;
	font-weight: bold;
}

ul#warranty-registration-progress li.step-one
{
	width: 200px;
}

ul#warranty-registration-progress li.step-one div
{
	background: url(../../images/step1.png) no-repeat top center;
	height: 20px;
	
	padding-top: 30px;
	margin-top: -30px;
}

ul#warranty-registration-progress li.step-two div
{
	background: url(../../images/step2.png) no-repeat top center;
	height: 20px;
	
	padding-top: 30px;
	margin-top: -30px;
}

ul#warranty-registration-progress li.step-three div
{
	background: url(../../images/step3.png) no-repeat top center;
	height: 20px;
	
	padding-top: 30px;
	margin-top: -30px;
}

ul#warranty-registration-progress li.step-four div
{
	background: url(../../images/step4.png) no-repeat top center;
	height: 20px;
	
	padding-top: 30px;
	margin-top: -30px;
}

ul#warranty-registration-progress li.step-two
{
	width: 200px;
}

ul#warranty-registration-progress li.step-three
{
	width: 170px;
}

ul#warranty-registration-progress li.completedfinal
{
	background: url(../../images/current-last.png) no-repeat top;
}

div#form-background
{
	background: url(../../images/bkg_form_fade.jpg) no-repeat top right;
	
	padding: 20px 0px 0px 30px;
	
	margin-right: -20px;
}

h3#thanks
{
	font-weight: bold;
	font-family: "arial rounded bold", "helvetica rounded", arial;
	color: #555;
	
	font-size: 12pt;
	
	padding-top: 20px;
}

/** FORM ERROR LISTING **/
div.formErrors
{
	margin: 10px 0px;
}

div.formErrors h3
{
	border-bottom: 1px solid #900;

	color: #900;
	font-weight: bold;
}

div.formErrors ul
{
	list-style-type: none;
}

div.formErrors ul li
{
	background-color: #ffe4e1;
	background-image: url(../../images/error_msg_icon.gif);
	background-position: 3px 5px;
	background-repeat: no-repeat;

	border: 1px solid #900;
	font-weight: bold;

	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 23px;
}

div.formErrors ul li a
{
	color: #900;
}

div.formErrors ul li ul
{
	list-style-type: disc;
	padding: 0px 0px 0px 30px;
}

div.formErrors ul li ul li
{
	background-color: transparent;
	background-image: none;

	border: none;
	font-weight: normal;

	margin: 0px;
	padding: 0px;
}

/** GENERAL FORM STYLES **/
div.input
{
	padding: 0px 0px 5px 0px;

	overflow: hidden;
}

div.input label
{
	display: block;
	float: left;
	width: 230px;
	
	padding-left: 0px;
	
	margin-right: 4px;
}

div.input label:after
{
	content: " (Optional)";
	color: silver;
}

div.required label
{
	font-weight: bold;
}

div.required label:after
{
	content: " *";
	color: #dd7700;
}

div.input input
{
	display: block;
	width: 200px;
}

div.input p.hint
{
	color: #888;
}

div.input textarea
{
	width: 320px;
	height: 100px;
}

div.checkbox
{
	padding-left: 100px;
	
	background: #efefef;
	border:1px solid #ccc;
	
	margin: 10px 0px 10px 0px;
	
	padding-top: 5px;
	
	width: 340px;
}

div.checkbox label
{
	float: left;
	margin: 0px 0px 0px 10px;
}

div.checkbox input
{
	float: left;
}

div.submit
{
	padding-left: 150px;
	
	margin-bottom: 30px;
}

/** GENERAL FORM ERROR STYLES **/
div.error input,
div.error select,
div.error textarea
{
	background-color: #ffe4e1;

	border: 1px solid #900;
}

div.error label
{
	background-image: url(../../images/error_msg_icon.gif);
	background-position: left -1px;
	background-repeat: no-repeat;

	color: #dd7700;

	padding-left: 20px;
	width: 210px;
}

div.error ul.errors
{
	list-style-type: none;
	padding: 0px 0px 0px 233px;
}

div.error ul.errors li
{
	color: #dd7700;
}

/** Product serial numbers form **/
form#warranty_products fieldset
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

form#warranty_products fieldset div.input
{
	float: left;
	width: 40%;
}

form#warranty_products fieldset div.input input.date
{
	display: inline;
}

form#warranty_products fieldset div.input img.date-time-picker-button
{
	margin: 0px 0px 0px 5px;
}

form#warranty_products div.error ul.errors
{
	padding: 0px;
}


/** Warranty Survey Form **/
form#warranty_survey fieldset legend
{
	display: block;

	font-weight: bold;
}

form#warranty_survey fieldset div.input label
{
	float: left;

	padding: 3px 0px 3px 20px;
	

	width: 210px;
	background: #efefef;
}

form#warranty_survey fieldset div.input input
{
	display: inline;
}

form#warranty_survey fieldset div.input p.hint
{
	display: inline;

	margin: 5px 0px 0px 0px;
	padding: 0px;
}

form#warranty_survey fieldset div.input p.hint a.removeCat
{
	background-image: url(../../images/icon_error.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;

	padding: 2px 0px 2px 20px;
}

input.button {
-x-system-font:none;
background:transparent url(../../images/bkg_btn_input.gif) no-repeat scroll 0 0;
border:0 none;
color:#227777;
cursor:pointer;
display:block;
font-family:"arial rounded bold",Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:21px;
line-height:20px;
margin:0;
padding:0 14px 2px 0;
text-transform:uppercase;
vertical-align:middle;
width:160px !important;
}

input.button:hover {
background:transparent url(../../images/bkg_btn_input.gif) no-repeat scroll 0px -21px;
}

/*#fieldset-survey_cat_ages div.submit button.button
{
	border: 0;
	padding: 0px 0px 0 0;
	margin: 0;
	background: transparent !important;

	overflow: visible;
	cursor: pointer;
	vertical-align: middle;
}


#fieldset-survey_cat_ages div.submit button.button span,
#fieldset-survey_cat_ages div.submit button.button span span
{
	background-color: transparent;
	background-image: url(../images/bkg_btn.gif);
	background-repeat: no-repeat;
}

#fieldset-survey_cat_ages div.submit button.button span
{
	border: 0;
	padding: 0px 0 0 10px;
	margin: 0;
	cursor: pointer;
	background-position: 0 0;
	display: 0;
	display: inline-block;
	color: #c73615;
	height: 21px;
	text-decoration: none;
}

#fieldset-survey_cat_ages div.submit button.button span span
{
	padding: 0 15px 1px 5px;
	color: #227777;
	background-position: 100% 0;
	display: 0;
	display: inline-block;
	white-space: nowrap;
	text-transform: uppercase;
	font: bold 11px/20px "arial rounded bold", Arial, Helvetica, sans-serif;
	height: 20px;
}


#fieldset-survey_cat_ages div.submit .button:active
{
	bottom: -1px;
	right: -1px;
	position: relative;
	z-index: 2;
}

#fieldset-survey_cat_ages div.submit button.button:active span span
{
	margin: 0;
	
}

#fieldset-survey_cat_ages div.submit button.button:hover span,
#fieldset-survey_cat_ages div.submit button.button:hover span span
{
	background-position: bottom;
}*/

