body {
	line-height: 1.5em;
	font-family: "Times New Roman", "Georgia", serif;
	color: #444444;
	/*This is where the "stretched" background imagery is rendered*/
	background: url("http://tributes.com/trib2_images/bg.png") repeat-x;
	font-size: 10pt;
}

body.send-condolences-no-bg {
	background: url("http://tributes.com/trib2_images/bg.png")
}
h1 {
	font-family: inherit;
	font-size: 2em;
}

h2, .as_h2 {
	font-family: inherit;
	font-size: 1em;
	margin: 1em;
}

.h2_tab {
	margin: 0;
}

h5, .as_h5 {
	margin: 0 1em 1em;
	padding: 0.4em 1em 0.25em;
	text-transform: uppercase;
	font-weight: normal;
	border: double 4px #dcdcd4;
	border-left: 0;
	border-right: 0;
	font-size: 1.2em;
	text-align: center;
}

h5 a {
	text-transform: capitalize;
	font-style: italic;
	font-size: 1em;
}

a, a:link, a:visited {
	color: #2F5B8B;
}

a.tip-pop { color: #ffffff;}

br.hosting-hide {
	display: none;
}

div.divider {
	border-bottom: double 4px #dcdcd4;
	margin: 0 0 1em;
}

.obit_page_index {
	display: inline-block;
	margin: 0;
}

.message, .error {
	margin: 0 1em 1em;
	padding: .5em;
	font-size: .8em;
	border: 0;
}

#header, #trib2-subnav, #trib2-footer {
	float: none;
	width: 997px;
	margin: 5px auto 0;
}

#footer {
	font-family: "Lucida Grande", "Arial", sans-serif;
	margin: 4em auto 0;
	width: 997px;
}


#container {
	/*This is where the "picture" background imagery is rendered*/
	/*background: url("/images/obituary/premium/bg-imagery.jpg") no-repeat center top scroll;*/
	background: none;
	width: auto;
	padding: 0;
	/* Fixed background Image Override */
	background-attachment:fixed !important;
	/* End Fixed background Image Override */
}

#main-content {
	padding: 0;
	width: 997px;
	margin: 0 auto;
	background: #ffffff;
}
	
#loading {
	left: 36.5%;
	top: 35%;
}

/* Global Premium Styles*/
a.universal-button {
	display: inline-block;
	width: 142px;
	height: 21px;
	background: url("http://tributes.com/images/obituary/premium/universal-button.png") no-repeat 0 0;
	color: #777657;
	font-size: 14px;
	padding: 2px 0 0 6px;
	text-decoration: none;
	letter-spacing: -0.02em;
}

a.universal-button:hover {
	color: #2B2907;
	background-position: 0 -23px;
}

a.large-universal-button {
	display: inline-block;
	height: 55px;
	width: 273px;
	padding: 17px 0 0 17px;
	color: #777657;
	background: url("http://tributes.com/images/obituary/premium/large-universal-button.png") no-repeat 0 0;
	text-transform: uppercase;
	font-size: 1em;
	text-decoration: none;
	text-align: left;
}

a.large-universal-button:hover {
	color: #2B2907;
	background-position: 0 -72px;
}

input.submit-button, a.submit-button, input.cancel-button {
	display: inline-block;
	width: 109px;
	height: 36px;
	background: url("http://tributes.com/images/obituary/premium/submit-button.png") no-repeat 0 0;
	color: #777657;
	font-size: 22px;
	padding: 2px 0 0 18px;
	text-decoration: none;
	letter-spacing: -0.02em;
	border: 0;
	text-align: left;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	cursor: pointer;
}

input.submit-button:hover, a.submit-button:hover, input.cancel-button:hover {
	background-position: 0 -36px;
	color: #2B2907;
}

a.submit-button {
	height: 27px;
	padding: 9px 0 0 6px;
}

input.cancel-button {
	background: url("http://tributes.com/images/obituary/premium/cancel-button.png") no-repeat 0 0;
	color: #999999;
	padding: 2px 0 0 0;
	text-align: center;
}


input.cancel-button:hover { color: #666666;}

/* Minor Fixes for exisiting peripheral elements */
#edit-this-tribute li a, .wizard-body ul.wizard-tabs li.tab a {
	line-height: 1em;
}

/* Left Column Styles*/
.left-column {
	width: 324px;
	float: left;
	border-right: solid 2px #ffffff;
}
	/* Person Details Section*/

	.person-details {
		padding: 11px;
		background: #A5A384;
	}

	.person-details .image-container {
		border: solid 2px #BAB99D;
		width: 300px;
		height: 300px;
		overflow: hidden;
		margin-bottom: 11px;
	}

	.person-details .image-container img {
		/*z-index: 1;
		position: relative;*/
	}

	.person-details .image-container a {
		background: url("http://tributes.com/images/obituary/premium/view-slideshow.png") no-repeat right bottom;
		display: block;
		width: 84px;
		height: 71px;
		position: relative;
		z-index: 2;
		top: -76px;
		left: 216px;
	}

	.info-container, .charity-container {
		border: solid 2px #BAB99D;
		background: #ececde url("http://tributes.com/images/obituary/premium/info-container-bg.jpg") no-repeat top center;
		padding: 1em;
		position: relative;
		box-shadow: 3px 3px 3px #89876c;
		-moz-box-shadow: 3px 3px 3px #89876c;
		-webkit-box-shadow: 3px 3px 3px #89876c;
	}
	
	.charity-container{
		background:none;
		background-color:white;
		border:none;
		-webkit-box-shadow: none; 
		-moz-box-shadow: none; 
		box-shadow: none;
	}
	.info-container .tribute-badge {
		position: absolute;
		z-index: 3;
		width: 73px;
		height: 73px;
		top: 0;
		left: 225px;
		display: none;
	}

	.info-container h1, .info-container .as_h1 {
		margin: 0;
		padding: 0;
		display: block;
		max-width: 250px;
		color: #000000;
		text-shadow: 0px 2px 2px #ffffff;
	}

	.info-container ul, .charity-container ul {
		list-style: none;
		margin: 0 0 1em 0;
		padding: 0;
	}

	.info-container ul li, .charity-container ul li {
		margin: 0;
		font-size: 1.2em;
	}

	.links-container {
		margin: 0 -13px;
	}

	.links-container ul {
		border: solid 1px #BAB99D;
		border-style: solid none solid none;
	}

	.links-container ul li {
		margin: 0.15em 0;
	}

	.links-container ul li a {
		display: block;
		border: solid 1px #BAB99D;
		border-style: solid none solid none;
		padding: 2px 12px;
	}
	
	.charity-container {
		margin-top:10px;
		text-align:center;
	}
	
	.charity-container img {
		margin-top:20px;
	}
	
	.charity-container ul {
		margin-bottom:0 !important;
	}
	.charity-container ul li {
		margin-top:10px;
		text-align:left;
	}

	/* Sound Controls*/
	#sound-controls {
		border-bottom: solid 2px #cccccc;
		padding: .5em 1em;
	}

	#sound-controls a#play, #sound-controls a#pause {
		display: block;
		text-indent: -9000px;
		width: 16px;
		height: 16px;
		float: left;
		margin: .15em .5em 0 0;
		background: url("http://tributes.com/images/obituary/premium/play-pause.gif") no-repeat;
	}

	#sound-controls a#play {
		background-position: 0px 0px;
	}

	#sound-controls a#play:hover {
		background-position: 0px -32px;
	}

	#sound-controls a#pause {
		background-position: 0px -16px;
	}

	#sound-controls a#pause:hover {
		background-position: 0px -48px;
	}
	
	.left-column .promo-block {
		margin: 1em;
	}
	
	.left-column .promo-block a {
		color: #444444;
	}
	
	.left-column .promo-block .upgrade-promo { padding: .5em;}
	
	.left-column .promo-block .upgrade-promo h2 {
		margin: 0;
		padding: .25em;
		color: #054068;
		text-shadow: 2px 2px 2px #A8B9D4;
		font-size: 1.2em;
	}
	
	.left-column .promo-block .upgrade-promo p {
		margin: 0 0 .5em;
		padding: .25em;
		font-size: 1em;
		line-height: 1.2em;
	}
	
	/* Sharing */
	
	ul#sharing {
		margin: .75em 0 0 .5em;
		padding: 0;
		list-style: none;
		font-size: .9em;
	}
	
	ul#sharing li {
		margin: 0 0 0 16px;
		padding-left: 0;
		display: inline-block;
	}
	
	ul#sharing li a {
		background: url("http://tributes.com/images/icons/widget-share.png") no-repeat 0 0;
		height: 16px;
		display: inline-block;
		padding: 0 0 0 20px;
	}
	
	ul#sharing li a#facebook {
		background-position: 0 0px;
	}
	ul#sharing li a#digg {
		background-position: 0 -15px;
	}
	ul#sharing li a#twitter {
		background-position: 0 -31px;
	}
	ul#sharing li a#myspace {
		background-position: 0 -47px;
	}
	ul#sharing li a#favorites {
		background-position: 0 -63px;
	}
	
	

	/* Left Column Module Styles */
	
	.left-column h5, .left-column .as_h5 {
		margin: 1em 0 0 0;
	}

	.left-column p {
		padding: 0 1em;
		font-size: 1.15em;
	}

	.left-column h4 {
		margin: auto 1em;
	}

	.left-column img#flower-img {
		float: right;
	}	

	.left-column h4.flowers-link {
		margin-top: 1em;
	}

/* Right Column Styles*/

.right-column {
	width: 657px;
	float: left;
	border-left: solid 14px #E0E0CD;
	font-size: 1.3em;
	min-height: 663px;
	margin: 0 0 2em;
	position: relative;
}

.right-column h1, .right_column_bigmsg {
	line-height: normal;
	font-style: italic;
	text-align: center;
	margin: 1em;
	padding: 0;
	color: #777657;
	font-size: 1.5em;
}

.half-width {
	float: left;
	width: 50%;
}

.half-width h1 {
	margin: 0 1em;
	font-size: 1.2em;
	text-align: left;
	color: #444209;
}

.obit-text-container p {
	line-height: 1.4em;
}

#badge {
	float: right;
	margin: 0 1em 1em;
	text-align: center;
	color: #7d7d7d;
	font-size: .85em;
}

ul.main-actions {
	margin: 0;
	padding: 0 0 0 .75em;
	list-style: none;
}

ul.main-actions li {
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
}

ul.main-actions li:first-child {
	margin: 0 1em 1em 0;
}

	/* Tab Styles */

	ul.tabs {
		margin: 0;
		padding: 0;
		list-style: none;
		border-top: 20px solid #E0E0CD;
		border-bottom: solid 1px #d3d3d3;
		height: 44px;
		background: #E0E0CD url("http://tributes.com/images/obituary/premium/tab-bg.png") repeat-x 0 bottom;
	}

	ul.tabs li {
		float: left;
		margin: 0 0 2em 0;
		padding: 0;
	}

	ul.tabs li a {
		display: block;
		color: #444209;
		background: #ffffff url("http://tributes.com/images/obituary/premium/tab-bg.gif") repeat-x 0 bottom;
		border: solid 1px #d3d3d3;
		border-right: 0;
		font-size: .80em;
		padding:0.5em; 
		margin-top:0.5em;
		font-weight: bold;
	}
	
	ul.tabs li a.active {
		border-bottom: solid 2px #ffffff;
		border-left-width: 1px;
		background: #ffffff;
		color: #3476B2;
		padding:0.5em; 
		margin-top:0.5em;
	}
	
	ul.tabs li.inactive a {
		color: #666666;
		background: #ffffff url("http://tributes.com/images/obituary/premium/inactive-tab-bg.gif") repeat-x 0 bottom;
		opacity: 0.5;
		filter: alpha(opacity = 50);
	}
	
	ul.tabs li.last {
		position: relative;
	}
	
	ul.tabs li.last a {
		border-right: solid 1px #d3d3d3;
	}

	/* Recent Images */

	.recent-images, .obit-text-container {
		padding: 0 22px;
		margin-bottom: 3em;
	}

	.recent-images a {
		text-align: right;
		display: block;
	}
	
	.recent-images ul {
		list-style: none;
		margin: 0;
		padding: 0; 
	}

	.recent-images ul li {
		float: left;
		border: solid 1px #d3d3d3;
		padding: .3em;
		margin: 0 0 .5em 1em;
	}

	.recent-images ul li:hover {
		border: solid 1px #bababa;
		background: #72bade;
	}

	.recent-images ul li:hover a.img {
		border: solid 1px #bababa;
	}

	.recent-images ul li:first-child {
		margin: 0;
	}

	.recent-images ul li a.img {
		display: block;
		border: solid 1px #d3d3d3;
		width: 125px;
		height: 125px;
		overflow: hidden;
		text-align: left;
	}

	.recent-images ul li img {
		float: left;
		width: 125px;
		height: 125px;
	}

	.obit-text-container p:first-child:first-letter {
		display: block;
		color: #2F5B8B;
		font-weight: bold;
		font-size: 5em;
		position: relative;
		float: left;
		margin-top: .05em;
		margin-right: .15em;
		line-height: .4em; /* This line is a hack for Chrome Browsers Obtained by trial and error */
	}
    .obit-text-container #badges-and-ads {
        float: right;
        margin-left: 10px;
        width: 125px;
}

/* Right Column GLiders*/

	div.right-col-module {
		border-bottom: solid 2px #A5A384;
		margin: 0 1em 2em;
		background: url("http://tributes.com/images/obituary/premium/right-col-module-bg-165.gif") repeat-x 0 bottom;
	}

    div.right-col-module.no-back {
        background: none;
    }
    
	div.right-col-module a.previous, div.right-col-module a.next {
		display: block;
		text-indent: -9000px;
		width: 25px;
		height: 42px;
		background: url("http://tributes.com/images/obituary/premium/prev-next.gif") no-repeat 0 0;
		float: left;
		margin: 2.5em 1em 1em;
	}

	div.right-col-module a.previous:hover {
		background-position: 0 -42px;
	}

	div.right-col-module a.next {
		background-position: -25px 0;
	}

	div.right-col-module a.next:hover {
		background-position: -25px -42px;
	}

	div.right-col-module div.scroller { 
		width: 500px;
	/*	height: 135px;  */ 
		overflow: hidden;
		float: left;
	}

	div.right-col-module div.scroller div.content, div.right-col-module div.scroller ul.content {
		width: 10000px;
	}
	
		div.right-col-module div.scroller ul.content {
			margin: 0;
			padding: 0;
			list-style: none;
		}

	div.right-col-module div.scroller div.section {
		width: 500px;
		overflow: hidden;
		float: left;
	}
	
	div.right-col-module div.no-scroll-services div.section {
	    float: left;
	}
		
	div.right-col-module div.scroller li.section {
		display: block;
		float: left;
	}

	div.right-col-module div.scroller div.section p {
		font-style: italic;
		color: #000000;
		font-size: .9em;
		margin: 0;
		padding: 0;
		
	}

	div.right-col-module div.scroller div.section p span {
		font-style: normal;
		font-size: .8em;
		color: #777657;
		border-top: dotted 1px #ccc;
		display: inline-block;
		padding: .25em 0;
		margin-top: .5em;
		width: 436px;
	}

	div.right-col-module div.scroller div.section p span strong {
		color: #2B2907;
	}
	
	#memories-glider h5 {
		margin-bottom: 0;
	}

	img.gift-image {
		float: left;
		margin: 0.25em .25em .5em 0;
		width: 50px;
		height: 50px;
	}

	a.condolence-image, a.img-link {
		display: inline-block;
		width: 50px;
		height: 50px;
		border: double 3px #ccc;
		margin: 10px 8px 0 10px;
		float: left;
		
	}

	a.condolence-image img, a.img-link img{
		width: 50px;
		height: 50px;
	}

	a.condolence-image:hover, a.img-link:hover {
		background-color: #bababa;
	}

	ul.memory-actions {
		list-style: none;
		margin: 1em auto;
		padding: 0;
		height: 20px;
		width: 520px;
	}

	ul.memory-actions li {
		float: left;
		margin: 0 0 0 1.25em;
		padding: 0;
	}

	ul.memory-actions img.mini-candle {
		display: inline-block;
		position: relative;
		top: -21px;
		left: -8px;
		float: right;
	}

	/* Funeral Services Module*/

	div.right-col-module div.services-scroller {
		height: auto;
	}

    div.right-col-module div.no-scroll-services {
        float: left;
        height: auto;
        width: 600px;
        padding: 0 10px;
    }

	div.right-col-module div.services-scroller h6,
	div.right-col-module div.no-scroll-services h6 {
		font-size: 1.2em;
		text-transform: uppercase;
		margin: 0 0 .25em 0;
	}	
	
	div.right-col-module div.services-scroller div.section {
        width: 260px;	    
	}
	
	div.right-col-module div.no-scroll-services div.section {
	    border-color: #DCDCD4;
	    border-radius: 12px;
	    border-style: solid;
	    border-width: 0 0 1px 1px;
		width: 270px;
		padding: 0.5em 0 0.5em 1em;
		margin: 10px 0 10px 10px;
		min-height: 205px;
	}

	div.right-col-module div.services-scroller div.section p,
	div.right-col-module div.no-scroll-services div.section p {
		font-size: .85em;
		font-style: normal;
		margin: 0;
		padding: 0;
	}

	div.right-col-module div.no-scroll-services div.section p.service-data {
	    min-height: 175px;
    }
    
	div.right-col-module div.services-scroller div.section p.service-links {
		text-align: left;
	}

	div.right-col-module div.services-scroller div.section p span,
	div.right-col-module div.no-scroll-services div.section p span {
		font-size: 1em;
		display: inline;
		border: 0;
		margin: 0;
		padding: 0;
	}

	div.right-col-module div.services-scroller div.section a,
	div.right-col-module div.no-scroll-services div.section a {
		display: inline-block;
		margin: .5em .5em 0 0;
	}

	div.service-notes, ul.videos li p.description {
		position: relative;
		font-size: .8em;
		width: 80%;
		background: #ffffff;
		padding: .5em;
		line-height: 1.1em;
	}

	div.right-col-module div.services-scroller div.section div.service-notes a,
	div.right-col-module div.no-scroll-services div.section div.service-notes a,
	ul.videos li p.description a {
		position: relative;
		top: -.75em;
		right: -.75em;
		display: block;
		float: right;
	}

/* Services Tab */
#services div.section {
	text-align: center;
	margin: 1em 0 1.5em;
}

#services div.section a {
	margin: .5em 1em;
}

#services div.section div.service-notes {
	position: static;
	width: auto;
	margin-top: 1em;
}

/* Life Images Tab */

img.shadow-box-tilt {
	width: 71px;
	height: 113px;
	position: relative;
	float: right;
	display: inline-block;
	left: -10px;
	top: -81px;
}

.flash-div {
	padding: 0 1em;
	margin: 0 0 1em 0;
}

	/* You Tube Videos Module */
	
	ul.videos {
		list-style: none;
		margin: 1em auto;
		padding: 0 0 0 1em;
		width: 600px;
	}
	
	ul.videos li {
		float: left;
		width: 150px;
		height: 150px;
		margin-right: 10px;
	}

	ul.videos div.video-container {
		width: 120px;
		height: 100px;
		padding: .25em;
		margin:0px auto;
	}

	ul.videos div.video-container img {
		width: 100%;
	}
		
	ul.videos li span {
		display: block;
	}

	ul.videos li span a {
		display: block;
		font-size: .75em;
	}
	

	ul.videos li p.description {
		font-size: .75em;
		border: solid 1px #cccccc;
		padding: 1em;
	}

.url-links ul {
	margin: 1em;
	padding: 0;
	list-style: none;
}

.url-links li {
	border-bottom: solid 1px #cccccc;
	padding: 1em;
}

/* Memories & Candles Tab */

img.large-candle {
	width: 79px;
	height: 102px;
	position: relative;
	float: right;
	display: inline-block;
	left: -10px;
	top: -68px;
}

div.pagination {
	margin: 0 1em 1em;
}

.obit-text-container div.pagination {
	background: none;
	padding: 0;
	border: 0;
}

	div.pagination div {
		float: left;
	}
	
	div.pagination div.view-condolence-buttons {
		float: right;
	}
	
	div.pagination ol {
		height: auto;
		font-size: .75em;
		margin: 0.25em 0 0 0.5em;
	}
	
	div.pagination ol li {
		padding: 0;
		margin: 0;
		border: solid 1px #cccccc;
	}
	
	div.pagination ol li a, .pagination li a:visited {
		background: none;
		color: #000000;
		margin: 0;
		padding: 0 2px;
		width: 17px;
		height: auto;
		display: block;
	}
	
	div.pagination ol li a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	div.pagination ol li a.current {
		background-image: none;
		background-color: #3476B2;
		color: #ffffff;
	}
	
	div.pagination ol li a.current:hover {
		text-decoration: underline;
	}
	
	div.pagination li a.previous-next {
		background: none;
		width: 60px;
	}
	
	div.pagination li a.previous-next:hover {
		color: #000000;
	}

div.memory-book-entry {
	margin: 0 1em;
	padding: .5em 3.4em;
	border-bottom: solid 1px #DCDCD4;
	min-height: 130px;
	background: url("http://tributes.com/images/obituary/premium/mb-quotes.png") no-repeat 0 20%;
}

	div.memory-book-entry .gift-image {
		margin: 19px 5px 0px 8px;
	}
	
	div.memory-book-entry-audio {
		/* what we really want is a musical graphic background */
		background: url("http://tributes.com/images/obituary/premium/mb-sound.png") no-repeat 0 20%;
	}

	div.memory-book-entry div {
		text-align: center;
	}


	div.memory-book-entry p {
		color: #000000;
		font-size: .85em;
		font-style: normal;
		margin: 0 0 1em;
		padding: 0.5em 0 0 0;
	}
	
	div.memory-book-entry p span {
		color: #777657;
		font-size: 0.8em;
		font-style: normal;
		margin-top: 0.5em;
		padding: 0.25em 0;
		display: inline-block;
		
	}
	
	div.memory-book-entry ul {
		clear: both;
		list-style: none;
		margin: 0 0 1em;
		padding: 0;
	}
	
	div.memory-book-entry ul li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	/* ADD A CONDOLENCE / CANDLE PAGES */
	
	table.form-data-entry {
		font-size: .85em;
		margin: 0 1em;
	}
	
	table.form-data-entry label { display: inline; }
	
	table.form-data-entry .fullwidth, #mailMessage-message, #mailMessage-addresses {
		/*width: 93%;*/
		width: 99%;
		font-size: .8em;
		margin-top: 0;
	}
	
	table.form-data-entry th {
		color: #666666;
		font-weight: normal;
		padding: 0.75em;
		text-align :right;
		background: #F2F2E2;
		width: 150px;
		vertical-align: top;
	}
	
	table.form-data-entry td, table.form-data-entry textarea {
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
		font-size: .9em;
	}
	
	table.form-data-entry td { padding: 0.75em 0.75em 0.75em 1em; }

	table.form-data-entry div.message {
		margin: 0;
	}
	
	table.form-data-entry td a { font-family: "Times New Roman", serif; }
	
	table.form-data-entry th.required, span.required { color: #2F79BD; font-weight: bold; }
	
	span.required { font-size: 0.8em;}
	
	.textarea-photo-description { width: 300px; }
	
	textarea.fullwidth { background: #eff3ff; background: #ffffff; }
	
	span.legend, span.textareacounter { font-size: .75em; color: #333333; display: block;}
	
	
ul.gift-selection-area, #mb-container #memory-book-form #chosen_gift {
	margin: 0 1em;
	width: auto;
	list-style: none;
}

	#gifts_display input.back-button {
		margin: 0 1.5em;
		width: 618px;
		padding: 5px 10px;
		background: none;
		color: #2F5B8B;
		font-size: 1em;
		font-family: "Times New Roman", "Georgia", serif;
	}

	#gifts_display input.back-button:hover {
		background: none;
		color: #2F5B8B;
		text-decoration: underline;
	}
	
	ul.gift-selection-area li a span { display: none; /*  REMOVE WHEN WE START CHARGIN FOR CANDLES AGAIN */ }
	
	ul.gift-selection-area li a {
			height: 75px; /*  REMOVE WHEN WE START CHARGIN FOR CANDLES AGAIN */
			margin: 0 0.1em;
			width: 75px;
			height: 75px;
			padding: 1px;
		}
	
	ul.gift-selection-area li a:hover {
		background: #d9e6fc;
		-moz-box-shadow:2px 2px 6px #CECECE, 0 0 30px #BED2DB inset;
		-webkit-box-shadow:2px 2px 6px #CECECE, 0 0 30px #BED2DB inset;
		box-shadow:2px 2px 6px #CECECE, 0 0 30px #BED2DB inset;
		border:1px solid #bbc4d2;
		padding: 0;
	}

	ul.gift-selection-area li a.selected {
		background: #bed5fc;
		-moz-box-shadow:2px 2px 6px #CECECE, 0 0 30px #BED2DB inset;
		-webkit-box-shadow:2px 2px 6px #CECECE, 0 0 30px #BED2DB inset;
		box-shadow:2px 2px 6px #CECECE, 0 0 30px #BED2DB inset;
		border:1px solid #3476B2;
		padding: 0;
	}
	
	
	h2#step1 { display: none;}


/* Condolence Confirmation Page */	

.padding-LR-1em { padding: 0 1em; }

	/* Recent Obituaries Scroller */
	
#recent-tributes {
	background:  none;
	width: auto;
	margin: 2em 1em 1em;
	border: solid 1px #cccccc;
	padding: .55em 0 0 0;
}
	
	#recent-tributes h3 {
		background:  none;
		color: #666666;
		display:block;
		font-family: "Times New Roman",Georgia,serif;
		min-height: 0;
		margin: 0 1em 1em;
		padding: 0.4em 1em 0.25em;
		text-transform: uppercase;
		font-weight: normal;
		border: double 4px #dcdcd4;
		border-left: 0;
		border-right: 0;
		font-size: 1.2em;
		text-align: center;
	}
	
	#recent-tributes .scroller-container {
		border: solid 1px #cccccc;
		width: auto;
		background: none;
		padding: 0 .5em .5em;
		margin: 0;
		border: 0;

	}
	
	#recent-tributes .scroller-container a.alert-link {
		text-align: center;
		display: block;
		font-size: .8em;
		padding: .5em 0 .25em;
	}
	
	#recent-tributes .scroller { width: auto; }
	
	#recent-tributes .content { height: 160px;}
	
	#recent-tributes .section { width: 588px; padding: 10px 0; text-align: center; }
	
	#recent-tributes h4 { font-size: 1.15em; margin: 0; }
	
	#recent-tributes h4 a { color: #000000; }
	
	#recent-tributes ul { font-size: .8em; }
	
	#recent-tributes ul li { padding: 0; margin: 0; text-align: center; }
	
	#recent-tributes .thumbnail-container a span, #recent-tributes .section ul li a span {
		background:  none;
		color: #2F5B8B;
		display: inline;
		height: auto;
		width: auto;
		padding: 0;
	}
	
	#recent-tributes .count {
		border: solid 1px #dcdcd4;
		border-left: 0;
		border-right: 0;
	}
	
	#recent-tributes .count a.previous, #recent-tributes .count a.next {
		background: none;
		display: block;
		float: left;
		height: auto;
		position:relative;
		text-indent: 0;
		width: auto;
		margin: 0.25em 0 0 0;
	}
	
	#recent-tributes .count a.next { float: right; }
	
	#recent-tributes .count span {
		display: block;
		float: left;
		font-size: 0.8em;
		padding-top: 0.25em;
		width: 420px;
	}
	
	#recent-tributes a.view-all {
		background: none;
		color: #2F5B8B;
		display:block;
		float: none;
		margin: 0 auto;
		overflow: visible;
		text-align: center;
		width: auto;
		
		display: none;
	}
	
	#recent-tributes .thumbnail-container {
		width: 0;
		margin: 0 auto;
		float: none;
		width: auto;
	}
	
	#recent-tributes br, #recent-tributes .thumbnail-container a span { display: none; }
	
	#recent-tributes .thumbnail-container a {
		display: block;
		border: double 4px #cccccc;
		width: 50px;
		height: 50px;
		overflow: hidden;
		margin: 0 auto;
	}
	
	#recent-tributes .thumbnail-container img {	border: 0; margin: 0 auto; width: 50px; height: 50px;}
	
	#recent-tributes .thumbnail-container a:hover img { border: 0; }
	
/* Life Story */

.life-story-promo-link {
	position: absolute;
	top: -10px;
	left: 57px;
	z-index: 305;
	width: 106px;
	height: 44px;
}

.life-story-promo-link span {
	display: block;
	background: #ffffff;
	border: solid 1px #D3D3D3;
	color: #3476b2;
	font-size: .75em;
	float: right;
	padding: 0 .25em;
	margin: .65em 0 0;
	cursor: pointer;
}

#promo-show {
	background: #FFFFFF none repeat scroll 0 0;
	border: 3px solid #000000;
	top: 5%;
	left: 0px;
	position: absolute;
	width: 370px;
	z-index: 301;
}

.over-show-sub h1 {}

.over-show-sub a.orange-medium-button {
	font-size: 1em;
}

.life-story-promo-link span:hover {
	text-decoration: underline;
}

#life-story a.story-hint-link {
	float: right;
	font-size: .75em;
	margin: 0 0 0 -5em;
}

p#story-hint {
	/*font-style: italic;
	border-bottom: dotted 1px #cccccc;*/
	margin: .5em 0;
	padding: 0 1em 1em;
	line-height: 1.4em;
}


#life-story ol {
	margin: 0;
	padding: 0;
}

.reply_body { width: 100%; }

.add-more-link { width: 250px; }

li.life-story {
	border-bottom: double 6px #E0E0CD;
	list-style: none;
	margin: 1em;
	padding: 0 1em;
} 
	li.life-story:first-child {
		margin-top: 0;
	}

	li.life-story p {
		margin: 0 0 1em;
	}
	
	li.life-story p:first-child:first-letter {
		display: block;
		color: #2F5B8B;
		font-weight: bold;
		font-size: 2.5em;
		position: relative;
		float: left;
		margin-top: .15em;
		margin-right: .15em;
	}
	
	li.life-story .reply-body p:first-child:first-letter {
		display: inline;
		color: #666666;
		font-size: 1em;
		font-weight: normal;
		float: none;
		margin: 0;
	}
	
	li.life-story span.byline {
		color: #000000;
		font-size: .75em;
		font-style: italic;
		display: block;
		/*border: dotted 1px #cccccc;
		border-left: 0;
		border-right: 0;*/
		padding: .5em;
	}
	
		li.life-story span.byline a {
			font-style: normal;
			display: inline-block;
			padding: 0 0 0 .35em;
		}
		
		li.life-story span.byline a.img-link {
			border: solid 1px #cccccc;
			background: #ffffff;
			padding: 3px;
			display: inline-block;
			width: 50px;
			height: 50px;
		}
		
		li.life-story span.byline a.img-link:hover {
			background: #B2C5D4;
		}

		li.life-story span.byline img {
			width: 50px;
			height: 50px;
			display: inline-block;
			margin: 0 .25em;
		}
		
		#life-story .life-story-replies .reply-body span.byline img, #life-story .life-story-replies .reply-body span.byline a.img-link {
			width: 25px;
			height: 25px;
			overflow: hidden;
			float: none;
			margin: 0 .5em 0 0;
		}
	
	div.flash-gallery-link {
		display: inline;
	}
	
#life-story .life-photos-container {
		font-size: .75em;
		padding: .5em;
		margin: 0;
	}

#life-story ul.story-images	{
	margin: 0 auto 1em;
	padding: 0;
	list-style: none;
}

	.life-photos-container ul.story-images li {
		float: left;
	}

	.life-photos-container ul.story-images li a.approval-delete {
		font-size: .9em;
		height: auto;
		width: auto;
	}

	.reply-body .life-photos-container ul.story-images li a.approval-delete {
		height: auto;
		width: auto;
	}
	
	.life-photos-container ul.story-images li a.approval-delete:hover,
	.reply-body .life-photos-container ul.story-images li a.approval-delete:hover {
		background: none;
	}

	.reply-body .life-photos-container ul.story-images li a.story-photo-edit-delete ,
	.life-photos-container ul.story-images li a.story-photo-edit-delete {
		margin: 0 0 0 2px;
		padding:0;
		display: block;
		font-size: 1.2em;
		height: 15px;
	}
	
	.life-photos-container ul.story-images li a.story-photo-edit-delete, .life-photos-container ul.story-images li a.story-photo-edit-delete:hover {
		height: auto;
		border: 0;
		background: none;
	}
	
		.life-photos-container ul.story-images li a.story-photo-edit-delete img {
			display: inline-block;
			margin: 0 0.1em -0.2em 0;
		}
	
	.life-photos-container ul.story-images li a {
		display: block;
		width: 127px;
		height: 127px;
		overflow: hidden;
		border: solid 1px #cccccc;
		padding: .25em;
		margin: 0 0 0 0.5em;
	}
	
	div.edit-pane .life-photos-container  ul.story-images li a {
		height: 25px;
		width: 100px;
		padding: 0px;
	}
	.life-photos-container ul.story-images li:first-child a {
		margin: 0;
	}
	
	.life-photos-container ul.story-images li a div {
		display: block;
		width: 125px;
		height: 125px;
		overflow: hidden;
		border: solid 1px #cccccc;
	}
	

	.life-photos-container ul.story-images li a:hover {
		background: #B2C5D4;
	}
	
	#life-story .reply-body .life-photos-container {
		margin-bottom: 0;
		font-size: 1em;
	}
	
	.reply-body .life-photos-container ul.story-images li a {
		width: 52px;
		height: 52px;
	}
	
	.reply-body .life-photos-container ul.story-images li a div, .reply-body .life-photos-container ul.story-images li a div img {
		width: 50px;
		height: 50px;
	}
	
	
	#life-story table.form-data-entry {
		width: 95%;
	}
	
	#life-story table.form-data-entry th {
		background: none;
		width: 90px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#life-story .life-story-replies, .edit-pane {
		padding: 0;
		background: #f3f3ee;
		font-size: .8em;
		clear: both;
		margin: 1em 0 1.5em;
	}
	
	#life-story .life-story-replies ol {
		list-style-type: decimal-leading-zero;
	}
	
	#life-story .life-story-replies h5 {
		margin: 0 0 1em;
	}
	
	#life-story .life-story-replies span.byline {
		font-size: 1em;
		border-bottom: solid 1px #cccccc;
		border-top: 0;
		display: block;
		padding: 0 0 .5em;
		margin: 0 0 .5em;
	}
	
	#life-story .life-story-replies .reply-body {
		background: #ffffff;
		border: dotted 1px #cccccc;
		padding: .75em;
		margin: .5em 1em;
	}
	
	#life-story .life-story-add-comment {
		font-size: 1.15em;
		margin-top: 1em;
		background: #E3E3E3;
	}

	#life-story .comment {
		border: solid 1px #cccccc;
	}
	
		#life-story .comment h4 {
			text-align: center;
			text-transform: capitalize;
		}

	ul.life-story-actions {
		height: 46px;
	}
	
	ul.life-story-actions, ul.life-comment-actions {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		ul.life-story-actions li, ul.life-comment-actions li {
			display: block;
			float: left;
			/*padding: 0 1em 0 0;*/
			padding: .25em .75em;
			margin: 1em 0 0;
			border-left: solid 1px #cccccc;
			font-size: 14px;
		}
			ul.life-story-actions li:first-child, ul.life-comment-actions li:first-child { border: 0; }
		
		ul.life-story-actions li a, ul.life-comment-actions li a {
			display: block;
			height: 23px;
		}
		
		ul.life-story-actions li a img, ul.life-comment-actions li a img {
			display: inline-block;
			margin: 0 .15em -.15em 0;
		}
		
.show-comments-link {
	text-align: right;
	margin: -.5em 1em 1em;
}

a.comment-button {
	margin: 0 2em 1em;
}

img.comment-img {
	position: relative;
	float: right;
	margin: 0 .75em 0 0;
}

/* Send Condolences Page */


/* condolences scroller */

	div.right-col-module div.scroller .send-condolences-blocks li.section {
		text-align: center;
		padding: 0;
		border: solid 1px #a7a793;
		padding: 4px;
		margin: 0.75em 1.25em 0.75em 0.75em;
		box-shadow: 2px 2px 6px #cecece, inset 0px 0px 30px #bed2db;
		-moz-box-shadow: 2px 2px 6px #cecece, inset 0px 0px 30px #bed2db;
		-webkit-box-shadow: 2px 2px 6px #cecece, inset 0px 0px 30px #bed2db;
		background-color: #ffffff;
	}
		
	div.right-col-module div.scroller .send-condolences-blocks li.section a {
		width: 125px;
		height: 160px;
		text-align: center;
		border: solid 1px #ddddd5;
		display: block;
		text-shadow: 2px 2px 2px #afafac;
		color: #3476B2;
	}
		div.right-col-module div.scroller .send-condolences-blocks li.section a:hover {
			background: url("http://tributes.com/images/obituary/premium/tab-bg.gif") repeat-x scroll 0 bottom #FFFFFF;
			text-decoration: none;
			text-shadow: 2px 2px 2px #cccd92;
			border: solid 1px #bebeb4;			
			color: #444209;
		}
	
	div.right-col-module div.scroller .send-condolences-blocks li.section a img {
		border-bottom: solid 1px #ddddd5;
		padding: 0 0 2px;
		width: 125px;
		height: 125px;
	}
	
	div.right-col-module div.scroller .send-condolences-blocks li.section a span {
		display: block;
		font-size: .72em;
		color: #3476B2;
		padding: .25em;
	}
	
	div.right-col-module div.scroller .send-condolences-blocks li.section a span.condensed {
		line-height: 1em;
		padding-top: 0;
	}


/* Hacks and fixes */

#life-story .new-wizard-fieldset .life-story-replies {
	font-size: 1em;
}

.edit-pane {
	padding: 1em;
	border: 1px solid #CCCCCC;
	font-size: 1em;
}

.edit-pane table {
	font-size: 1em;
}

#life-story .life-story-replies .edit-pane h5 {
	margin: 0 0 1em;
}

#life-story .edit-pane .life-photos-container {
	background: #ffffff;
	margin: 0 1em 1em;
	padding: 0.35em;
	border: 1px solid #CCCCCC;
}

/*Condolence Confirmation Page Specifics*/

.right-column .wizard-form-content {
	margin: 1em 1em 0;
	padding: 1em;
}

.right-column .wizard-form-content h1, .over-show-sub h1 {
	color: #054068;
	font-size: 1.6em;
	margin: 0 0 0.25em;
	text-shadow: 0 1px 2px #777777;
}


.right-column .wizard-form-content input {
	width: 174px;
}

.right-column .wizard-form-content select {
	width: 180px;
}

.right-column .wizard-form-content table.form-data-entry {
	
}

.right-column .wizard-form-content table.form-data-entry th {
	padding: .5em;
	width: 40%;
	background: #e5ebf1;
	background: none;
}

.right-column .wizard-form-content table.form-data-entry td {
	padding: .5em;
}

.half-width #recent-tributes {
	margin: 0 1em 1em;
}

.half-width #recent-tributes .count span {
	width: 110px;
}

.half-width #recent-tributes .section {
	width: 263px;
}

ul.like-to-do {
	font-size: .85em;
	list-style: none;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
	padding-top: 8px;
}


.like-to-do h3{
	border-color: #DCDCD4;
	padding: 0.4em 1em 0.25em;
	border-left: 0 none #DCDCD4;
	border-right: 0 none #DCDCD4;
	border-style: double none;
	border-width: 4px 0;
	color: #666666;
	font-family: "Times New Roman",Georgia,serif;
	margin: 0 auto;
	padding: 0.4em 1em 0.25em;
	text-align: center;
	margin-bottom: 14px;
	padding-left: 7px;
	padding-right: 7px;
	width: 280px;
}

ul.like-to-do a{
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	line-height: 17px;
	margin: 0 auto;
	padding-bottom: 13px;
	width: 265px;
}

	.left-column ul.like-to-do {
		margin-left: 1.2em;
		font-size: .9em;
	}

ul.like-to-do li {
	margin: .5em 0;
}
ul.like-to-do li:last-child a{border-bottom: none;}

ul.like-to-do img {
	background-color: #FFFFFF;
	display: inline-block;
	margin: 0 0 -3px;
	padding-right: 4px;
	width: 16px;
}
/* ET2 Upgrade Tab */

#et2-upgrade .inner-container {
	box-shadow: 0 0 200px #7cc0f9 inset;
}
#et2-upgrade .inner-container h2,
#et2-upgrade .inner-container .as_h2,
#et2-upgrade .inner-container h3,
#et2-upgrade .inner-container h4,
#et2-upgrade .inner-container p,
#et2-upgrade .inner-container li,
#et2-upgrade .inner-container span {
	color: #1e63a1;
	font-family: 'Arial', 'Helvetica', sans-serif;
}


#et2-upgrade .inner-container ul.upgrade-actions {
	margin: 1em 0 -1em 0
}
#et2-upgrade .inner-container ul.upgrade-actions li a {
    font-size: 0.9em;
    text-align: left;
}
#et2-upgrade .inner-container ul.upgrade-actions li a {
    background: url("http://tributes.com/images/obituary/premium/tab-upgrade-link-2.png") no-repeat scroll 0 0 transparent;
    color: #e5e5e5;
    display: block;
    font-size: 1em;
    height: 34px;
    position: relative;
    width: 160px;
}
#et2-upgrade .inner-container ul.view-examples {
	text-align: center;
}
#et2-upgrade .inner-container ul.view-examples li{
	list-style: none outside none;
	display: inline-block;
}
#et2-upgrade .inner-container ul.view-examples li a {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #ACAEB8;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 8px #BDBCBC;
    font-size: 13px;
    display: block;
    margin: 0 64px 0 26px;
    padding: 0.1em 0.25em;
    width: 83px;
    color: #1e63a1;
}
#et2-upgrade .inner-container ul.view-examples li a:hover {
	background: none repeat scroll 0 0 #e5efff;
}
#et2-upgrade .inner-container ul.upgrade-actions li a:hover {
    background-position: 0 -43px;
    color: #fff;
    text-decoration: none;
}
#et2-upgrade .inner-container a:hover {
    text-decoration: none;
}
#et2-upgrade .inner-container ul.upgrade-actions li a img.candle {
    right: 1.1em;
    top: 0.3em;
}
#et2-upgrade .inner-container ul.upgrade-actions li a img.army_air_force {
    right: 0.7em;
    top: 0.7em;
}
#et2-upgrade .inner-container a.green-medium-button span.btn-start-trial {
    background: url("http://tributes.com/images/global/buttons/green-medium-button.png") no-repeat scroll left 0 transparent;
    color: #fff;
    font-size: 1em;
    width: 160px;
    height: 34px;
    padding: 10px 27px;
}
#et2-upgrade .inner-container a.green-medium-button span.btn-upgrade {
    background: url("http://tributes.com/images/global/buttons/green-medium-button.png") no-repeat scroll left 0 transparent;
    color: #fff;
    font-size: 1em;
    width: 160px;
    height: 34px;
    padding: 10px 52px;
}
#et2-upgrade .inner-container a.green-medium-button:hover span {
    background-position: 0px -43px;
    text-decoration: none;
}
#processing_military_upgrade a {
	text-decoration: none;
}
/* New Upgrade Tab */

#upgrade .inner-blue {
	padding: 1em;
	background-image: none;
	margin: 0 1em;
}

#upgrade .inner-blue h2, #upgrade .inner-blue .as_h2, #upgrade .inner-blue h4 {
	font-size: 1.6em;
	text-align: center;
	margin: .5em auto 1em;
	line-height: 1.2em;
}

#upgrade .inner-blue h4 {
	font-size: 1em;
	margin: 2em 0;
	text-shadow: none;
}

#et2-upgrade .inner-container h4 {
	margin: 0;
}

#upgrade .inner-blue p {
	font-size: 16px;
	width: 460px;
	margin: 1em 0;
	line-height: 24px;
}

#et2-upgrade .inner-container p {
    font-size: 16px;
    line-height: 24px;
    margin: 1em 0;
    width: 466px;
}

#upgrade .inner-blue .burst-2 {
	padding: 1.5em 1em 1em;
	right: 2em;
	top: 6em;
}

ul.upgrade-actions {
	margin: 1em 0;
	padding: 0;
	border: 0;
}

	ul.upgrade-actions li {
		margin: 0 .25em;
	}

	ul.upgrade-actions li a {
		font-size: .9em;
		text-align: left;
		
	}

#upgrade .upgrade-block {
	margin: 0.5em 1em 1em;
	font-size: 1em;
}


#upgrade .upgrade-block div {
	text-align: left;
	min-width: 240px;
	min-width: 1px;
}

#upgrade .upgrade-block a.orange-medium-button { margin: 0; }

	#upgrade .upgrade-block p {
		font-size: 0.8em;
		line-height: 1.2em;
	}
	
	.wizard-form-content #upgrade .upgrade-block p { font-size: 14px; line-height: 1.4em;}
	

		#upgrade .upgrade-block a.example-img span {
			padding: 0.1em 0.25em;
		}
		
.confirmation-pet-promo {
	margin: 0 2em 0 2em;
	text-align: center;
}

.confirmation-pet-promo img {
	width: 230px;
	margin: 0 auto;
	display: block;
	padding: .75em 0 .75em;
}

.confirmation-pet-promo p { margin: .5em 0; font-size: 15px;}

/* Email Alert Link*/
		
a.email-alert {
	display: block;
	margin: 10px 5px;
	text-align: center;
	background: #ffffff url("http://tributes.com/images/alerts/envelope.png") no-repeat 98% 4px;
	padding: 6px 32px 6px 0;
	border: solid 1px #b5b4a6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: inset 0px 0px 6px #777777, 0 0 4px #333333;
	-moz-box-shadow: inset 0px 0px 6px #777777, 0 0 4px #333333;
	-webkit-box-shadow: inset 0px 0px 6px #777777, 0 0 4px #333333;
	font-size: 12px;
	letter-spacing: -.02em;
	height: 20px;
}

a.email-alert:hover {
	background-color: #ffffde;
	background-position: 98% -29px;
}
	
a.email-anniversary {
	font-size: 16px;
	height: 38px;
	margin: 5px 0;
	padding: 2px 2px 6px 2px;
	background: #ffffff;
}
	
/* ELEMENTS THAT ARE POSITIONED LAST TO OVERRIDE PREVIOUS STYLES*/	
.disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	cursor: default;
}

a.disabled:hover {
	background-position: 0 0;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.fielderrormarker {
	float: none;
	display: inline-block;
}

.wizard-form-content .short-bg {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: .9em;
}

a.orange-medium-button, a.blue-medium-button  {
	font-size: 1.1em;
	font-size: 17px;
}

.right-column .myLfWrp h1 {background-color:#E6E5E1; font-size:15px; color:#333; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding:6px; font-style: normal; margin: .7em 0 0; text-align: center;}

.myLfWrp { margin: 0 0 0 3.5em;}


#person_story_tease span {
	color:#777657;
	font-size:1.5em;
	font-style:italic;
	margin:1em;
	padding:0 5px;
	border: solid 4px #dcdcd4;
}

.navigation-slider .total_1buttons:first-child {
    margin-left: 190px;
}

.navigation-slider .total_2buttons:first-child {
    margin-left: 80px;
}
	#eternal-page_charity_dontation{
		background-image:none; 
		border:none;
	}
	#eternal-page_charity_dontation h5{
		font-weight:normal;
		text-transform:none;
	}
	.eternal-page_charity_dontation_p{
		text-transform:capitalize; 
		font-style:italic;
	 	margin:0px; 
		padding-top:7px;
	}
	.select_charities_drop2{
		width:290px !important;
		padding: 7px;
		margin-left:90px;
		margin-right:10px;
		float:left;
	}
	
/* used at all ??? 	*/
	.first_giving_launcher_button{
		border:1px solid #dcdcdc;
		color:	#444444 !important;
		padding:3px .4em;
		float:left;
		height: 23px;
    	padding-top: 4px;
		background-color: #eaefff;
	}

/* ET1 Resting Place tab */
.headstone_photo,
.google_map,
.name_date_take_photo {
	width: 280px;
	height: 210px;
	padding: 0.3em;
	border: 1px solid #bababa;
	margin: 15px 22px 10px 0;
	float: left;
}
.google_satellite_photo {
	width: 280px;
	height: 210px;
	padding: 0.3em;
	border: 1px solid #bababa;
	margin: 15px 0 10px;
	float: left;
}
.billion_graves_cta {
	width: 280px;
	height: 210px;
	padding: 0.3em;
	border: 1px solid #bababa;
	margin: 15px 0 10px;
	float: left;
}
.billion_graves_cta_med {
	width: 594px;
	height: 210px;
	padding: 0.3em;
	border: 1px solid #bababa;
	margin: 15px 0 10px;
	float: left;
}
.billion_graves_site_box_wide {
	margin: 15px 0 10px;
	height: 280px;
	width: 604px;
}
.icon_bg_camera_app {
	float: left;
	margin: 0.4em 0.6em 0;
}
.logo_billion_graves img {
	margin-bottom: 10px;
}
.logo_billion_graves p {
	width: 280px;
}
.headstone_box,
.map_box {
	width: 292px;
	height: 280px;
	float: left;
	margin-right: 22px;
}
.google_photo_box,
.billion_graves_site_box {
	width: 292px;
	height: 280px;
	float: left;
}
.headstone_box a.text, .google_photo_box a.text, .map_box a.text, .billion_graves_site_box a.text, .billion_graves_site_box_wide a.text, .name_date_take_photo a.text {
	display: block;
	text-align: center;
	text-decoration: none;
}
.resting_place_known a.text:hover,
.resting_place_known a.take_photo_text:hover,
.resting_place_unknown a.text:hover  {
	text-decoration: underline;
}
.billion_graves_site_box p {
	display: block;
	text-align: left;
}
a.bg_app_text, a.bg_app_text:hover {
	text-decoration: none;
	text-align: left;
}
h5 a {
	font-style: normal;
}
#btn_take_photo {
	background: #ffe5ac; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffe5ac 0%, #faad5a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe5ac), color-stop(100%,#faad5a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffe5ac 0%,#faad5a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffe5ac 0%,#faad5a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffe5ac 0%,#faad5a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffe5ac 0%,#faad5a 100%); /* W3C */
    border: none;
    cursor: pointer;
    font-family: 'Lucida Grande', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
}
.name_date_take_photo {
	background-color: #99dd99;
}
.name_date_take_photo p {
	text-align: center;
	font-size: 90%;
}
#btn_take_photo:hover {
	text-decoration: none;
}
.name_date_take_photo p #full_name {
	font-size: 125%;
}
.name_date_take_photo a:hover {
	text-decoration: underline;
}
