
/* IRwebb Subscription module */

body{
	margin: 0;
}

.prenContainer {
	padding: 0;
	margin: 0;
}


.prenContainer .prenInfobox .mailText {
	display: none;
}

.prenContainer .prenInfobox .userMessage {
	color: #333;
	padding: 5px;
	margin-bottom: 5px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	display: block;
}

.prenContainer .prenInfobox .mailInput .textfield{
	font-family: "Open Sans", Arial, sans-serif;
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	display: inline-block;
	height: 30px;
	padding: 4px 6px 4px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: 300;
	vertical-align: middle;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;	
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}


.prenContainer .prenInfobox .add .button
{
	font-family: "Open Sans", Arial, sans-serif;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 3px;
	margin-top: 5px;
	color: #ffffff;
	background-color: rgba(36,82,110,0.9);
	border: 1px solid rgba(36,82,110,0.9);
	text-transform: uppercase;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	float: right;
}


.prenContainer .prenInfobox .add .button:hover
{
	background-color: #333 !important;
	border-color: #FFF;
}




