﻿/* Styles for PhotoEditor sample. */

.PhotoEditorSample
{
	position: relative;
	background-color: #cbe1fc;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 540px;
}

.PhotoEditorSampleQualityMeter
{
	position: absolute;
	top: 450px;
	left: 140px;
}

.PhotoEditorSampleStatusPanel
{
	position: absolute;
	top: 12px;
	left: 540px;
}

.PhotoEditorSampleControlPanel
{
	position: absolute;	
	top: 10px;
	left: 10px;
}

.PhotoEditorSampleCommandPanel
{
	position: absolute;
	border: 1px solid gray;	
	top: 10px;
	left: 580px;
}

.PhotoEditorSampleImagePanel
{
	position:absolute;
	top: 40px;
	left: 10px;	
}

.PhotoEditorButtons
{
	position: absolute;
	top: 510px;
	left: 10px;
	width: 560px;
	height: auto;
	text-align: center;
}

.PhotoEditorRestoreButton
{
	position: relative;
}

.PhotoEditorShowButton
{
	position: relative;
}

.FormButton
{
    border: 1px solid #a37d1d;
    background-color: #bc9021;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;    
    font-weight:bold;
    height:22px;
    cursor:pointer;
}

