body {
	text-align: center;
	background-color:black;
	color:white;
}

li {
	margin-bottom: 10px;
}

ul {
 padding-top: 10px;
 padding-bottom: 10px;	
}

p {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}

div#modalContentPane {
   min-width:700px;
 	background-color:white;       
	color:black;
	-webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px; 
    -webkit-border-top-left-radius:10px; 
    -webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}   	

div#modalContentPane h1 {
	font-family:Georgia;
	padding:10px 10px 0 10px;
}

#locatorContainer {
	font-family:Tahoma,Helvetica,Arial;
	min-width: 600px;
	height: auto;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
               /*
#locatorContainer fieldset div {
	font-family: Georgia;
	font-size: 26px;
}
#locatorContainer fieldset form font span {
	font-family: Georgia;
	font-size: 26px;
}
#locatorContainer fieldset form font div {
	font-family: Georgia;
	font-size: 18px;
	color: #8c98cc;
	text-align: left;
}
                 */
.locatorRequired {
	display: inline;
	vertical-align: middle;
	font-size: 10px;
	font-weight: normal;
	color: #CF1919;
	margin-right: 10px;
	margin-left: 10px;
}

.locatorBold {
	font-weight: bold;
}

.locatorCenter {
	font-size: 18px;
	text-align: left;
}

div#locatorContainer fieldset {
	padding:0;
	background-color:rgb(159, 207, 0);
	color:black;
	border-top:solid black 2px;
	border-bottom:solid black 2px;
}

div#locatorContainer fieldset table form {
	background-color:white;	
}

div#locatorContainer fieldset legend {
	color:white;
}

div#locatorContainer form {
	background-color: rgb(159, 207, 0);
	position:relative;
}
div#formContainer, div#locatorContainer fieldset table {
	margin:5px;
	padding:10px;
	background-color:white;
	-webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px; 
    -webkit-border-top-left-radius:10px; 
    -webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}

div#locatorContainer .title {
	color: rgb(159, 207, 0);
	background-color:white;
	font-size:12px;
}

