.wdghol {
	width:200px;
	position:absolute;
	visibility:hidden;
}
.wdghead {
	width:200px;
	height:40px;
	background-image: url(../../img/wdghead.jpg);
	background-repeat: no-repeat;
}
.wdgcont {
	width:200px;
	background-image: url(../../img/widgcont.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
.wdgbttm {
	width:200px;
	height:10px;
	background-image: url(../../img/wdgbttm.jpg);
	background-repeat: no-repeat;
}
.wdgheadline {
	width:160px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	padding-left: 10px;
	padding-top: 6px;
}
.wdgclose {
	height:13px;
	width:13px;
	float:right;
	padding-top: 8px;
	padding-right: 10px;
}
.inputfield {
	width:125px;
	padding:2px;
	border: 1px solid #195EA8;
	background:#FFF;
}

