body {
	margin: 0px auto;
}

form {
	display: inline;
}

img {
	border: 0px;
	margin: 0px;
}

.right {
	text-align: right;
}

.error {
	color: #ff0000;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}
	
.clear {
	clear: both;
}

.register_label {
	text-align: right;
	font-weight: bold;
	padding: 10px 20px 5px 10px;
	font-size: 16px;
}

.small_pad {
	padding: 5px;
}

.in_place {
	cursor: pointer;
	color: #0A717F;
	border-bottom: 1px dashed #00007F;
}

div.autocomplete {font: 11px Arial, sans-serif; position:relative; z-index:3; width:400px; background:#E2E4EA; border:1px solid #777C99; margin:0px; padding:0px; white-space: nowrap;}
div.autocomplete ul {list-style-type:none; margin:0px; padding:0px;}
div.autocomplete ul li.selected {background-color: #9FADEA; color:#000000;}
div.autocomplete ul li {list-style-type:none; display:block; color:#636363; margin:0; padding:2px 0px 0px 5px; height:18px; cursor:pointer;}

