#tipsForm {
	margin-top:1.5em;
	}

.column {
	float:left;
	width:30%;
	margin-right:1em;}

.tipRow {
	position:relative;
	height:2em;
	/*margin-bottom:.5em;*/}

.tip_new {
	display: inline;
	padding-left: 3px;
	font-size: .8em;
	font-weight: bold;
	color: red;
	margin-bottom: 2px;
}

.tipDescription {
	position:relative;
	padding-top:2px;
	margin-left:20px;
	margin-right:5px;}

.tipCheck {
	position:absolute;
	left:0;
	top:0;}

#nextButton {
	position:relative;
	display:block;
	clear:both;}

#tipSignupForm {width:100%;}

.signupColumn {
	width:40%;
	margin-right:30px;
	float:left;}

.formRow {clear:both;}

.formCaption {
	margin-top:2px;
	margin-bottom:2px;}

.emailFormat {
	float:left;
	margin-right:1em;
	display:block;}

.emailPrefs {
	margin-bottom:.65em;}

.emailRow {margin-top:1em;}

#tipImg {
	float:left;
	margin-right:1em;
	margin-bottom:1em;}
	
#tipListTable {
	border:solid 2px navy;
	margin-bottom:1em;
	empty-cells:show;
	border-collapse:collapse }
	
.tipLegend, .tipCell {
	width:33%;
	white-space:normal}
	
.tipLegend {
	background-color:navy;
	border:double 4px navy;
	color:white;
	text-align:left;
	padding:4px;
	padding-bottom:6px}
	
.tipCell {
	padding:2px;
	padding-left:4px;
	border:solid 2px navy;
	border-top:none;
	border-bottom:none}

#filterTipListTable {
	border:solid 2px navy;
	margin-bottom:1em;
	empty-cells:show;
	border-collapse:collapse ;
	width:auto;}
	
#filterTipListTable td {
	white-space:normal}
	
.tipListLegend {
	background-color:navy;
	border:double 4px navy;
	color:white;
	text-align:left;
	padding:4px;
	padding-bottom:6px;
	font-weight:bold;}
	
.tipListCell {
	border:solid 2px navy;
	border-top:none;
	border-bottom:none}

.tipListCell .tipRow {
	padding-left:.75em;
	margin-top:.5em;}

.tipListCell .tipCheck {
	left:4px
}	
	
#view_all_link {
	font-weight:bold;
	display:block;
	margin-bottom:.5em;
	font-size:.9em;}
	
#selectedTips {margin-bottom:1em;}

#selectedTipTable {}

#selectedTipTableCell {padding-left: 2em;}

.selectedTip {
	font-size:.75em;
	width:33%;}

#signupButton {width:100%;text-align:center;}
#signupButton input {margin-left:auto; margin-right:auto;}
