/*****GLOBAL FORMATTING****
*******************************/
html, body {
	height: 100%;
}

body {
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 71%;
    color: #303030;
}

/* Default text styles */
h1, h2, h3, h4, h5, h6, p {
    letter-spacing: 0.01em;
    font-weight: normal;
	margin: 0 0 1em 0;
}
 
h1 {
    font-size: 2.3em;
}

h2 {
    font-size: 2.1em;
}

h3 {
    font-size: 1.9em;
}

h4 {
    font-size: 1.7em;
}

	h4.widget_head {
    	font-family: Georgia;
		font-weight:bold;
	}

h5 {
    font-size: 1.2em;
	font-weight:bold;
}
	h5.intro {
		font-weight: normal;
	}

h6 {
    font-size: 1.1em;
}

p {
    padding: 0 0 .5em;
    font-size: 1.1em;
    line-height: 1.6em;
}

a {
    text-decoration: none;
    color: #8a1212;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/*****************/

/**** PAGE STRUCTURE ****
 **************************/

#outer_container {
    width: 100%;
}

#banner {
    height: 265px;
	padding-bottom: 36px;
    border-bottom: 5px solid #551900;
}

#page_top {
    background-color: #f58115;
	height: 36px;
}

#page_top #menu_block {
	width: 978px; 
	margin: 0 auto;
	font-size: 10px; /**em values not allowing consistent cross browser font-size for menu nav**/
}

#flash_banner {
	width: 100%;
	margin: 0 auto;
    height: 265px;	
	background: url(../images/flash_replace_repeat.jpg) repeat-x;
}

#banner_graphic {
	width: 980px;
	margin: 0 auto;
}
	
#inner_container {
	width: 978px;
	margin: 0 auto;
}

#inner_container_top {
	background: url(../images/page-bgrnd_top.gif) no-repeat;
	height:27px;
}

#inner_container_body {
	background: url(../images/page-bgrnd_repeat.gif) repeat-y;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#inner_container_bottom {
	clear:both;
	background: url(../images/page-bgrnd_btm.gif) no-repeat;
	height:27px;
}

#left_column {
    clear: left;
    float: left;
    width: 302px;
	margin-left: 18px;
}

#main_body {
    margin-left: 338px;
    width: 622px;
}

	#main_body p {
    	width: 602px;
	}
	
	#main_body ul, #main_body ol {
		list-style: disc outside;
		letter-spacing: 0.01em;
		margin: 0 0 1em 1em;
		padding: 0 0 .5em;
    	font-size: 1.1em;
    	line-height: 1.6em;
	}
	
	#main_body div.form_container {
		min-height: 780px;
		height: 100%;
	}

#full_width_footer {
    clear: both;
    border-top: 5px solid #551900;
    background: #ffd749;
    height: 160px;
    margin-top: 40px;
}

	#footer_content {
    	width: 942px; 
		margin: 40px auto;
	}
	
	#footer_content #priv_access_links{
    	float:right;
		width: 170px;
		margin-left:10px;
		text-align: right;
	}
	
		#footer_content #priv_access_links a{
			color: #000;
			font-weight: normal;
		}
		
		#footer_content #priv_access_links #sig, #footer_content #priv_access_links #sig a{
			font-size: 0.9em;
    		color: #f05134;
		}

	#footer_content #reg_info {
    	font-size: 1em;
	}
	
	#footer_content ul {
		float: left;	
	}
	
	#footer_content ul li a:hover {
		text-decoration: none;
	}
	
	#footer_content ul li {
		clear:both;
		display: inline;
		vertical-align:top;
		/* padding changed from 10 to 7 to accommodation additional logo */
		padding:7px;	
	}

	#full_width_footer #footer_content ul li#manch_logo a img, #footer_content ul li#kc_logo a img {
		vertical-align:baseline;
	}
/***************************/


/********MAIN MENU**********
 *****************************/

ul#menu {
    background: #ffe8a1;
    margin-left: 18px;
    display: inline;
	float: left;
	font-size: 1em;
}

	ul#menu li {
    	float: left;
    	text-transform: uppercase;
    	margin-right: 1px;
	}

	ul#menu li:first-child {
    	margin-left: 1px;
	}

		ul#menu li a {
    		background-color: #f58115;
    		padding: 12px 20px 14px;
    		display: block;
    		color: #fff;
			text-decoration: none;
		}
		
		ul#menu li a:hover {
    		background: #d96500;	
		}
		
		ul#menu li.selected a {
    		background: #fbd52f;
    		color: #f03c2d;
			
		}
		
/********USER CONTROL PANEL**********
 ************************************/

#cpanel {
	font-size: .95em;
}
	
	#cpanel h4.widget_head {
		width: 302px;
		height: 42px;
		margin-bottom: 0;
		text-indent: -999em;
		background: url(../images/widgets/your_profile_top.gif) no-repeat;
	}
	
	#cpanel .widget_main {
		width: 302px;
		padding: 12px;
		background: url(../images/widgets/widget_yellow_repeat.gif) repeat-y;
	}
	
	#cpanel .widget_bottom {
		width: 302px;
		height: 14px;
		background: url(../images/widgets/widget_yellow_btm.gif) no-repeat;
	}

	#cpanel span {
		float: right;
		font-size: 1.25em;
		margin-right: 50px;
		margin-top: -25px;
	}
	
	#cpanel #prof_snippet {
		margin-top: 23px;
		margin-left: 17px;
		width: 85%;
		clear: both;
		font-size: .93em;
	}
	
	#cpanel #avatar {
		clear: left;
		float: left;
		width: 110px;
		height: 110px;
		margin: 10px 18px;
	}

	#cpanel #profile_info {
		margin-top: 10px;
		font-size: .93em;
	}
	
	#cpanel h5#your_dogs {
		height: 16px;
		width: 173px;
		margin: 0 auto;
		text-indent: -999em;
		background: url(../images/headers/dogs_profile.gif) no-repeat;
	}
	
	#cpanel ul#dogs_thumbs {
		margin: 0 18px;
		width: 220px;
	}
	
	#cpanel ul#dogs_thumbs li {
		display: inline;
		height: 60px;
		margin: 6px;
		margin-right: 4px;
		margin-bottom: 18px;
		width: 60px;
		float: left;
	}

	#cpanel ul#dogs_thumbs li a{
		height: 60px;
		width: 60px;
		display: block;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}
	
	#cpanel ul#dogs_thumbs li a.active {
		border-color: #f03c2d;
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	
	#cpanel ul#dogs_thumbs li a:hover {
		border-color: #f03c2d;
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
 
 /************************/

/********BUTTONS**********
 *****************************/

ul#panel_buttons {
	clear: left;
 	margin: 18px 0 18px 0;
}
	
	ul#panel_buttons li a, a#get_started {
    		width: 277px;
			text-indent: -999em;  
			display: block;
			height: 75px;
			margin-bottom: 8px;
	}
	
	ul#panel_buttons li#research_upload a {
    		background: url(../images/buttons/file_upload_btn.gif) no-repeat;
	}

	ul#panel_buttons li#results a {
    		background: url(../images/buttons/monthly_results.gif) no-repeat;
	}
	
	ul#panel_buttons li#another a {
    		background: url(../images/buttons/register_another.gif) no-repeat;
	}
	
	ul#panel_buttons li#calendar a {
    		background: url(../images/buttons/dogs_calendar.gif) no-repeat;
	}
	
	ul#panel_buttons li#health a {
    		background: url(../images/buttons/dog_health.gif) no-repeat;
	}
	
	ul#panel_buttons li#scrapbook a {
    		background: url(../images/buttons/scrapbook.gif) no-repeat;
	}
	
	a#get_started {
    		background: url(../images/buttons/get_started_btn.gif) no-repeat;
	}
	
	ul#panel_buttons li#register a {
			margin-left: auto;
			margin-right: auto;
			background: url(../images/buttons/register_dog.gif) no-repeat;
	}
	
	ul#panel_buttons li#newsletter a {
			margin-left: auto;
			margin-right: auto;
			background: url(../images/buttons/newsletter.gif) no-repeat;
	}

	a#get_started:hover, ul#panel_buttons li a:hover, ul#panel_buttons li#research_upload a:hover, ul#panel_buttons li#another a:hover, ul#panel_buttons li#results a:hover, ul#panel_buttons li#calendar a:hover, ul#panel_buttons li#health a:hover, ul#panel_buttons li#scrapbook a:hover, ul#panel_buttons li#register a:hover, ul#panel_buttons li#newsletter a:hover {
    		background-position: 0 -75px;
	}
	
	ul#panel_buttons li#results a.selected, ul#panel_buttons li#calendar a.selected, ul#panel_buttons li#health a.selected, ul#panel_buttons li#scrapbook a.selected, ul#panel_buttons li#register a.selected, ul#panel_buttons li#newsletter a.selected {
    		background-position: 0 -150px;
	}
	
	ul#panel_buttons li#register a:hover, ul#panel_buttons li#newsletter a:hover {
			background-position: 0 -75px;
	}
	

/************************/

/********Main user widgets********
 * *******************************/
.widget {
	position: relative;
	display:inline-block;
	vertical-align:top;
	width: 309px;
	min-height: 189px;
}

.widget_content {
	margin:55px 17px 0 17px;
	height: 110px;
}

p.widget_link {
	margin-left: 17px;
}

p.widget_link a {
	font-family: Georgia;
	color: #000;
	font-size: .93em;
	font-style: italic;
}

#member_map p.widget_link {
	clear: left;
}

/**slightly different height from rest of widgets**/
#tagcloud .widget_content {
	margin-top: 75px;
	height: 80px;
}

#inner_container .widget p {
	width: 260px;
}

#feat_dog_img {
	float:left;
	margin-right:20px;
}

#tagcloud .widget_content span.tag {
	margin: 1.4em;
	font-weight: bold;
	color: #f05134;
}

#research {
	background: url(../images/widgets/study_so_far_all.gif) no-repeat;
}
	
#gallery {
	background: url(../images/widgets/dogslife_gallery_all.gif) no-repeat;
}
	
#tagcloud {
	background: url(../images/widgets/dogslife_facts_all.gif) no-repeat;
}
	
#member_map {
	background: url(../images/widgets/dogslife_uk_all.gif) no-repeat;
}

#featured_dog {
	background: url(../images/widgets/feat_dog_small.gif) no-repeat;
}

#paw_prize {
	background: url(../images/widgets/prize_draw.gif) no-repeat;
}

#paw_prize img {
	margin-right: 20px;
}

#feat_dog_large {
	margin-left: -5px;
	width: 622px;
	padding-right: 0;
	margin-right: 0;
	height: 298px;
	background: url(../images/widgets/featured_dog_all.gif) no-repeat;
	margin-bottom: 20px;
}

h3#dog_best {
	float: left;
	text-indent: -999em;
	background: url(../images/headers/my_dogs_best_header.gif) no-repeat;
	width: 172px;
	height: 17px;
	margin-right: 17px;
}

.large_widget_content{
	padding: 55px 20px 20px 20px;
}

#feat_dog_large_img {
	float: left;
	margin-right: 20px;
}

#errors {
	height: 50px;
}

#fd_questions  {
	margin-right: 11px;
	clear: both;
	width: 340px;
	float: left;
}

#fd_questions label {
	clear: both;
	float: left;
	width: 12em;
}

#fd_questions textarea, #fd_questions input {
	width: 14em;
	float: right;
	margin-top: 0;
	margin-left: 11px;
}

#fd_questions textarea {
	height: 75px;
}

#feat_dog_form div {
	display: inline;
	float: left;
}

#fd_mid_block {
	margin-top: 11px;
	width: 110px;
	height: 110px;
	margin-right: 11px;
}

#fd_right_block {
	width: 15px;
}

hr.feat_dog_sep {
	color: #8a1212;
}

a#change_pic_btn{
	text-indent: -999em;
	width: 120px;
	height: 81px;
	display: block;
	background: url(../images/buttons/change_thumb.gif) 0 0 no-repeat;
}

#change_pic_button a:hover{
	background-position: 0 -81px;
}

input#feat_dog_submit {
	text-indent: -999em;
	cursor: pointer;
	width: 120px;
	height: 38px;
	display: block;
	background: url(../images/buttons/submit_dog.gif) 0 0 no-repeat;
}

input#feat_dog_submit:hover {
	background-position: 0 -38px;
}

.feat_dog_archive {
	float: left;
	width: 175px;
}

.feat_dog_archive p.widget_link {
	margin-left: 0;
}

.feat_dog_archive_img {
	height: 120px;
	width: 100px;
}

.feat_dog_body {
	display: inline-block;
	vertical-align: top;
	width: 450px;
}

p.pagination {
	float: left;
}

#main_body #content div.feat_dog_body p {
	width: 450px;
}

#member_map #map_img{
	float:left;
	margin-right:20px;
}

#member_map #member_num {
	font-size: 2.5em;
	color: #f05134;
	font-weight: bold;
}

#member_map #member_text {
	font-size: 1.7em;
	font-weight: bold;
}

div#login_form_widget {
	width: 309px;
	height: 189px;
	min-height: 189px;
	background: url(../images/widgets/member_login_all.gif) no-repeat;
}

	div#login_form_widget form {
		padding: 18px;
		padding-top: 60px;
	}
	
		div#login_form_widget form p {
			margin: 0;
			font-size: 1em;
		}

#charts {
	height: 475px;
	width: 610px;
	background: #fef9e3 url(../images/graph_sammy_bg.jpg) center 60px no-repeat;
}

#chart_head {
	position: absolute;
	margin-left: 30px;
	z-index: 100;
	padding-top: 10px;
}

#chart_head ul.graph_tabs {
	width: 550px;
	text-align: right;
}

#chart_head ul li {
	display: inline;
}

#chart_head span {
	color: #4e1b06;
	vertical-align: top;
	margin-top: -2px;
	font-size: .7em;
	font-weight: bold;
}

#chart_head ul li a {
	color: #f78e1e;
}

#chart_head ul li.active a {
	color: #8a1212;
}

#chart_foot {
	margin-left: 60px;
	width: 550px;
	font-size: .85em;
	color: #000;
	margin-top: -100px;
	height: 110px;
	z-index: 100;
	padding-top: 10px;
}

#chart_foot p {
	width: 520px;
	position: relative; /*need to overlay chart*/ 
	z-index: 1000;
}

#summary {
	position: relative;
	width: 580px;
	margin-left: 18px;
}

/***********FORM STYLES***********
 * ******************************
 */

#main_body form p {
	display: inline-block;
	padding: 8px 0 0 0;
	width: 88%;
	border-top: 1px solid #efefef;
}

#main_body form p:first-child {
	border-top: none;
}

#main_body form p span.hidden {
	border-bottom: 2px solid #fff;
}

input, textarea, button {
	padding: 0.45em;
	width: 50%;
	margin: .7em 0;
	border: 1px solid #ddd; 
	background: #efefef;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	background: #f6f6f6;
}

input:focus {
	border-color: #481518;
}

input[type="checkbox"], input[type="radio"] {
	width: 2em;
}

input[type="radio"] {
	margin: .7em 2em .5em 0;
}

select {
	border: 1px solid #ddd; 
	background: #efefef;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-top:5px;
}

textarea {
	height: 3em;	
}

input.toggleval {
	color: #a5a5a5;
	font-style: italic;
}

input.date, input.hasFocus, input.isChanged {
 	color: #303030;
	font-style: normal;
}

input#quantity, input#weight {
	float: left; /**use this to align with adjacent select boxes**/
	margin-top: .3em;
	width: 15%;
}

ul#form_sections {
	margin-left:0;
}

ul#form_sections li {
	display: inline-block;
	height: 50px;
	text-align:center;
	color: #8d8d8d;
	font-size: .9em;
	font-weight: bold;
}

ul#form_sections.registration li{
	width: 30.1%;
}

ul#form_sections.data_capture li{
	width: 21.8%;
}

ul#form_sections li:first-child{
	text-align:left;
}

ul#form_sections li:last-child{
	text-align:right;
}

ul#form_sections li span{
	position: relative;
	z-index: 100;
	height: 28px;
	width: 28px;
	display: inline-block;
	background: url(../images/forms/dogslife_pawprint_small_fade.gif);
}

ul#form_sections li.active span, ul#form_sections li span.complete {
	background: url(../images/forms/dogslife_pawprint_small.gif);
}

ul#form_sections li ul {
	position: absolute;
	margin-top: -22px;
}

ul#form_sections li ul li {
	position:relative;
	float: left;
	height: 5px;
	background: #f03c2d;
	margin: 0;
	padding: 0;
}

ul#form_sections li ul li.incomplete {
	background: #f1b3a8;
}

ul#form_sections li#p_reg ul li {
	width: 263px;
}

ul#form_sections li#u_prof ul li {
	width: 86px;
	margin-left:0;
}

ul#form_sections li#u_prof ul li:first-child {
	margin-left:88px;
}

ul#form_sections li#p_prof ul li {
	width: 60px;
}

ul#form_sections li#p_health {
	margin-left: -15px;
	margin-right: 5px;
}

ul#form_sections li#p_illness {
	margin-left: 15px;

}

ul#form_sections li#end {
	margin-left: -15px;
}

ul#form_sections li#p_health ul li {
	margin-left: 63px;
	width: 137px;
}

ul#form_sections li#p_illness ul li {
	margin-left: 63px;
	width: 171px;
}

span.req_field_sym {
	color: #f03c2d;
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 2px;
}

h3#form_header {
	float:left;
	width:78%;
	color: #8d8d8d;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 3px solid #ffd749;
}

h3#form_header span#large_num {
	font-size: 1.5em;
}

p.required {
	margin: -10px 0 0 0;
}

a#form_guide {
	width: 72px;
	height: 73px;
	display:inline-block;
	text-indent: -999em;
	background: url(../images/forms/help_btn.gif) no-repeat 0 0;
}

a#form_guide:hover{
	background-position: 0 -73px;
}

/*need to use parent selector here*/
#main_body p.next {
	border-bottom: none;
	margin-right: 50px;
	border-top:none;
	width: 150px;
	float:right;
}

#main_body p.next a, 
#main_body p.next input {
	display: block;
	height: 39px; 
	width: 62px;
	text-indent: -999em;
	font-size: 0;
	overflow: hidden;
	line-height: 0; 
	float:left;
}

#main_body p.next input.next {
	height: 49px;
}

#main_body p.next a.prev {
	background: url(../images/forms/back_arrow.gif) no-repeat 0 0;
}

#main_body p.next input.next {
	background: url(../images/forms/forward_arrow.gif) no-repeat 0 0;
}

#main_body p.next input.last {
	background: url(../images/forms/form_arrows_finish.gif) no-repeat 0 0;
}

#main_body p.next a:hover{
	background-position: 0 -39px;
}

#main_body p.next input.next, #main_body p.next input.last  {
	border:none;
	cursor: pointer;
}

#main_body p.next input:hover {
	background-position: 0 -49px;
}

/**mini login form styles***/
div#login_form_widget label {
	clear:left;
	float: left;
	width: 8em;
	font-size: 1.1em;
	font-weight: normal;
	color: #481518;
	text-align:left;
	margin-right: 1em;
}

div#login_form_widget input, div#login_form_widget textarea, div#login_form_widget button {
	margin: 0;
}

#submit {
	width:auto;
	cursor: pointer;
}

div#login_form_widget #submit {
	float:right;
	margin-right:10px;
}

div#login_form #submit {
	margin-left: 21em;
}

p.error {
	clear:both;
	color: #f03c2d;
}

/**hidden form elements - padding smooths transition**/
.hidden {
	padding:1px 0;
}

input.hidden {
	margin-top: 10px;
	width: 15em;
	padding: 0.25em;
}

#main_body form p.intro {
	width: 75%;
}

#main_body form p.mult_entries {
	border-bottom: none;
	width: 75%;
	margin:0;
}

p.mult_entries select {
	margin-right:15px;
	margin-bottom:10px;
}
/*************************/

/***tooltip styles****/
.formInfo a, .formInfo a:active, formInfo a:visited{
	background: url(../images/forms/question_mark.gif) no-repeat;
	width: 21px;
	display:inline-block;
	height: 21px;
	text-indent: -999em;
	margin-left:5px;
	text-decoration: none;
}

.formInfo a:hover{
	background: url(../images/forms/question_mark.gif) no-repeat 0 -21px;
	text-decoration: none;
}

body div.qtip .qtip-content div{
   padding: 10px;
   margin: 0;
   height: auto; 
   min-height: auto;
   width: auto; 
   min-width: auto;
}

.qtip p {color:#666666; line-height: 1.4em;}
.qtip a {color: #a2a2a2}

.qtip #form_guide_content ul li {
	color:#666666;
	list-style: disc outside;
	letter-spacing: 0.01em;
	margin: 0 0 0em 1em;
	padding: 0 0 .5em;
    font-size: 1.1em;
    line-height: 1.4em
}

div.qtip .qtip-content ol {
	list-style: disc outside;
	letter-spacing: 0.01em;
	margin: 0 0 1em 1em;
    font-size: 1.1em;
    line-height: 1.6em;
	padding: 1em;
}

/***calculator style***/
form#calc input{
	width: 2em;
	margin: 0.4em 0.5em 0.4em 1em;
}

form#calc input#calc_submit{
	width: auto;
	float:right;
	margin: 1em 1em;
}

/**form subsets**/
#content form p span.hidden {
	clear:both;
	float:left;
	display:block;
	height:100%;
	background: #f6f6f6;
	width:100%;
	padding: 15px;
}

/**form helper**/
h1#form_help {
	height: 75px;
	margin-left: -9px;
	margin-top:-7px;
	width: 480px;
	text-indent: -999em;
	background: url(../images/forms/sammy_form_guide.gif) no-repeat;
}

h1#eligibility_help {
	height: 75px;
	margin-left: -9px;
	margin-top:-7px;
	width: 480px;
	text-indent: -999em;
	background: url(../images/forms/sammy_alert.gif) no-repeat;
}

ul#help_thumbs {
	margin-left: 20px;
	list-style: none;
}

ul#help_thumbs li {
	display: inline;
	margin: 5px 5px 15px 0;
}

ul#help_thumbs li a{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
		
ul#help_thumbs li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/**thumbnail rollovers**/

ul#help_thumbs li img {
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;

}
ul#help_thumbs li img.hover {
	border: none; /* Get rid of border on hover */
}

/**small newsletter button on help form**/
a#small_newsletter_button {
	margin: 0 auto;
	width: 120px;
	height: 38px;
	display: block;
	text-indent: -999em;
	background: url(../images/buttons/newsletter_small.gif) no-repeat 0 0;
}

a#small_newsletter_button:hover {
	background-position: 0 -38px;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(../images/black_small.png);
	height:100px;
	position: relative;
	z-index: 1000;
	padding:20px 30px 10px 30px;
	width: 175px;
	font-size:11px;
	color: #fff;
}
 
.tooltip a {
	font-size:11px;
	font-weight:bold;
}

.tooltip button {
	clear: both;
	cursor: pointer;
	display: block;
	width: 70px;
	height: 30px;
	padding: 3px;
}

.tooltip button.hover {
	background: #c3c3c3;
}

.tooltip #msg {
	margin-top: -15px;
	font-size: .85em;
	font-weight: bold;
}

#feat_dog_form #errors {
	clear:both;
	height: 50px;
	display: block;
	float: none;
	font-weight: bold;
}

input.ajaxupload {
	width: 100%;
}

/**Content which has been sent by email**/
#emailed_content img {
	padding: 0 0 20px 20px;
}

#main_body #emailed_content p {
	width: auto;
}

