/* Agreement PSP - Purchase subpage Styles */

/* clear floats within container */
#warrantycheckpsp { clear:both; overflow:hidden; }
/* hide module title */
#warrantycheckpsp H2 { display:none; }
/* set width for text box container */
#warrantycheckpsp #serialnumbercheck { display:block; }
/* hide intro blurb */
#warrantycheckpsp #serialnumbercheck P { display:none; }
/* hide label for text box */
#warrantycheckpsp #serialnumbercheck SPAN[name="wc.check.fieldlabel.hardwareserialnumber"] { display:none; }
#warrantycheckpsp .module #serialnumber { display:online; float:left; margin:3px 3px 3px 1px; width:250px; }
#warrantycheckpsp #serialnumbercheck BR { display:none; }
#warrantycheckpsp #serialnumbercheck DIV { display:inline; float:left; padding:0 !important; }
#warrantycheckpsp #serialnumbercheck DIV BUTTON { margin:2px 0 0 5px; }
#warrantycheckpsp #serialnumbercheck #errorDiv { display:block; float:none; clear:both; }
#warrantycheckpsp #serialnumbercheck DIV[name="wc.check.fieldnote.hardwareserialnumber"] { font-size:90%; display:block; float:none; clear:both; }
/* message box */
#warrantycheckpsp .module #results.sidebar.pad10 { display:block; padding:10px 15px; margin:10px 0 0 0; border:1px solid #CCC; background-color:#FFE; font-size:90%; clear:both; }
#app_purchase_covered { display:none; }
#app_purchase_ineligible { display:none; }
P.last { margin-bottom:9px; }
.padtop25 { padding:1px; }