/**
 * Begin Colin's Grand Changes 
************************************/

.neon_form_content {
	background-color: #fff;
	max-width: 100%;
	width: 100%;
	padding: 0 10px;
}

@media(min-width: 769px){
	.neon_form_content {
		background-color: #fff;
		max-width: 700px;
		width: inherit;
		margin: 0 auto;
		padding: inherit;
	}
}


.neon_form_content .neoncrm-responsive form input[type="text"], 
.neon_form_content .neoncrm-responsive form input[type="password"], 
.neon_form_content .neoncrm-responsive form select, 
.neon_form_content .neoncrm-responsive form textarea {
	border: solid 1px #666;
	border-radius: 3px;
}

.neon_form_content .neoncrm-responsive form input[type="checkbox"]{
	height: inherit;
}
.neon_form_content select {
	padding: 10px 0;
}
.neon_form_content .neoncrm-page-title {
	text-align: center;
}
.inputMedium,
.neoncrm-text-field {
	height: 40px;
}

.neon_form_content .neoncrm-org-toggle > input, 
.neon_form_content .neoncrm-form-buttons > input,
.neon_form_content .neoncrm-button,
.neon_form_content .neoncrm-submit {
	color: #fff;
	background-color: #ed1c24;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 4px 4px 4px 4px;
	border: none;
	margin: 10px 10px 0px 0px;
	font-size: 12px;
	padding: 12px 24px;
	transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.1s linear 0s;
	font-family: inherit;
	font-weight: 700;
}
img[src="/np/images/ssl_valid_z2systems.gif"] {
	display: block;
	margin-top: 25px;
}

input[name="address\.zip"],
input[name="address\.zipSuffix"],
input[name="payment\.creditCard\.address\.zip"],
input[name="payment\.creditCard\.address\.zipSuffix"],
input[name="shipping\.address\.zip"] {
	width: 45%;
}

input[name="person\.dobMM"],
input[name="person\.dobDD"] {
	width: 20%;
}
input[name="person\.dobYYYY"] {
	width: 40%;
}

.neon_form_content form[action="/np/publicaccess/orderUpdate.do"] {
	max-width: 100%;
}

.neoncrm-table {
	border-collapse: collapse;
}
.neoncrm-table thead {
	border-bottom: solid 2px #666;
}
.neoncrm-table tbody td,
.neoncrm-table tfoot td {
	border: solid 1px #ddd;
}
.neoncrm-table tfoot tr:last-child td {
	font-weight: bold;
}
/** 
 * End Colin's Grand Changes 
************************************/
