html, body {
	width:100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: AppWorkspace;
}

body, input, #text, #time {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: WindowText;
}

#forma {
	position: absolute;
	border-top: 1px solid ThreedFace;
	border-right: 1px solid ThreedDarkShadow;
	border-bottom: 1px solid ThreedDarkShadow;
	border-left: 1px solid ThreedFace;
	background-color: ButtonFace;
}

#icon {
	position: absolute;
	top: 35px;
	left: 17px;
	width:48px;
	height:48px;
	background-repeat: no-repeat;
}

#InBorder {
	border-top: 1px solid ThreedHighlight;
	border-right: 1px solid ThreedShadow;
	border-bottom: 1px solid ThreedShadow;
	border-left: 1px solid ThreedHighlight;
	min-height: 100px;
	behavior: url('/htc/DivWH.htc');
	_height: 100px;
}

#caption {
	position: absolute;
	top:3px;
	left: 2px;
	right: 3px;
	padding:2px 0 3px 20px;
	background-color: ActiveCaption;
	font-weight: bold;
	color: CaptionText;
	behavior: url('/htc/DivWH.htc');
}

#text {
	padding: 25px 10px 15px 80px;
	min-height: 80px;
	_height: 80px;
}

#time {
	text-align: right;
	overflow: hidden;
	padding-right: 10px;
}
#time span {
	font-weight: bold;
}

#line {
	height:0;
	border-top: 1px solid ThreedShadow;
	border-bottom: 1px solid ThreedHighlight;
	margin: 0 10px;
	font-size:0;
	overflow: hidden;
}

#buttons {
	text-align: center;
	padding: 5px 0;
}

#buttons input {
	padding: 3px 5px;
	min-width: 80px;
	font-size: 12px;
	text-align: center;
	_width:expression(parseInt(this.clientWidth)<80?"80px":"auto");
}
