.iwindow {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 450px;
	height: 420px;
	border: 0px;
}


.iwin-title {
	display: block;
	float: left;
	clear: both;
	width: 450px;
	height: 26px;
	border: 0px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

.iwin-title-left {
	display: block;
	float: left;
	clear: left;
	background-image: url('/common/style/img/titleleft.png');
	width: 15px;
	height: 26px;
}

.iwin-center {
	display: block;
	float: left;
	clear: none;
	background-image: url('/common/style/img/backtitle.png');
	width: 420px;
	height: 26px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

.iwin-title-right {
	display: block;
	float: right;
	clear: right;
	background-image: url('/common/style/img/titleright.png');
	width: 15px;
	height: 26px;
}

.iwin-body {
	display: block;
	float: left;
	clear: both;
	background-image: url('/common/style/img/background.png');
	border: 0px;
	width: 450px;
}

.iwin-foot {
	display: block;
	float: left;
	clear: both;
	height: 12px;
	width: 450px;
	margin: 0px;
	padding: 0px;
}

.iwin-foot-left {
	display: block;
	float: left;
	clear: left;
	background-image: url('/common/style/img/bodyleft.png');
	width: 12px;
	height: 12px;
	margin: 0px;
	padding: 0px;
}

.iwin-foot-center {
	display: block;
	float: left;
	clear: none;
	background-image: url('/common/style/img/background.png');
	width: 426px;
	height: 12px;
	margin: 0px;
	padding: 0px;
}

.iwin-foot-right {
	display: block;
	float: right;
	clear: right;
	background-image: url('/common/style/img/bodyright.png');
	width: 12px;
	height: 12px;
	margin: 0px;
	padding: 0px;
}

.iwin-scrolled {
	overflow: scroll;
	border: 1px solid #000;
	width: 99%;
	height: 300px;
}

.iwin-text {
	color: #000;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}

.iwin-input {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.iwin-button {
	width: 80px;
	background-color: #ccc;
	border: 1px solid #000;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.ivideo-sys-name {
	color: #000;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.img { 
	behavior: url('/common/style/iepngfix.htc'); 
}
