#textMenu1, #textMenu2{
	display: none;
}
body{
  font: normal normal normal 12px Arial, sans-serif;
  color: #555;
}

#storeOrderFormComplete {
    background: url("https://pss.s3.amazonaws.com/AAA-MASTER-PSS-S3/pss-images/base/form-complete.jpg") no-repeat scroll 0 0 transparent;
    height: 239px;
    margin: -250px 0 0;
    overflow: hidden;
    text-indent: -99999px;
    width: 675px;
}

/*------------------------------------------------------------*/
/********************  FORM ERROR ***************************/
.form-error{
	background: #fcc;
}
#ctl00_ContentPlaceHolder1_RequiredFieldValidator1{
	font-size: 14px !important;
	font-style: italic !important;
}
