div.excerpts-plus-excerpt div.excerpt-content form.pmpro_form p {height: auto;}

div#welcomeMsg {
	background-color: #ffffff;
}

div#welcomeMsg div.header {
	color: #ffffff;
	width: 100%;
	text-align: center;
	background-color: #8bb7e6;
	font-weight: bold;
	font-size: 2em;
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div #welcomeMsg p {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

div#welcomeMsg div.body {
	width: 100%;
	background-color: #ffffff;
}

div#welcomeMsg div.body a {
	font-style: normal;
}

div#welcomeMsg span.bigbold {
	font-size: 130%;
	font-weight: bold;
}

div#welcomeMsg div.middlebold {
	color: #ffffff;
	background-color: #8bb7e6;
	width: 80%;
	margin-left: 10%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

div#welcomeMsg .bolder {
	font-weight: bold;
	text-align: center;
}

div#welcomeMsg hr {
	color: #f0f0f0;
	background-color: #f0f0f0;
	width: 90%;
}

div#welcomeMsg .blue {
	color: #8bb7e6;
}

div#welcomeMsg .center {
	display: table;
	margin: 0 auto;
	text-align: center;
}

div#welcomeMsg button.greybutt {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #a0a0a0;
	border-radius: 0px;
}

div#welcomeMsg button.greybutt:hover {
	background-color: #e0e0e0;
}

div#welcomeMsg button.greybutt a {
	text-decoration: none;
	color: #000000;
	font-size: 1.5em;
}

div#welcomeMsg div.lowerbold {
	color: #ffffff;
	background-color: #a0a0a0;
	width: 60%;
	margin-left: 10%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

div#paywallMsg {
	background-color: #ffffff;
}

div#paywallMsg div.header {
	color: #ffffff;
	width: 100%;
	text-align: center;
	background-color: #8bb7e6;
	font-weight: bold;
	font-size: 2em;
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div #paywallMsg p {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

div#paywallMsg div.body {
	width: 100%;
	background-color: #ffffff;
}

div#paywallMsg div.body a {
	font-style: normal;
}

div#paywallMsg span.bigbold {
	font-size: 130%;
	font-weight: bold;
}

div#paywallMsg div.middlebold {
	color: #ffffff;
	background-color: #8bb7e6;
	width: 80%;
	margin-left: 10%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

div#paywallMsg .bolder {
	font-weight: bold;
	text-align: center;
}

div#paywallMsg hr {
	color: #f0f0f0;
	background-color: #f0f0f0;
	width: 90%;
}

div#paywallMsg .blue {
	color: #8bb7e6;
}

div#paywallMsg .center {
	display: table;
	margin: 0 auto;
	text-align: center;
}

div#paywallMsg button.greybutt {
	text-decoration: none;
	color: #000000;
	margin-top: 5px;
	background-color: #ffffff;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #a0a0a0;
	border-radius: 0px;
	font-size: 1.2em;
}

div#paywallMsg button.greybutt:hover {
	background-color: #e0e0e0;
}

div#paywallMsg button.greybutt a {
	text-decoration: none;
	color: #000000;
}

div#paywallMsg div.lowerbold {
	color: #ffffff;
	background-color: #a0a0a0;
	width: 60%;
	margin-left: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

div#paywallMsg div.liltable {
	width: 45%;
	float: left;
	text-align: left;
	display: table;
	margin-left: 5%;
	margin-bottom: 9px;
}

div#paywallMsg div.liltable img, div#paywallMsg div.liltable span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	float: left;
}

div#paywallMsg div.liltable span {
	margin-left: 4px;
	font-size: 90%;
	text-align: left;
	height: 30px;
	line-height: 30px;
}

div.paywallDialog div.ui-dialog-titlebar {
	display: none;
}

.welcomeDialog {
	max-width: 450px;
}

.ui-dialog-titlebar {
	height: 28px;
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: 0;
    height: 28px;
    width: 21px;
    background: url(/dialogclose.png) no-repeat;
/* 
    background: transparent url(/dialogclose.png) no-repeat;
 */
}

.ui-dialog-titlebar-close .ui-button-text {
	display: none;
}

.ui-widget-overlay.ui-front {
	background: repeat-x scroll 50% 50% #222222;
	opacity:0.8;
	filter:Alpha(Opacity=15);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
