﻿/* This additional css file is created for importing custom styles to MOSS Richedit control
	each style should be prefixed with "ms-rteCustom-"
 */

.ms-rteCustom-floater{
	float: 						right;
	display:					inline;
	margin:						0px 20px 5px 10px;
	padding:					0;
	
}

.ms-rteCustom-withBorder{
	border-bottom: 				1px solid #cdc7be;
}


IMG.ms-rteCustom-floatRight{
	float:						right;
	display:					inline;
	margin:						10px 20px 10px 20px;	
}
img.ms-rteCustom-floatRight2{
	float:						right;
	display:					inline;
	margin:						10px 0px 10px 20px;	
}

IMG.ms-rteCustom-floatLeft{
	float:						left;
	margin:						10px 20px 10px 0px;	
}


