.msweb_field_label
{
	color:#666;
	font-weight:bold;
	font-size:12px;
	margin-bottom:1px;
	cursor:hand;
}


/* Wrap around anything that needs to be floated */
.msweb_float_container:after,
.msweb_float_container_padded:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

.msweb_float_container_padded
{
	padding: 6px;
}

.msweb_float_container, .msweb_float_container_padded {display: inline-block; width: 100%;}

/* Hides from IE-mac \*/
* html .msweb_float_container, * html .msweb_float_container_padded {overflow: hidden; display: block;}
/* End hide from IE-mac */

/* Any content that needs to be floated to the left */
.msweb_float_left
{
	float: left;
	display: inline;
}

/* Padding added to the top for extra spacing */
.msweb_padded_container
{
	padding: 6px 0;
}

.msweb_padding_right
{
	padding-right: 6px;
}

.msweb_padding_left
{
	padding-left: 6px;
}

.msweb_padding_bottom
{
	padding-bottom: 6px;
}

.msweb_padding_top
{
	padding-top: 6px;
}
.msweb_padding_full
{
	padding: 6px;
}


/*  Start PresentationCard.css */

.PresentationCard
{
	height:50px;
	border:solid 1px black;
}





/*  End PresentationCard.css */




/*  Start PresenterEditor.css */

.msweb_presenter_edit_left
{
	float: left;
	width: 100%;
	margin-right: -16px;
}

.msweb_presenter_edit_content
{
	margin-right: 16px;
}

.msweb_presenter_edit_right
{
	float: right;
	width: 16px;
}

.msweb_presenter_list_image_available
{
	cursor: hand; cursor: pointer;
}

.msweb_presenter_list_image
{
	border: 1px solid #CCC;
	background: #FFF;
	padding: 5px;
	position: absolute;
	left: -30px;
}

.msweb_presenter_list_name
{
	padding-top:20px;
}

/*  Start PresenterEditor.css */