body {
	margin: 0px !important;
	font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857142857143;
}
form.aui:first-child {
    margin-top: 0;
}
form.aui {
    margin: 20px 0 0 0;
    position: relative;
}
form.aui fieldset {
    border: 0;
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.fancybox-footer {
	height: auto;
	color: #444;
    text-shadow: none;
}
.aui-icon {
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    display: inline-block;
    height: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: -999em;
    vertical-align: text-bottom;
    width: 16px;
}
form.aui .field-group, form.aui .group, form.aui .date-select {
    box-sizing: border-box;
    clear: both;
    padding: 4px 0 4px 92px;
    position: relative;
    margin: 1px 0;
    width: 100%;
}
form.aui .text, form.aui .password, form.aui .select, form.aui .aui-select2-container .select2-choices {
    height: 2.14285714em;
    line-height: 1.4285714285714;
    padding: 4px 5px;
}
.aui-button, a.aui-button, .aui-button:visited {
    box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3.01px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-variant: normal;
    font-weight: normal;
    height: 2.14285714em;
    line-height: 1.42857143;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
}
form.aui .cancel {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: baseline;
}
a {
    color: #3572b0;
    text-decoration: none;
}
.fancybox-footer .buttons {
    float: right;
    white-space: nowrap;
    padding: 0;
    text-align: right;
}