* {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif;
}
html, body { width: 165px; height: 52px; }
body {
	width: 170px;
	height: 60px;
	padding-top: 8px;
	padding-left: 5px;
	background: #eaf3f6;
	overflow: hidden;
}

.yellohButton {
	position: absolute;
	display: block;
	height: 22px;
	left: 138px;
	top: 8px;
}
	.yellohButton .yellohButtonLeft, .yellohButton .yellohButtonRight {
		display: block;
		width: 2px;
		height: 22px;
	}
	.yellohButton .yellohButtonLeft { float: left; background: url(../img/buttonLeft.png) top left no-repeat; }
	.yellohButton .yellohButtonRight { float: left; background: url(../img/buttonRight.png) top left no-repeat; }
	.yellohButton a {
		float: left;
		display: block;
		color: #fff;
		height: 22px;
		padding: 0px 3px;
		font-size: 14px;
		line-height: 22px;
		text-decoration: none;
		background: url(../img/buttonCenter.png) top center repeat-x;
	}
	.yellohButton a:hover { text-decoration: underline; }

#newsContainer input, select {
	width: 125px;
	height: 20px;
	font-size: 12px;
	color: #666;
	border: 1px solid #decfe6;
}
#newsContainer input {
	padding: 0px;
	padding-left: 2px;
	padding-right: 1px;
	margin-bottom: 5px;
}

#ajaxLoader {
	position: absolute;
	top: 40px;
	left: 141px;	
}

#emailDiv { position: relative; }
	#emailDiv .errorIcon {
		position: absolute;
		top: 13px;
		left: 117px;
	}

.modalPanel {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
}
	.modalPanel * {
		margin: 0px !important;
		padding: 0px !important;
	}
	.modalPanel .rich-messages-label {
		display: block;
		padding: 6px !important;
		padding-top: 2px !important;
		text-align: justify;
		width: 130px;
	}
	.modalPanel .validationCloseBtn { cursor: pointer; margin-top: 2px !important; margin-right: 2px !important; }
