/** $Id$ */

.error_txt, err_txt {
	text-align: center;
}

#Loading {
	position: absolute;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	/*font-weight: bold;*/
	background-color: #eff0f2;
	background-image: url("/img/loading.gif");
	background-repeat: no-repeat;
	background-position: 10px 20px;
	cursor: wait;
	border: solid 1px #a1a1a1;
	height: 40px;
	width: 130px;
	vertical-align: middle;
	padding-top: 20px;
	padding-left: 40px;
	z-index: 1000;
	opacity: 0.9;
 	filter: alpha(opacity=90);
}
.MaskBody {
	position: absolute;
	display: block;
	z-index: 10;
	background: #000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
    -khtml-opacity: 0.6;
	color: inherit;
}
.LoginBlock {
	position: absolute;
	background: transparent url("/img/sex.gif") no-repeat;
	z-index: 200;
	width: 432px;
	height: 253px;
}
.RegisterBlock {
	position: absolute;
	background: transparent url("/img/regformbg.gif") no-repeat;
	z-index: 200;
	width: 563px;
	height: 950px;
}
.opacityImg {
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.sliderfoto {
	border: 1px solid #f0f0f0;
	padding: 10px;
	vertical-align: top;
}
a.photo_link, a.photo_link:visited {
	color: #d60000;
	text-decoration: none;
}
a.photo_link:hover {
	color: #d60000;
	text-decoration: underline;
}

.lbg
{
	background-image: url(/img/lbg.gif);
	background-repeat: repeat-x;
	padding: 2px;
}


.white
{
	color: #ffffff;
}


.cool_form {
	width: inherit;
	border: 0 none;
	font-size: 14px;
	color: #000;
	vertical-align: top;
	/*filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;*/
}