﻿
/* DIALOG */

.dialog
{
	background: url(Images/dialog.jpg);
	margin: 60px auto;
	width: 500px;
}

.dialog-header
{
	background: url(Images/dialog-header.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	font-family: simhei;
	color: #fff;
	line-height: normal;
	letter-spacing: 0.2em;
	height: 11px;
	padding: 18px 25px;
}

.dialog-body
{
	background: url(Images/dialog-body.jpg) no-repeat left bottom;
	padding: 20px 30px;
	color: #748997;
}

.dialog-body p
{
	margin: 10px 0 20px 10px;
	color: #687a87;
}

.dialog-message
{
    margin: 20px 0;
}

.dialog-buttons
{
	margin: 20px;
	text-align: right;
}

.dialog-buttons-side
{
    margin-left: 70px;
	float: left;
}

.dialog .fieldlabel
{
	width: 70px;
	float: left;
	clear: left;
	text-align: right;
}

.dialog .fieldvalue
{
	margin: 0 0 10px 90px;
}

.dialog .fieldvalue .textbox
{
	width: 310px;
}
