.rebus-dialog {
    font-size: 12px;
}

p.rebus-dialog{
	line-height:50%;
}
label, input {
    display: block;
}


label {
		font-weight: bold;
}
input.text {
    margin-bottom: 12px;
    padding: 0.4em;
    width: 95%;
}

fieldset {
    border: 0 none;
    margin-top: 25px;
    padding: 0;
}

h1 {
    font-size: 1.2em;
    margin: 0.6em 0;
} .ui-button {
    cursor: pointer;
    margin: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0.4em 1em 0.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
} .ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error {
    padding: 0.3em;
}