﻿body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	margin: 20px;	
	color: #FFFFFF;	
}

label
{
	display: block;
	margin: 15px 0 5px;
}
.print
{
	float: right;
	background-image: url(/images/english/site/btn_print.gif);	
	background-repeat: no-repeat;
	width: 53px;
	height: 33px;	
}

.hidden
{
	display: none;
}
.popup
{
	background-color: #D1CEAB;
	width: 380px;
	height: 225px;	
}
.popup .header
{
	height: 16px;
	width: 100%;
}
.popup .header .close
{
	float: right;
	height: 16px;
	width: 16px;
	background-color: #D1CEAB;
	background-image: url(/images/english/site/btn_close.gif);
	background-repeat:  no-repeat;	
	cursor: pointer;
	margin: 2px 2px 0px 0px;
}
.popup .content
{	
	height: 187px;
	width: 342px;
	background-color: #FFF;
	border: solid 4px #D1CEAB;
	color: #048F6E;
	font-size: 13px;	
	font-weight: bold;
	padding: 15px;
	line-height: 17px;
}
.enhance
{
	text-decoration: underline;
}

/* Clearfix */
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
html[xmlns] .clearfix
{
	display: block;
}