/* Stylesheet For Pop-up Windows */

/*html	{
	text-align: center;
}*/

body {
	margin: 0px auto;
}

#pop_up_canvas	{
	/*width: 550px;
	height: 520px;*/
	margin: 0px auto;
}

#pop_up_pic	{
	width: 530px;
	height: 325px;
	margin: 0 auto 10px;
	padding: 0;
}

.pop_up_text_header, .pop_up_text	{
	width: 500px;
	margin: 15px auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #669;
	text-decoration: none;
}

.pop_up_text_header	{
	/*margin: 15px auto;*/
	font-weight: bold;
	text-align: center;
	color: #666;
}

.pop_up_text	{
	font-weight: normal;
	color: #669;
}

.rule	{
	width: 500px;
	margin: 15px auto;
	border-bottom: 1px dotted #ccf;
	text-align: center;
	background: #fff;
}

.rule hr	{
	display: none;
}

#button	{
	width: 500px;
	margin: 20px auto 0px;
	text-align: center;
}
