div.row{
	padding:2px 2px 2px 2px;
	font-family:verdana, sans-serif;
	font-size:small;
	width:590px;
	float:clear;
/*
	border-width:1px;
	border-style:dotted;
*/
}

div.col{
	float:right;
	text-align:right;
	width:400px;
}

label{
	float:left;
	vertical-align:top;
	width:175px;
}

div.btn{
	width:350px;
	text-align:right;
}

div.row span.col:hover, div label:hover{
	background:url(../../../../img_s/icons/pointer4.gif) no-repeat right;
	background-color:#ffffcc;
}

