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

eConfirm Widget Styles
 
You are highly encouraged to customize this file.

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

/*
 * Default styles
 */

li.widget_econfirm_registration_widget {	
	width: 100%;
	margin: 0 auto;
	list-style: none;
	background: #11416A url(images/everest-dk.png) no-repeat top center;
	color: white;
	text-align: center;	
	border: 1px inset #11416A;
}

/*  An extra wrapper for other css layouts */
li.widget_econfirm_registration_widget #econfirm-wrapper {
	margin: 0 auto;
	padding: 10px 20px;
	width: 75%;
}

li.widget_econfirm_registration_widget h2{
	color: white;
	font-size: 2em;
	margin: 22px 0 5px;
	text-shadow: 2px 2px 0 #11416A;
}


li.widget_econfirm_registration_widget form#registerform {
	margin: 4px;
	padding: 0;
}


li.widget_econfirm_registration_widget ul li {
	font-size: 1em;
	line-height: 1.1em;
}

li.widget_econfirm_registration_widget input {
	width: 142px;
}

li.widget_econfirm_registration_widget input#wp-submit {
	color: #dedede;
	font: 25px normal Arial, Helvetica, sans-serif;
	width: 180px; /* Overrides input width above */
	height: 42px;
	background: transparent url('images/subscribe-button.png') no-repeat;
	cursor: pointer;
	border: none;
	margin: 0 auto 4px auto;
	float: none;
}


li.widget_econfirm_registration_widget input#wp-submit:hover {
	color: #fff;
	font-style: bolder;
	background: transparent url('images/subscribe-button-hover.png') no-repeat;
}


/* Registration form widget messages */
li.widget_econfirm_registration_widget #econfirm-widget-msg-before {
	font-size: 14px;
	padding-bottom: 6px;
}

li.widget_econfirm_registration_widget #econfirm-widget-msg-middle {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

li.widget_econfirm_registration_widget #econfirm-widget-msg-after {
	color: white;
	font-size: 11px;
	padding-top: 8px;
	margin: 0;
} 

/* This area is usually used to insert a privacy policy link */
li.widget_econfirm_registration_widget #econfirm-widget-msg-after a {
	display: block;
	margin: 0;
	padding: 0;
}



