.button-text {
	font-weight: bold;
	font-size: 1.1em;
}

#geo-main-section {
	display: none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

#geo-main-section .geo-section, #geo-main-section #geo-section-arrond {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #8F21A4;
	width: 300px;
	height: 150px;
	overflow: auto;
	text-align: left;
}

#choice-section {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;	
}

#choice-section table {
	margin-left: auto;
        margin-right: auto;
	width: 600px;
}

#choice-section img {
	border: none;
}

.center {
	float: left;
	margin: 0 5px 0 0;
	width: 692px;
}

.mauveBox .br {
	height: auto !important;
	height:60px;
	min-height:60px;
	padding:10px 10px 10px 15px;
}

label {
	text-transform: none;
	font-weight: normal;
}

fieldset {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border: solid #CB88DA 1px;
	background-color: #FDF3FF;
	width: 330px;
	padding: 5px;
}

fieldset legend {
	border: solid #8F21A4 1px;
	background-color: #CEA1D6;
	color: black;
	padding: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

fieldset dd {
	margin-left: 30px;
}

fieldset dd input {
	margin-bottom: 2px;
}

fieldset dl {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
}

fieldset dt {
	margin-bottom: 3px;
	margin-top: 3px;
}

fieldset dt label {
	font-weight: bold;
}

fieldset select {
	border-style:solid;
}

table th {
	text-transform: none;
}

table td {
	text-transform: none;
	white-space: nowrap;
	vertical-align: top;
	font-weight: normal;
}

div#submit-section {
	margin-left: auto;
        margin-right: auto;
	text-align: center;
	margin-top: 5px;
}

div#submit-section input {
        border: 0;
}

input.autocompleter-loading
{
	background-image: url(/img/spinner.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}

