﻿
.WebEditor .submit-button
{
	background-image:url(../../images/WebEditor/button_submit.png);
	background-repeat:no-repeat;
	height:33px;
	width:78px;
}

.WebEditor .submit-button:hover
{
	background-image:url(../../images/WebEditor/button_submit.png);
	background-repeat:no-repeat;
	background-position:0px -33px;
	height:33px;
	width:78px;
}

.WebEditor .cancel-button
{
	background-image:url(../../images/WebEditor/button_cancel.png);
	background-repeat:no-repeat;
	height:33px;
	width:78px;
}

.WebEditor .cancel-button:hover
{
	background-image:url(../../images/WebEditor/button_cancel.png);
	background-repeat:no-repeat;
	background-position:0px -33px;
	height:33px;
	width:78px;
}

.WebEditor .save-button
{
	background-image:url(../../images/WebEditor/button_save.png);
	background-repeat:no-repeat;
	height:33px;
	width:78px;
}

.WebEditor .save-button:hover
{
	background-image:url(../../images/WebEditor/button_save.png);
	background-repeat:no-repeat;
	background-position:0px -33px;
	height:33px;
	width:78px;
}

.WebEditor .preview-button
{
	background-image:url(../../images/WebEditor/button_preview.png);
	background-repeat:no-repeat;
	height:33px;
	width:78px;
}

.WebEditor .preview-button:hover
{
	background-image:url(../../images/WebEditor/button_preview.png);
	background-repeat:no-repeat;
	background-position:0px -33px;
	height:33px;
	width:78px;
}

.WebEditor .delete-button
{
	background-image:url(../../images/WebEditor/button_delete.png);
	background-repeat:no-repeat;
	height:33px;
	width:78px;
}

.WebEditor .delete-button:hover
{
	background-image:url(../../images/WebEditor/button_delete.png);
	background-repeat:no-repeat;
	background-position:0px -33px;
	height:33px;
	width:78px;
}

.WebEditor .finish-button
{
	background-image:url(../../images/WebEditor/button_finish.png);
	background-repeat:no-repeat;
	height:33px;
	width:78px;
}

.WebEditor .finish-button:hover
{
	background-image:url(../../images/WebEditor/button_finish.png);
	background-repeat:no-repeat;
	background-position:0px -33px;
	height:33px;
	width:78px;
}