#add_phone_btn
{
	position:relative;
	float:left;
	margin-left:2px;
	width:85px;
	height:24px;
	color:#FFF;
}

#add_phone_btn:hover
{
	color:#a0bff6;
}

#add_phone_txt
{
	position:relative;
	float:left;
	margin-left:16px;
	margin-top:3px;
	width:100%;
	height:24px;
	font-family:Arial;
	font-size:16px;
}

.rep_field_wrapper
{
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:20px;
	width:302px;
	height:439px;
	background:url("../images/add_rep_form.png") no-repeat;
}

.rep_field_label
{
	position:relative;
	float:left;
	width:100%;
	height:18px;
	font-size:18px;
	color:#243d89;
	font-family:Arial;
}

#rep_phone_box
{
	position:relative;
	float:left;
	width:288px;
	height:80px;
	margin-top:13px;
	margin-left:2px;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color:transparent;
	border:0;
}

.rep_txt
{
	position:relative;
	float:left;
	width:278px;
	height:24px;
	font-size:20px;
	color:#000;
	font-family:Arial;
	margin-left:10px;
	border:0;
	background-color:transparent;
}

#reps_wrapper
{
	position:relative;
	float:left;
	width:245px;
	height:61px;
	background:url(../images/select_rep.jpg) no-repeat;
	margin-top:20px;
	margin-left:5px;
}