﻿.dialog-field {
    margin: 0px auto;
    width: 400px;
}

.dialog-field > div > div:nth-child(1) {
    background-repeat: repeat-y;
    width: 10px;
}

.dialog-field > div > div:nth-child(2) {
    width: 380px;
}

.dialog-field > div > div:nth-child(3) {
    background-repeat: repeat-y;
    width: 10px;
}

.dialog-header {
    height: 15px;
}

.dialog-header > div:nth-child(1) {
    background-image: url(../../../cm/images/titleLeft.gif);
}

.dialog-header > div:nth-child(2) {
    background-image: url(../../../cm/images/title.gif);
}

.dialog-header > div:nth-child(3) {
    background-image: url(../../../cm/images/titleRight.gif);
}

.dialog-caption {
    height: 70px;
}

.dialog-caption > div:nth-child(1) {
    background-image: url(../../../cm/images/captionLeft.gif);
}

.dialog-caption > div:nth-child(2) {
    font-weight: bold;
    padding-left: 115px;
    vertical-align: middle;
}

.dialog-caption > .error-dialog {
    background-image: url(../../../cm/images/error.gif);
}

.dialog-caption > .attention-dialog {
    background-image: url(../../../cm/images/attention.gif);
}

.dialog-caption > .infomation-dialog {
    background-image: url(../../../cm/images/infomation.gif);
}

.dialog-caption > div:nth-child(3) {
    background-image: url(../../../cm/images/captionRight.gif);
}

.dialog-separater {
    height: 15px;
}

.dialog-separater > div:nth-child(1) {
    background-image: url(../../../cm/images/separateLeft.gif);
}

.dialog-separater > div:nth-child(2) {
    background-image: url(../../../cm/images/separate.gif);
}

.dialog-separater > div:nth-child(3) {
    background-image: url(../../../cm/images/separateRight.gif);
}

.dialog-content {
    height: 117px;
}

.dialog-button {
    height: 35px;
}

.dialog-content > div:nth-child(1),
.dialog-button > div:nth-child(1) {
    background-image: url(../../../cm/images/contentLeft.gif);
}

.dialog-content > div:nth-child(2),
.dialog-button > div:nth-child(2) {
    background-image: url(../../../cm/images/content.gif);
	padding: 1em 1em 1em 2em;
}

.dialog-button > div:nth-child(2) {
    text-align: center;
}

.dialog-content > div:nth-child(3),
.dialog-button > div:nth-child(3) {
    background-image: url(../../../cm/images/contentRight.gif);
}

.dialog-footer {
    height: 8px;
}

.dialog-footer > div:nth-child(1) {
    background-image: url(../../../cm/images/bottomLeft.gif);
}

.dialog-footer > div:nth-child(2) {
    background-image: url(../../../cm/images/bottom.gif);
}

.dialog-footer > div:nth-child(3) {
    background-image: url(../../../cm/images/bottomRight.gif);
}
