div.info {
	width: auto;/*170px;*/
	overflow:/*hidden;*/visible;
	height:auto;
	font-size: small;
	position: absolute;
	background-color: #FFffdd;
	border: 1px solid #000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#111111,direction=135,strength=3);
	top: 375px;
	padding: 5px;
	left: 671px;
}
div.info_title

.err{
	padding: 5px;
	height: 50px;
	width: 24em;
	position: absolute;
	background-color: #FFFFCC;
	left: 196px;
	top: 114px;
	font-size: small;
	opacity:0.5;
	border: 1px double #333333;
	filter: Shadow(Color=#000000, Direction=135);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#111111,direction=135,strength=5);

}
#form1 .text_input {
	border-top: 1px solid #333333;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #000000;
}
.info_title {
	color: #FF0000;
	background: #ACB9D1;
}
#form1 {
	position: static;
	left: 581px;
	top: 463px;
	border: 1px solid #3300FF;
	padding: 5px;
	;
}
#imok {
	display: block;
	position: absolute;
	height:315px;
	overflow:scroll;
	left: 100px;
	top: 100px;
	width: 306px;
}
.title h1 {
	background: #33CCFF;
	border-bottom: medium solid #3366FF;
}
.title p {
	font-size: medium;
	text-indent: 2em;
}
/*
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
*/

code {
	font: 12px/18px "lucida Grande", verdana, lucida, Arial, helvetica, "ËÎÌå", sans-serif;
	border:1px solid #0099cc;
	padding:5px;
	margin: 5px;
	width: 80%;
	color: #000;
	background-color: #ddedfb;
	display: block;
}
