.editProfile
{
}

/*Group*/
.editProfile .group
{
	float:left;
	width:300px;
}

/*Detail*/
.editProfile .detail
{
	float:left;
}
.editProfile .detail .row
{
	clear:left;
	padding:2px 0px 2px 10px;
	margin-top:7px;
}
.editProfile .detail .col1
{
	float:left;
	width:139px;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.editProfile .detail .col2
{
}
.editProfile .detail .col2 input
{
	width:131px;
}
.editProfile .detail .col2 select
{
	width:137px;
}
.editProfile .detail .col2 .state
{
	background-color:LightGrey;
	width:50px;
}
.editProfile .detail .rowGhost
{
	clear:left;
	height:1px;
	overflow:hidden;
	width:1px;
}
.editProfile .detail .rowType
{
}
.editProfile .detail .rowType .col2
{
	padding-left:139px;
}
.editProfile .btns
{
	clear:left;
	margin-top:10px;
	text-align:right;
}
.editProfile .btns span
{
	margin-left:5px;
}
.editProfile .btns input
{
	width:64px;
}