﻿div#GroupSelectorContainer
{
	float:right;
	padding:5px 0 5px 5px;
	position:relative;	
	height:25px;
	width:74%
}
div#GroupChangeContent
{
	position:relative;	
	width:738px;
	display:none;
}
div#GroupDisplayContent
{
	position:relative;	
	width:738px;
	display:none;
}
div#GroupSelectorContainer .grouplabel
{
	color: #ef8128;
	font-size:12pt;
	font-weight:bold;
}
div#GroupSelectorContainer .groupname
{
	color: #ffffff;
	font-size:14pt;
	max-width:400px;
	overflow:hidden;
	height:24px;
}

#GroupSelectorContainer .group
{
	background: url('../../Images/GroupSelector/bg_group.gif') no-repeat scroll 0 0 transparent;
	display: block;
	height: 25px;
	width: 239px;
	padding:0px 0 0 1px;
}
#GroupSelectorContainer .effdate
{
	background: url('../../Images/GroupSelector/bg_effdate.gif') no-repeat scroll 0 0 transparent;
	display: block;
	height: 25px;
	width: 120px;
	padding:0px 0 0 1px;
}
#GroupSelectorContainer .zipcode
{
	background: url('../../Images/GroupSelector/bg_zipcode.gif') no-repeat scroll 0 0 transparent;
	display: block;
	height: 25px;
	width: 75px;
	padding:0px 0 0 1px;
}

#GroupSelectorContainer input
{
	background-color: transparent;
	border:none;
	border: medium none;
    color: #969494;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    outline: medium none;
	padding-top:0px;
}