body
{
	font-family: Tahoma;
	font-size: 10pt;
}
input
{
	font-family: Tahoma;
	font-size: 10pt;
	border: solid 1px #000000;
}
select
{
	font-family: Tahoma;
	font-size: 10pt;
	border: solid 1px #000000;
	color: #000000;
}
textarea {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
	border: solid 1px #7494b2;
}
#img 
{
	text-align:center;
	float: right;
	width:150px;
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
}
#windowClose
{
	background-image: url('images/w_close.gif');
	width: 29px;
	height: 21px;
	position: absolute;
	right: 11px;
	top: 11px;
	cursor: pointer;
}
#windowClose:hover
{
	background-image: url('images/w_close_hover.gif');
}