form#reg fieldset legend {
	font-weight:bold;
	font-style: italic;
	padding-bottom:10px;
	font-size:16px;
	font-family:Arial;
	color:#936;
}

form#reg {
	font-size:12px;
	line-height:14px;
	display:block;
	margin-top:20px;
}

form#reg {
	display:block;
}

#regSecondPart, #regFirstPart {
	height:300px;
	margin:20px;
	vertical-align:top;
	width:40%;
}

#regFirstPart {
}

#regSecondPart {
}

.regNum {
	width:52px;
	height:52px;
	background-color:#334466;
	color:#f0f0c8;
	text-align:center;
	padding:0px;
	font-weight:bold;
	font-family:Arial;
	font-size:40pt;
	line-height:40pt;
	margin-left:10px;
}

.formTable {
	width:100%;
}

.formTable td {
	padding-bottom:0.5em;
	padding-left:0.25em;
}

.action {
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:#000;
	cursor:pointer;
}

/* autocomplete stuff */
.ac_results {
	padding: 0px;
	border: 1px solid #346;
	background-color: #f0f0c8;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	color:#346;
}

.ac_loading {
	background : Window url('/media/css/images-1/ajax.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.small {
	font-size:80%;
	text-align:center;
	line-height:80%;
}

#searchToggle {
	font-weight:bold;
}

.ro {
	color:#333;
	background-color:#ccc;
}

.country_field {
	width:200px;
}

div#regError {
	width:95%;
	margin-top:15px;
	border:3px solid #c33;
	padding:10px;
}

div#regError h1 {
	font-weight:bold;
	font-size:24px;
	margin-bottom:0.75em;
}

.regicons img:hover {
	cursor:pointer;
}