#page_duby
{
	width: 640px;
	height: 540px;
	margin: 20px auto 20px auto;
	border: 1px solid #666666;
	padding: 20px;
	position: relative;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 3px 3px 3px #666666;
	-moz-box-shadow: 3px 3px 3px #666666;
	-ms-box-shadow: 3px 3px 3px #666666;
	-o-box-shadow: 3px 3px 3px #666666;
	box-shadow: 3px 3px 3px #666666;
	
}

#page_duby #frame_logo
{
	padding: 20px;
	background-color: #5700F6;
	border: 2px solid #250068;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
}
#page_duby #frame_logo img
{
	width: 540px;
	height: 90px;
}

#page_duby h1
{
	font-size: 20px;
	text-align: center;
	margin: 20px 0px 20px 0px;
}
#frame_bons
,#frame_nangy
{
	position: absolute;
	width: 220px;
	height: 300px;
	border: 1px solid #666666;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
#frame_bons		{ left: 40px;	bottom: 20px; }
#frame_nangy	{ right: 40px;	bottom: 20px; }

#frame_bons h2
,#frame_nangy h2
{
	font-size: 18px;
	text-align: left;
	margin: 10px 0px 10px 0px;
}
#frame_bons span.C_TEL
,#frame_nangy span.C_TEL
{
	font-size: 14px;
	font-weight: bold;
}