div.fullcallout {
	width: 515px;
	background: #F8F8F2 url(/img/photos/legacy_form_bg_btm.gif) no-repeat bottom left;
	margin-top: 10px;
	padding-bottom: 22px;
	}
	
div.fullcallout div {
	background: url(/img/photos/legacy_form_bg_top.gif) no-repeat top left;
	}
	
div.fullcallout div.errors, div.fullcallout div.dotted, div.fullcallout div.dotted div {
	background: none;
	}
	
div.fullcallout div.dotted {
	background: url(/img/legacy_plantrip_dotted.gif) repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 16px;
	}
	
div.fullcallout div.dotted div {
	background: url(/img/legacy_plantrip_dotted.gif) repeat-x top left;
	padding-top: 11px;
	}
	
div.fullcallout div.fishingdates {
	background: none;
	border: 1px solid #C5C5A7;
	margin-bottom: 15px;
	}
	
div.fullcallout div.fishingdates h2, div.fullcallout div.fishingdates h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding: 6px 0;
	margin: 0;
	color: #fff;
	text-align: center;
	}
	
div.fullcallout div.fishingdates h2 {
	background-color: #C5C5A7;
	color: #000;
	font-weight: bold;
	}
	
div.fullcallout div.fishingdates h3 { background-color: #475547; }		
div.fullcallout table { width: 480px; margin-left: 20px }		
div.fullcallout table table { width: 233px; margin: 0; }
	
div.fullcallout table table td {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding: 3px 0;
	}
	
div.fullcallout table table td input {
	margin: 0 5px 0 10px;
	padding: 0;
	}
	
div.fullcallout table td.label {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	font-weight: bold;
	}
	
div.fullcallout table td.label span { color: #E61518; }		
div.fullcallout table td input {
	color: #000;
	margin: 4px 0 4px 5px;
	}
	
div.fullcallout table td.select { text-align: right; }		
div.fullcallout table td select { width: 173px; }
	
div.fullcallout div.errors {
	background-color: #F6E3DE;
	border: 1px solid #E61518;
	margin: 0 16px 10px 18px;
	}
	
div.fullcallout div.errors ul {
	list-style: none;
	margin-top: 0;
	padding: 12px 16px 4px 16px;
	margin-bottom: 0;
	}	
div.fullcallout div.errors ul li {
	font-weight: bold;
	color: #E61518;
	padding-bottom: 8px;
	}	
	
