/* ---------------------------------------------------
----------  CLASS   О Б Щ И Е   ----------------
-----------------------------------------------------*/
.wd
{
	max-width:400px;
}

.clr
{
	clear:both;
}

.c
{
	text-align:center;
}

.l
{
	text-align:left;
}

.r
{
	text-align:right;
}

.f
{
	background-color: #FFAAFF;
}

.g
{
	background-color: #AAFFFF;
}

.y
{
	background-color: #FFFFAA;
}

.w
{
	background-color: #FFFFFF;
}

.po
{
	cursor:pointer;
}

#idph
{
	display:none;
	position:fixed;
	z-index:30;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
	width:150px;
	height:150px;
	background-color:#FFFF00;
	text-align:center;
	line-height:150px;
	padding:0px;
}

