	/* стили кнопок добавить место, курс... в мастере резюме */
	.button_icon {
		border: none;
		text-decoration: underline;
		cursor: pointer;
		cursor: hand;
	}
	.button_icon:hover {
		cursor: hand;
	}
	.addeduplace {
		background: url(addeduplace.gif) no-repeat;
		width: 185px;
		height: 19px;
		padding-left: 20px;
	}
	.deleduplace {
		background: url(deleduplace.gif) no-repeat;
		width: 180px;
		height: 19px;
		padding: 0px 0px 0px 20px;
	}
	.addcourse {
		background: url(addcourse.gif) no-repeat;
		width: 120px;
		height: 17px;
		padding-left: 20px;
	}
	.delcourse {
		background: url(delcourse.gif) no-repeat;
		width: 115px;
		height: 17px;
		padding-left: 20px;
	}
	.addlng {
		background: url(addlng.gif) no-repeat;
		width: 115px;
		padding-left: 20px;
	}
	.dellng {
		background: url(dellng.gif) no-repeat;
		width: 110px;
		padding-left: 20px;
	}
	.addwplace {
		background: url(addwplace.gif) no-repeat;
		width: 160px;
		height: 19px;
		padding-left: 15px;
		text-decoration: underline;
	}
	.delwplace {
		background: url(delwplace.gif) no-repeat;
		width: 150px;
		height: 19px;
		padding-left: 15px;
	}
	/* /стили кнопок добавить место, курс... в мастере резюме */
