@CHARSET "ISO-8859-1";
.frmProfile {
	border:#b1ac98 1px solid;
}
.frmProfile .header {
	padding:5px;
	color:#454545;
	font-weight:bold;
	background-image: url(../img/table_header_bg.png);
	border-bottom:#b1ac98 1px solid;
}
.frmProfile .footer {
	padding:5px;
	color:#454545;
	font-weight:bold;
	background-image: url(../img/table_footer_bg.png);
	border-top:#b1ac98 1px solid;
	height:25px;
}
.frmProfile .row {
	clear:both;
	border-bottom:#b1ac98 1px solid;
	padding:5px;
}
.frmProfile .row#hilite {
	background-color:#b1ac98;
}

.frmProfile .row#separator{
	background-color:#ede9d7;
}
.frmProfile .row#country {
	background-color:#ede9d7;
}
.frmProfile .row#country .label {
	font-weight:bold;
}
.frmProfile .label {
	position:relative;
	left:0px;
	width:200px;
	padding-left:15px;
	float:left;
}
.frmProfile .label#hilite {
	font-weight:bold;
}

.frmProfile .check {
	float:left;

}

