.windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
.windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
.windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}

.transferer2
{
	border: 1px solid #000;
	background-color: #646464;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}



/* vcard */

.vcardWindow
{
	position: relative;
	/*left: 300px;
	top: 360px;*/
	width: 440px;
	height: 340px;
	overflow: hidden;
	display: none;
}

.vcardContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	overflow: auto;
	margin-right: 10px;
	border:1px solid #888;
	height: 255px;
	width: 415px;
}
.vcardContent *
{
	margin: 10px;
}

.vcardTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(/images/vcard/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}

.vcardTopContent
{
	margin-right: 13px;
	background-image:url(/images/vcard/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
}

.vcardBottom
{
	position: relative;
	height: 280px;
	background-image: url(/images/vcard/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.vcardBottomContent
{
	position: relative;
	height: 280px;
	background-image: url(/images/vcard/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}


.WindowContainer *
{
	margin:0px;
}
