/* overwrite the modal container width for this control */
.modal_container .modal_content_container.bookmark{
	width: 500px;
	height: 240px;
}

.modal_container .modal_content_container.bookmark .reset_container{
	width:70px;
	padding-left: 17px;
}

.bookmark{
	font-family: 'Arial';
	color: #212121;
	clear: both;
	height:106px;
	font-size: 12px;
}

.bookmark .url_container{
	overflow: none;
	word-wrap: break-word;
	width:100%;
	height:60px;
}




