/*----------------------------------------------------
style_popup css for f-ritz


----------------------------------------------------*/

/* basic -------------------------------------------*/

body {
	background: #FFFFFF none;
}

#container {
	width: 540px;
	margin: 0 auto;
	background-color: #FFFFFF;
	overflow: hidden;
}

#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #container {
	height: 1em;
	overflow: visible;
}
/**/


/* contents ----------------------------------------*/

h1.title {
	margin-bottom: 30px;
	border-bottom: 1px solid #AAAAAA;
}


/* footer ------------------------------------------*/

.close {
	text-align: right;
	margin: 30px 0;
}


/* print -------------------------------------------*/

@media print {

#header,
#main .print,
#footer {
  display : none;
}

}

