@charset "UTF-8";
/* CSS Document */

/* terms, privacy, contact */
#srtpc {
	font-weight: bold;
	text-align: center;
	display: block;
}
/* submit & reset */
.sr {
	background-color: #CAD5E4;
	display: table;
	width: 100%;
	max-width: 780px;
	margin-bottom: 0.5em;
}
/* submit, reset label */
.srl {
	text-align: right;
	vertical-align: middle;
	display: table-cell;
	width: 70%;
	height: 1.75em;
}
/* submit, reset button */
.srb {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	width: 30%;
}

/* terms & condtions and privacy link, below order form */
.tpclks {
	text-align: left;
	padding-left: 3em;
}
.tpclks a {
	color: blue;
	text-decoration: none;
	text-align: left;
}
.tpclks a:hover {
	color: royalblue;
}