.blogPhotoRight {
	float: right;
	border: 4px solid #c0c0c1;
	margin: 0 0 5px 10px;
}
.blogPhotoLeft {
	float: left;
	border: 4px solid #c0c0c1;
	margin: 0 10px 5px 0;
}
.blogPhoto {
	border: 4px solid #c0c0c1;
	margin: 10px 0;
}
#photoHeader {
	text-align: center;
	background: #eaeaec;
	font-size: 0;
}
#photoHeaderCaption {
	padding: 4px 7px 6px 7px;
	border-top: 1px solid #818182;
	margin-bottom: 25px;
	background: #3b3b3b;
	}
	#photoHeaderCaption h3 {
		padding: 0;
		margin: 0 0 1px 0;
		color: #f26531;
	}
	#photoHeaderCaption p {
		margin: 0;
		color: #fff;
		font-size: .91em;
	}
	
.pageContent #pageIcons {
	list-style-type: none;
	margin: 0;
	height: 35px;
	}
	#pageIcons li {
		float: left;
		padding-right: 5px;
		}
#contentLogos {
	}
	#contentLogos td.column1 {
		vertical-align: top;
		padding: 0 15px 20px 0;
	}
	#contentLogos td.column2 {
		vertical-align: top;
		padding-bottom: 20px;
	}


	



#baldContent {
	position: absolute;
	left: 95px;
	top: 110px;
}

#baldContainer {
	position: absolute;
	top: 150px;
	left: 95px;
	height: 375px;
	width: 550px;
}

#emailForm {
	/*float: right;*/
	position: absolute;
	top: 150px;
	left: 670px;
}

#emailForm fieldset {
	line-height: 20px;
	border: 0;
	margin-bottom: 10px;
}

#emailForm input {
	margin-right: 10px;
	margin-top: 10px;
}

#emailDetails {
	background-color: #F7F3EA;
	width: 350px;
	height: 330px;
	padding: 30px;
	display: none;
	cursor: default;
}

#emailDetails fieldset {
	border: 0;
	margin-bottom: 10px;
}

#emailDetails .nameEntry .textEntry {
	width: 156px;
}

#emailDetails  .emailEntry {
	width: 338px;
}

#emailDetails .emailType input {
	margin-right: 10px;
}


#emailDetails select, #emailDetails .textEntry {
	border: 1px solid #9e9e9e;
	padding: 5px;
	margin-right: 10px;
}

#emailDetails select {
	background-image: url(/assets/img/content-design/textarea-background.png);
	width: 350px;
}

#emailDetails input, #emailDetails select {
	font-family: Arial, sans-serif;
	font-size: .9em;
	color: #505050;
}

#emailDetails .textEntry {
	background-image: url(/assets/img/content-design/text-background.png);
}

#emailDetails .recipEntry .textEntry{
	margin-bottom: 10px;
} 

#emailDetails .recipEntry .emailEntry {
	width: 285px;
}

#emailDetails .recipEntry #addButton {
	position: relative;
	top: 5px;
}

#emailDetails .buttonRow {
	text-align: right;
}

#emailDetails .buttonRow input {
	margin-left: 5px;
}

#emailPreview {
	background-color: #F7F3EA;
	display: none;
	width: 560px;
	cursor: default;
}

#emailPreview > .buttonRow input
{
	margin-left: 10px;
}

#emailContainer {
	width: 560px;
}

#emailContent {
	background-color: #F7F3EA;
	padding: 15px;
	float: left;
	width: 530px;
}

#emailContent p {
	margin-top: 20px;
	width: 50%;
}

#emailContent #head {
	float: right;
}

#emailContainer .footer {
	background-color: #e76d3c;
	color: #FFF;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#emailContainer .footer span {
	float: right;
}

#emailContainer .footer img {
	padding-top: 4px;
}


#emailContent a {
	text-decoration: underline;
}

