body {
	background-image: url("../img/page_bg.png");
	background-repeat: repeat-x;
}

#schedule {
	height: 800px;
	margin: 150px auto;
}

#container {
	width: 800px;
	min-height: 300px;
	margin: auto;
}

#container2 {
	width: 800px;
	min-height: 300px;
	margin: auto;
	background-color: #90b6cb;
}

#header {
	width: 800px;
	background-color: #ffffff;
	text-align: center;
	border-top-right-radius: 15px;
 	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
 	-moz-border-radius-topleft: 15px;
}

#banner {
	width: 800px;
	background-color: #ffffff;
	text-align: center;
}

#noscript {
	width: 100%;
	text-align: center;
}

#content {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	background-color: #90b6cb;
}

#addonData {
	margin: 20px auto;
}

.discount {
	text-align: center;
	width: 450px;
	padding: 5px;
	margin: 0px auto 20px;
	margin-left: 180px;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #152839;
	color: #acc9dd;
	display:none;
}

.description {
	text-align: center;
	width: 450px;
	padding: 5px;
	margin: 0px auto 20px;
	margin-left: 180px;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #e0e0e0;
	display:none;
}

.viewdate {
	margin: 20px;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
}

.viewdays {
	text-align: center;
	width: 500px;
	margin: 20px auto;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
}

.form-actions {
  width: 200px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #204476;
  border-top: 1px solid #205e9d;
  margin: auto;
}

#paymentform #PaymentCcnum{
	float: left;
}
#paymentform .displayCardImage{
	float: left;
}

#AppointmentCustomerForm  .custom-error{
	margin-left: 180px;
}

#AppointmentCustomerForm .error-message{
	clear: both;
}
#customerPaySingleInvoiceForm #PaymentCcnum ,#customerPaySingleInvoiceForm .displayCardImage{
	float: left;
}
/*Customer pay all outstanding balance(30-OCT-2014)*/
.customer-payall{margin-left: 182px;}
.payoutstanding-leftlabel{
    float: left;
}
.payoutstanding-rightbtn{
    float: right;
}
#customerPaySingleInvoiceForm .green{
    background: #24a630 none repeat scroll 0 0;
}
.width971px {
    width: 971px !important;
}
.width100percentage{
    width: 100% !important;
}
.cust-pay-invoice{
    height: 54px;
}
.frontend_invoice{
    background-color: #fff !important;
}

.product-quantity{
    height: 18px !important;
    width: 34px !important;
}
.clsDashLine{text-decoration:line-through;}

/*CSP online appointment scheduling*/
.csp_schedule legend{
	text-align: center;
	font-weight: bold;
}
.csp_schedule .form-actions {
	padding: 2%;
	width: 20%;
	margin-left: 24%;
	text-align: center;
}
.schedule_form .error-message{
	margin-left: 24%;
}
.csp_appt_calendar #calendar{   
    text-align: left;
}
/*************/
.csp_schedule_body{
	background-image: none;
	background-repeat: none;
}
#csp_schedule {
	margin: 20px auto;
}
.csp_schedule_body #container {
    width: 92%;
    min-height: 300px;
    margin: auto;
    padding-left: 4%;
    padding-right: 4%;
}
.csp_schedule_body #header {
	text-align: left;
	width: 100%;
	display: inline-block;
}
.csp_schedule_body #content{
	background-color: #fff;
}
.csp_schedule_body .schedule_form .span4{
	margin-left: 15px;
	padding-top: 5px;
}
.csp_schedule_body .csp_logo{
	width: 40%;
	float: left;
	display: inline-block;
}

.csp_schedule_body .csp_header_title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    width: 30%;
    display: inline-block;
    margin-top: 1%;
    line-height: 1.1
}
.csp_schedule_body .schedule_form label{
	font-weight: bold;
}
.csp_schedule_body .schedule_form .btn-csp-schedule {
    text-align: center;
    height: 38px;
    padding: 3px 15px;
    line-height: 20px;
    border: none;
    font-size: 19px;
    width: auto;
    min-width: 180px;
    float: none;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'helveticabold';
    background-color: #204476;
    margin-left: none !important;
}

.csp_schedule_body .schedule_form .btn_csp {
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-image: none;
}
.csp_schedule_body .schedule_form .btn_csp:hover, .csp_schedule_body .schedule_form .btn_csp:focus, .csp_schedule_body .schedule_form .btn_csp:active{
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.csp_schedule_body .schedule_form .error-message{
	margin-left: 0;
}
.csp_schedule_body .schedule_form .csp_appt_calendar{
	margin-top: 20px;
}
.csp_schedule_body .schedule_form .viewdate{
	margin-left: 0;
}
.csp_schedule_body .front_timeslot_form .viewdate{
	margin-right: 0;
	margin-left: 0;
	width: 360px;
}
.csp_schedule_body .confirm-page .btn-csp-schedule{
	width: 40%;
	line-height: 32px;
}
.csp_schedule_body .csp_cancel_form .span4{
	margin-left: 40px;
}
.csp_schedule_body .csp_cancel_form .cancel_button {
	float: left;
	margin-left: 7%;
}
.csp_schedule_body .csp_cancel_information{
	margin-top: 5%;
}