@CHARSET "UTF-8";

.weo_user_window {
	background-color:#444444;
	border:10px solid #FFFFFF;
	color:#666;
	position:absolute;
	text-transform:none;
	left:50%;
	margin-left:-400px;
	width:800px;
	top:50px;
	height:auto;
	z-index:100000;
	background-image:url(../../../cms/system/img/upload_win_bg.jpg);
}

.weo_user_window a {
	color:#333;
	font-weight:bold;
}

.weo_user_outerWindow {
	background-color:#333333;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:99999;
}

.close_user_window {
	position: absolute;
	left:50%;
	margin-left:380px;
	top: -35px;
	cursor: pointer;
}

/* ============================= */
.innerContentWindow { }

.innerContentWindow .item {
	float:left;
	width:378px;
	height:200px;
	text-align:center;
	margin:10px;
	border-left:1px #666 dotted;
}

.innerContentWindow .item .text {
	float:left;
	text-align:left;
	width:260px;
	padding:30px 0 0 10px;
}

.innerContentWindow .item .bild {
	float:left;
	text-align:left;
	width:100px;
	padding-top:30px;
}

/* 
	EMAIL UPLOAD 
	==================================
*/
.row1 {
	height:40px;
	background-color:#999;
	color:#000;
	padding-top:5px;
}

.row2 {
	height:100%;
	color:#000;
	background-color:#ecebeb;
}

.row3 {
	height:30px;
	background-color:#999;
	color:#000;
	padding-right:20px;
}

.rowfooter {
	height:30px;
	background-color:#999;
	color:#000;
	padding:0 20px 10px 0;
}

.rowfooter2 {
	height:30px;
	background-color:#999;
	color:#000;
	padding:10px 20px 10px 0;
}

.rowImage {
	width:270px;
	background-color:#e2e2e2;
	line-height:15px;
}

.rowText {
	padding-top:14px;
	line-height:15px;
}

.tooltip { font-size:9px; }

#lockbox {
	font-size:20px;
	padding:3px;
	text-align:right;
}

#lockboxinput {
	font-size:20px;
	padding: 2px 0px 2px 0px;
}

.informationTable {
 width;
100%; padding:10px; }

.informationTable td {
	padding-top:5px;
	padding-bottom:5px;
}

.informationTable td img { padding:10px; }
/* 
	EMAIL UPLOAD END
	==================================
*/
