div,span,p,h1,h2,h3,h4,a,td,input,select,textarea,*
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

h1,h2,h3,h4,p,ul,ul *
{
	margin:0;
	padding:0;
}

p
{
	line-height:14px;
}

ul
{
	list-style-type:none;
}

img
{
	border:0;
}

a
{
	text-decoration:none;
}

.mask
{
	width:111px;
	height:146px;
	float:left;
	background:url("../images/masks/111x146.png") no-repeat;
	margin:12px 0 0 -103px;
}

.maskM
{
	width:93px;
	height:74px;
	float:left;
	background:url("../images/masks/93x74.png") no-repeat;
	margin:-68px 0 -7px 26px;
}

.maskXL
{
	width:334px;
	height:254px;
	float:left;
	background:url("../images/masks/334x254.png") no-repeat;
	margin:-247px 0 0 15px;
}

.maskXL2
{
	width:334px;
	height:254px;
	float:left;
	background:url("../images/masks/334x254.png") no-repeat;
	margin:-250px 0 0;
}

.alert
{
	width:100%;
	height:100%;
	position:absolute;
	z-index:150;
	top:0;
	left:0;
	display:none;
}

.alert .top
{
	width:490px;
	height:30px;
	background:url("../images/corners/490top.png") no-repeat;
}

.alert .middle
{
	width:490px;
	text-align:left;
	background:url("../images/corners/490middle.png");
}

.alert .bottom
{
	width:490px;
	height:30px;
	background:url("../images/corners/490bottom.png") no-repeat;
}

.alert #popnavpanel
{
	height:10px;
	margin-right:26px;
}

.alert .popmappanel
{
	width:424px;
	margin-top:13px;
	margin-left:32px;
	background:url("../images/backgrounds/background.jpg");
}

.alert .popmappanel .topseparator
{
	width:424px;
	height:14px;
	background:url("../images/panels/separator_424_top.gif") no-repeat;
}

.alert .popmappanel .middleseparator
{
	width:424px;
	height:28px;
	background:url("../images/panels/separator_424.gif") no-repeat;
	font-size:1px;
}

.alert .popmappanel .bottomseparator
{
	width:424px;
	height:14px;
	background:url("../images/panels/separator_424_bottom.gif") no-repeat;
}

.alert .popmappanel *
{
	margin-left:10px;
	margin-right:20px;
}

.alert .popmappanel div
{
	margin-left:0;
	margin-right:0;
}

.alert .popmappanel p
{
	margin-top:15px;
	margin-bottom:15px;
}

.alert a.button
{
	float:right;
	height:16px;
	padding-right:34px;
	color:#999;
	text-align:right;
	font-weight:600;
	background:url("../images/buttons/buttons_beige.gif") 80px -40px no-repeat;
	display:block;
	margin:5px 10px 0 0 !important;
}

.alert a.button:hover
{
	color:#a34016;
	background-position:80px -60px;
}

.alert a.buttonwide
{
	float:right;
	height:16px;
	padding-right:34px;
	color:#999;
	text-align:right;
	font-weight:600;
	background:url("../images/buttons/buttons_beige.gif") 98px -40px no-repeat;
	display:block;
	margin:5px 10px 0 0 !important;
}

.alert a.buttonwide:hover
{
	color:#a34016;
	background-position:98px -60px;
}

.alert a.cancel
{
	background-position:75px -160px;
}

.alert a.cancel:hover
{
	background-position:75px -180px;
}

.alert a.close
{
	margin-right:15px!important;
	background-position:54px -160px;
}

.alert a.close:hover
{
	background-position:54px -180px;
}

.small
{
	font-size:.8em;
}

#meta #language
{
	height:20px;
}

#metanavigation
{
	height:20px;
	z-index:10;
	list-style-type:none;
	position:relative;
	margin-top:-20px;
	float:right;
}

#metanavigation li
{
	float:left;
	display:inline;
	margin-right:10px;
}

#metanavigation li.last
{
	margin-right:0;
}

#metanavigation a
{
	line-height:20px;
	text-decoration:none;
	color:#fff;
}

.clearbefore:before,.clearafter:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}