.custom-corners .ui-bar {
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
}
.custom-corners .ui-body {
	border-top-width: 0;
	-webkit-border-bottom-left-radius: inherit;
	border-bottom-left-radius: inherit;
	-webkit-border-bottom-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.ui-btn.format-tooltip-btn,
.ui-btn.format-tooltip-btn:hover,
.ui-btn.format-tooltip-btn:active {
    background: none;
    border: 0;
}

.maincontent {
	max-width: 40em;
	margin: auto;
}

.ImagePreviewStyle {
	max-width:100%;
	display: block;
	margin: auto;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,1);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,1);
}

body
{
	font-family: Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
}