body {
	background-color:rgb(242,242,242);
	margin:0;

}
body, td {
	font-family: "Montserrat", sans-serif;
	font-size:14px;
	line-height:20px;
}
a {color: #EC0000;}
a#anchor_customer_dateofsale {font-size:11px;padding:3px;}
.error {
    background-color: #F2F0F0;
    color: #ff0000;
    margin: 0;
    padding: 1px;
}
.content {
	width:800px;
	/*border: 1px solid gray;*/
	background-color: #464646;
	background-color:#fff;
-webkit-box-shadow: 0px 0px 26px 14px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 26px 14px rgba(0,0,0,0.45);
box-shadow: 0px 0px 26px 14px rgba(0,0,0,0.45);


}

h2 {
	font-size:16px;line-height:18px;
}

h3.abc {
	color:#212b59;
}

h3.welcome {
	border:5px solid #212b59;
	background-color: #212b59;
	color:#fff;
	padding:5px;
	text-align:center;
	font-style:italic;
}

.highlight {
	border:1px solid black;
}

.registration_form h3 {
	color: #3d84b1;
	/*background-color:#2690E9;*/
	padding:3px;
	width:300px;
	font-style:italic;

}

table.registration_form {
	border:0px solid #000000;
	background:#f1f1f1;
/*-webkit-box-shadow: inset 4px 4px 11px 0px rgba(0,0,0,0.34);
-moz-box-shadow: inset 4px 4px 11px 0px rgba(0,0,0,0.34);
box-shadow: inset 4px 4px 11px 0px rgba(0,0,0,0.34);
*/}

form#registration_form div {width:100% !important;}

table.registration_form {width:100%;}
form div > table.registration_form:nth-child(4) {
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding-bottom:50px;
	
}


.registration_form input, .registration_form select {
	background-color: #ffffff !important;
}

.registration_form .button, a.button {
	background-color: #3d84b1 !important;
	color:#fff;
	text-transform: uppercase;
	font-style:italic;
	border:0;
}
.registration_form input.button {border:0;}
table.registration_form td {}


.thank_you {
	background-color: #f2f0f0;
	border:1px solid black;
}

.thank_you a {
	color: red;
}

div table.registration_form:nth-child(4) {background:none !important;}


