label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }

.wlistD {
	float: left;
	clear: both;
	width: 725px;
	padding-top:9px;
	padding-bottom:9px;
	display:table;
}
.wlistD > span {
	FLOAT: left;
	display: table-cell;
	vertical-align:middle;
}
.wlistD > div {
	FLOAT: left;
	display: table-cell;
	vertical-align:middle;
	padding-top:9px;
	padding-bottom:9px;
}
.wlistExp {
	width:55px;
	height: 24px;
	vertical-align:middle;
}
.wlistExppad {
	padding-top:7px !important;
}
.wlistDS {
	width:115px;
	padding-left:4px;
}
.wlistDSpad {
	padding-top:12px !important;
}
.wlistSV {
	width:90px;
	text-decoration: none;
}
.wlistVal {
	width:110px;
	text-align:center;
}
.wlistInc {
	width:350px;
}
.wlistIncpad {
	padding-top:6px;
}
em { color: red; }


table.waiverinfogrid {
	width:auto !important;
	border-spacing:0;
	border-collapse:collapse;
	cellpadding:6px;
	margin:0 auto;
}
table.waiverinfogrid tbody tr td{
	text-align:center;
	padding:4px 6px 4px 6px;
	border: 1px solid gray !important;
}
.waivercenterdiv { text-align: center; }
.waivercenterdiv > div { margin: 0 auto;}

.waiver_main {
	color:#000000;
	background-color: white;
	font-family:Arial;
	padding-top:10px;
	padding-right:10px;
}
.waiver_main h1 {
	display: block;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	font-family:Arial;
}
.waiver_main h2{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	font-family:Arial;
}
.waiver_main h3{
	display: block;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	font-family:Arial;
}
.waiver_main p{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family:Arial;
}
.waiver_main div{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family:Arial;
}
.waiver_main td{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family:Arial;
}
.waiver_main span{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family:Arial;
}
.waiver_main li{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family:Arial;
}
.waiver_main ul{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family:Arial;
}
.waiver_main em {
	font-size: 12px;
	font-weight: normal;
	color: #000000 !important;
	font-family:Arial;
}
.waiver_main a {
	font-size: 12px;
	font-weight: normal;
	color: #d62165 !important;
	text-decoration:none;
	font-family:Arial;
}
.waiver_main a > span {
	font-size: 12px;
	font-weight: normal;
	color: #d62165 !important;
	text-decoration:none;
	font-family:Arial;
}
.pcs_button {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #d62165;  /* text color default pink */
	cursor: pointer;
	outline: none;
	padding: 7px 14px;
	border: solid 1px #999;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.6, #FFFFFF),
		color-stop(1, #F5F5F5),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 60%, #F5F5F5 100%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 60%, #F5F5F5 100%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 60%, #F5F5F5 100%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 60%, #F5F5F5 100%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 60%, #F5F5F5 100%, #FFFFFF 100%);
}
.pcs_button:hover {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.38, #F5F5F5),
		color-stop(1, #DBDBDB)
	);
	background-image: -o-linear-gradient(bottom, #F5F5F5 38%, #DBDBDB 100%);
	background-image: -moz-linear-gradient(bottom, #F5F5F5 38%, #DBDBDB 100%);
	background-image: -webkit-linear-gradient(bottom, #F5F5F5 38%, #DBDBDB 100%);
	background-image: -ms-linear-gradient(bottom, #F5F5F5 38%, #DBDBDB 100%);
	background-image: linear-gradient(to bottom, #F5F5F5 38%, #DBDBDB 100%);
}
#waiver_override input + input{
	margin-top:0px;
}
table.list tr td {
	border-bottom: 1px solid #dcdcdc;
}