h1 {
    font-size: 13px;
	color: #7d0526;
	margin: 0 0 15px 0;
	padding: 5px 5px 10px 5px;
	font-weight: bold;
	text-transform: uppercase;
}

a, a:hover {
	color: #fff;
}

div.layer {
	background: transparent url(../gfx/layer_bg.png) repeat 0 0;
    padding: 5px;
    border: 0;
    position: absolute;
    z-index: 20;
	overflow: hidden;
}
div.layer1 {
	background-color: #e9e7e1;
	padding: 0;
	border: 1px solid #fff;
}
div.layer2 {
	border: 9px solid #e4e1d9;
}
div.layer3 {
    border: 1px solid #fff;
	padding: 10px;
}
div.layer img.pointer {
    right: 5px;
    top: 5px;
    position: absolute;
}

div.layer img.phright {
    margin: 0 0 0 0;
}
div.layer a {
	color: #7d0526;
	text-decoration: underline;
}
div.layer a:hover {
	text-decoration: none;
}
.clear { clear: both; }
div.text {
	padding: 0 10px 10px 10px;
	line-height: 20px;
}
div.text * {
	line-height: 20px;
}
img.close {
	margin: 28px 30px 0 0;
}
