@charset "UTF-8";

div#Push {
	width:620px;
	background:white;
	margin:10px auto;
	padding:10px 0;
	border:1px solid #006633;
}

div#Push table {
	width:90%;
	border-collapse:collapse;
	borddr-spacing:0;
	empty-cells:show;
	margin:10px;
	border-top:1px solid #999999;
}

div#Push table caption {
	text-align:left;
	font-size:12px;
	margin:0 0 2px 0;
	padding:0;
}

div#Push table td.PushPhoto {
	padding:5px 0;
	width:60px;
	vertical-align:top;
	border-bottom:1px solid #999999;
}


div#Push table td.PushBkSpec {
	text-align:left;
	padding:5px 0;
	vertical-align:top;
	border-bottom:1px solid #999999;
}


div#Push table td.PushBkSpec p.PushBkName {
	text-align:left;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	display:block;
}

div#Push table td.PushBkSpec p {
	margin:0;
	padding:0;
	font-size:10px;
	line-height:1;
	display:inline;
}

div#Push table td.PushBkSpec p span {
	padding:1px;
	font-weight:bold;
	background:#CCFFCC;
}

