/*----------------------------------
overridden styles from jquery-ui.css
the original stylesheet is referenced from:
https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/themes/overcast/jquery-ui.css
this stylesheet will load before the full jquery-ui stylesheet
so in order to override any css definitions you must use !important
----------------------------------*/
.ui-widget { font-family: Arial, sans-serif !important; font-size: 1em !important; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, sans-serif !important; font-size: 1em !important; }
.ui-dialog {
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, .5);
    background-image: url('/Resources/CSS/jqueryui/loginback.gif');
    background-repeat: repeat-x;        
    background-position: bottom;
    background-color: white;
    -moz-box-shadow: 7px 7px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, .3);
    box-shadow: 7px 7px 7px rgba(0, 0, 0, .3);
    margin-right: 15px;
    margin-bottom: 15px;
}
