/*==============================================

Stylesheet to supply rules to texteditor

==============================================*/
.blue_text {
	color: #2765b3;
}

.grey_button {
	
}

.img_align_left {
	float: left;
	margin: 0 10px 0 0;
}

.img_align_right {
	float: right;
	margin: 0 0px 0 10px;
}