form.verzaUIForm {
    background-color: #FFFFFF;
    color: #333333;
    font: normal normal normal 12px/14px Verdana, serif;
}
form.verzaUIForm table {
    border-collapse: collapse;
    border-spacing: 0;
}
form.verzaUIForm table td,
form.verzaUIForm table th {
    padding: 0;
}
form.verzaUIForm > div.title {
    height: 42px;
    margin-bottom: 5px;
    overflow: hidden;
}
form.verzaUIForm > div.title > div.prefix {
    width: 15px;
    height: 100%;
    float: left;
    background-image: url("images/verzaUIForm-title.png");
    background-position: left top;
    background-repeat: no-repeat;
}
form.verzaUIForm > div.title > div.suffix {
    width: 15px;
    height: 100%;
    float: right;
    background-image: url("images/verzaUIForm-title.png");
    background-position: right top;
    background-repeat: no-repeat;
}
form.verzaUIForm > div.title > div.content {
    box-sizing: border-box;
    height: 100%;
    margin: 0 15px;
    padding-top: 5px;
    overflow: hidden;
    background-image: url("images/verzaUIForm-title.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #0096D7;
    line-height: 23px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
form.verzaUIForm > div.title > div.content:first-letter {
    font-size: 23px;
}
form.verzaUIForm > div.title > div.content > span.title {
    color: #555555;
    font-size: 17px;
}
form.verzaUIForm > div.title > div.content > span.subtitle {
    margin-left: 8px;
    color: #0096D7;
    font-size: 12px;
}
form.verzaUIForm > div.errors-and-content {
    min-height: 250px;
}
form.verzaUIForm > div.errors-and-content > div.errors-message {
    min-height: 13px;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-top: 1px solid hsl(37, 100%, 65%);
    border-right: 4px solid hsl(37, 100%, 65%);
    border-bottom: 1px solid hsl(37, 100%, 65%);
    border-left: 4px solid hsl(37, 100%, 65%);
    border-radius: 4px;
    background-color: hsl(37, 100%, 96.25%);
    color: hsl(37, 100%, 40%);
}
form.verzaUIForm > div.buttonset {
    height: 42px;
    margin-top: 10px;
    overflow: hidden;
}
form.verzaUIForm > div.buttonset > div.prefix {
    width: 15px;
    height: 100%;
    float: left;
    background-image: url("images/verzaUIForm-buttonset.png");
    background-position: left top;
    background-repeat: no-repeat;
}
form.verzaUIForm > div.buttonset > div.suffix {
    width: 15px;
    height: 100%;
    float: right;
    background-image: url("images/verzaUIForm-buttonset.png");
    background-position: right top;
    background-repeat: no-repeat;
}
form.verzaUIForm > div.buttonset > div.content {
    box-sizing: border-box;
    height: 100%;
    margin: 0 15px;
    padding-top: 13px;
    padding-left: 5px;
    background-image: url("images/verzaUIForm-buttonset.png");
    background-position: left bottom;
    background-repeat: repeat-x;
}
form.verzaUIForm > div.buttonset > div.content > * {
    margin-left: 15px;
    box-shadow: 0 0 2px 2px #FFFFFF;
}
form.verzaUIForm > div.buttonset > div.content > *:first-child {
    margin-left: 0;
}
