/* .clearfix {{{ */

		h1 {
			color: #4c566c;
			font-size: 16px;
			margin-left: 12px;
			text-shadow: 0px 1px 1px #ffffff;
			margin-bottom: 5px;
			margin-top: 20px;
		}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* }}} */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    background: #ced4db;
    font-family: Helvetica;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
}

#page {
    position: relative;
}

.dialog {
    position: absolute;
    width: 100%;
}

.dialog > .panel {
    background: #ced4db url(../images/background.png);
    padding: 1px 0 1px 0;
    min-height: 611px;
}

p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    text-underline-style: dotted;
}

/* #toolbar {{{ */
.dialog > .toolbar {
    background: url(iui/toolbar.png) #ced4db repeat-x;
    border-bottom: 1px solid #2d3642;
    height: 45px;
    padding: 10px;
}

.dialog > .toolbar > h1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    margin: 1px auto 0 auto;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    white-space: nowrap;
}
/* }}} */
/* (back|forward)-button {{{ */
.dialog > .toolbar > a.back-button,
.dialog > .toolbar > a.forward-button {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: -28px;
    padding: 0 3px;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    white-space: nowrap;
}

.dialog > .toolbar > a.back-button {
    -webkit-border-image: url(iui/backButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
    float: left;
}

.dialog > .toolbar > a.forward-button {
    -webkit-border-image: url(iui/toolButton.png) 0 5 0 5;
    border-width: 0 5px;
    float: right;
}
/* }}} */
/* fieldset {{{ */
.dialog > .panel > fieldset {
    background: #ffffff;
    border: 1px solid #999999;
    -webkit-border-radius: 10px;
    font-size: 16px;
    margin: 9px;
    padding: 0;
}

.dialog > .panel > fieldset > div {
    border-bottom: 1px solid #999999;
    min-height: 20px;
    padding: 10px;
}


.dialog > .panel > fieldset > div:first-child {
    padding-bottom: 12px;
}

.dialog > .panel > fieldset > div:last-child {
    border-bottom: none;
}
.dialog > .panel > fieldset > div > select {
    font-size: 16px;
    margin: -6px 0 -6px 86px;
}

.dialog > .panel > fieldset > div > input {
    background: none;
    border: none;
    font-size: 16px;
    height: 45px;
    margin: -14px -18px;
    padding: 14px 10px 0 111px;
    width: 302px;
}

.dialog > .panel > fieldset > div > label {
    font-weight: bold;
    position: absolute;
}

.dialog > .panel > fieldset > div > label + div {
    font-size: 16px;
    margin-left: 94px;
}
/* }}} */
