#emi-icon
	{
	background: transparent url('../images/emi_32px_color.png') no-repeat 0 0;
	}
	
#emi-buy-coffee
	{
	float: right;
	margin: 0 15px 0 50px;
	text-align: center;
	}
	#emi-buy-coffee a
		{
		color: #FFF;
		text-decoration: none;
		}
	#emi-buy-coffee a#emi-buy-coffee-link #emi-buy-coffee-image,
	#emi-buy-coffee a#emi-buy-coffee-link:active #emi-buy-coffee-image,
	#emi-buy-coffee a#emi-buy-coffee-link:link #emi-buy-coffee-image,
	#emi-buy-coffee a#emi-buy-coffee-link:visited #emi-buy-coffee-image
		{
		background: transparent url('../images/coffee.png') no-repeat 0 0;
		display: block;
		height: 256px;
		margin: 0;
		padding: 0;
		text-indent: -9000px;
		width: 256px;
		}
		#emi-buy-coffee a#emi-buy-coffee-link:hover #emi-buy-coffee-image
			{
			background: transparent url('../images/coffee.png') no-repeat 0 -256px;
			}
	#emi-buy-coffee a#emi-buy-coffee-link #emi-buy-coffee-button,
	#emi-buy-coffee a#emi-buy-coffee-link:active #emi-buy-coffee-button,
	#emi-buy-coffee a#emi-buy-coffee-link:link #emi-buy-coffee-button,
	#emi-buy-coffee a#emi-buy-coffee-link:visited #emi-buy-coffee-button
		{
		border-top: 1px solid #f59898;
		background: #d66565;
		background: -webkit-gradient(linear, left top, left bottom, from(#9c3e3e), to(#d66565));
		background: -moz-linear-gradient(top, #9c3e3e, #d66565);
		clear: both;
		display: block;
		padding: 10px 22px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
		-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
		box-shadow: rgba(0,0,0,1) 0 1px 0;
		text-shadow: rgba(0,0,0,.4) 0 1px 0;
		color: #fff !important;
		font-size: 16px;
		font-family: Georgia, serif;
		text-decoration: none;
		vertical-align: middle;
		margin: 0 auto;
		text-align: center;
		}
		#emi-buy-coffee a#emi-buy-coffee-link:hover #emi-buy-coffee-button
			{
			border-top-color: #782828;
   		background: #782828;
   		color: #cccccc;
   		text-decoration: none;
			}

.emi-hidden
	{
	display: none;
	}
.emi-status
	{
	display: none;
	width: 100%;
	clear: both;
	}
	.emi-status .emi-success
		{
		color: #000;
		width: 80%;
		height: auto;
		border: 2px solid #00AA00;
		background: #C1FFC1;
		clear: both;
		margin: 15px auto 15px auto;
		text-align: center;
		}
	.emi-status .emi-error
		{
		color: #000;
		width: 80%;
		height: auto;
		border: 2px solid #AA0000;
		background: #FFC1C1;
		clear: both;
		margin: 15px auto 15px auto;
		text-align: center;
		}
	.emi-status .emi-notice
		{
		color: #000;
		width: 80%;
		height: auto;
		border: 2px solid #0033AA;
		background: #CCDDFF;
		clear: both;
		margin: 15px auto 15px auto;
		padding: 5px;
		position: relative;
		text-align: left;
		}
		.emi-status .emi-notice a.emi-notice-close,
		.emi-status .emi-notice a.emi-notice-close:active,
		.emi-status .emi-notice a.emi-notice-close:link,
		.emi-status .emi-notice a.emi-notice-close:visited
			{
			background: #0033AA;
			color: #FFF;
			position: absolute;
			padding: 0 5px !important;
			margin: 0 !important;
			top: 0;
			right: 0;
			font-size: 10px;
			text-decoration: none;
			}
			.emi-status .emi-notice a.emi-notice-close:hover
				{
				text-decoration: underline;
				}
		.emi-status .emi-notice p
			{
			padding: 5px;
			}
			
.emi-notice-toggle
	{
	background: #c9cced !important;
	border-color: #9ea0ba !important;
	color: #3c3a44 !important;
	}
		
.emi-mailchimp-fields-td
	{
	display: block;
	padding: 15px 0 15px 0;
	}
	
.emi-mailchimp-fields-container label
	{
	clear: both;
	display: block;
	padding: 5px 0 5px 0;
	}
	
.emi-mailchimp-fields-placeholder
	{
	background: #DEDEDE;
	display: block;
	height: 22px;
	}
		
.emi-mailchimp-sorthandle
	{
	background: 	transparent url('../images/16px_sortable_color.png') no-repeat 0 0;
	margin:				4px 7px 2px 4px !important;
	padding:			0;
	overflow:			hidden;
	height:				16px !important;
	width:				16px !important;
	text-indent:	-9000px;
	display:			inline-block;
	}
	
.emi-mailchimp-delete {
	background: #890B0B !important;
	border-color: #890B0B !important; 
	}
.emi-mailchimp-import {
	background: #ffc000 !important;
	border-color: #ffc000 !important;
	float: right;
	margin: 0 10px 0 0;
	}
	
#emi-list-wrapper .emi-list-container
	{
	border-bottom: 3px dashed #DEDEDE;
	}
#emi-list-wrapper .emi-list-container:last-child
	{
	border-bottom: 0px dashed #DEDEDE !important;
	}

.emi-mailchimp-fields-list
	{
	background-color: #F9F9F9;
	border: 1px solid #EEE;
	}
.emi-mailchimp-fields-list .emi-mailchimp-fields-list-row:nth-child(even)
	{
	background-color: #EEE;
	}
.emi-mailchimp-fields-list .emi-mailchimp-fields-list-row:nth-child(odd)
	{
	}
	.emi-mailchimp-fields-list .emi-mailchimp-fields-list-row
		{
		display: block;
		}
		.emi-mailchimp-fields-list .emi-mailchimp-fields-list-row label
			{
			display: inline-block;
			}
	
.emi-mailchimp-field-name
	{
	display:	inline-block;
	width:		200px;
	}
.emi-mailchimp-field-merge
	{
	display:	inline-block;
	}
	.emi-mailchimp-field-merge .emi-mailchimp-field-merge
		{
		width:		100px;
		}
	
.emi-mailchimpFormTable
	{
	border-bottom: 0px !important;
	}
.emi-mailchimpFormTableSubmit
	{
	text-align:	center;
	}
	
.emi-mailchimpFormTableRow,
.emi-mailchimpFormDivRow
	{
	width: 100%;
	}
.emi-mailchimpFormTableRowLabel,
.emi-mailchimpFormTableRowField,
.emi-mailchimpFormDivRowLabel,
.emi-mailchimpFormDivRowField
	{
	vertical-align: top !important;
	}
.emi-mailchimpFormDivRowLabel,
.emi-mailchimpFormDivRowField
	{
	display: inline-block;
	width: 50%;
	}
.emi-mailchimpFormDivSubmit
	{
	display: inline-block;
	width: 100%;
	}

.emi-mailchimp-form-tooltip
	{
	color: #CCC !important;
	font-size: 10px;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#emi-mailchimp-debug-info,
#emi-mailchimp-debug-info table,
#emi-mailchimp-debug-info table label,
#emi-mailchimp-debug-info table th,
#emi-mailchimp-debug-info table td
	{
	color: #CCC !important;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}