body {
  font-family: Georgia, Serif, Helvetica, Arial;
	text-align: left;
	padding: 0;
    font-size: 14pt;
	color: #000;
}

p {
	  font-family: Georgia, Serif;
      margin-left:2em; 
      margin-right:2em;
}

h1 {
    margin-left:.5em; 
}

ol {
  font-family: Georgia, Serif;
    font-size: 12pt;
}

li {
  font-family: Georgia, Serif;
    font-size: 12pt;
}

label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }

.ui-widget {
    margin: 1px;
    text-align:center;
    padding: 0.3em;
    font-size: 12px;
    font-weight: bold;
}

.ui-state-default {
    background: #FFF;
    border: 4px solid #000;
	color: #000;
}

.ui-state-hover {
    background: #EEE;
    border: 4px solid #444;
}

.ui-state-active {
    background: #FFFFC2;
    border: 4px solid #000;
}

input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="file"]:disabled::-webkit-file-upload-button,
button:disabled,
select:disabled,
keygen:disabled,
optgroup:disabled,
option:disabled,
select[disabled] > option {
    opacity: 1.0;
    border: 4px solid #BBB;
	font-color: #222;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
    opacity: 1.0;
    border: 4px solid #000;
	font-color: #000;
}

select {
    opacity: 1.0;
    border: 1px solid #000;
	font-color: #000;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.ui-widget-content {
    background: #fff;
    color: #000;
}

.ui-widget.success-dialog {
    font-family:  Georgia, Serif, Helvetica, Arial;
    font-size: .8em;
}

.ui-widget-content.success-dialog {
    background: #FFF;
    border: 4px solid #000;
    color: #222222;
}

.ui-dialog.success-dialog {
    left: 0;
    outline: 0 none;
    padding: 10 !important;
    position: absolute;
    top: 0;
}

.ui-dialog.success-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
    margin: 0;
}

.ui-dialog.success-dialog .ui-widget-header {
    background: #FFF;
    border: 0;
    color: #000;
    font-weight: bold;
}

.ui-dialog.success-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-size: 1em;
}

.div-button
{
    margin-left: 200px;
}

div#container {
	top:0; 
	text-align:left;
	width:100%;
    margin:0 auto;
    padding: 10px;
    border: 0px solid #000;
    vertical-align:middle;
}

input[type=text], textarea
{
    margin: 1px;
    padding: 0.3em;
    font-family: Georgia, Serif,Helvetica, Arial;
	background-color: #FFF;
	/*border:0px;*/
    border: 4px solid #BBB;
	size: 295px;
	font-size: 12px;
    font-weight: bold;
}

input[type="text"]:focus, textarea:focus
{
/*    background-color: #FFFFC2; */
}


