/***** Top content *****/

.inner-bg {
    padding: 0px 0px 0px 0px;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-title { font-size: 26px; color: black; 	text-shadow: 2px 2px #eee; text-align: right; line-height:30px; }
.form-event-logo { position: relative; top: 120; left: 20; width: 200px; }
.form-box {
	padding-top: 10px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #fff;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

form .form-bottom textarea {
	height: 100px;
}

form .form-bottom button.btn {
	min-width: 105px;
}

form .form-bottom .input-error, form .form-bottom .validate-error {
	border-color: #fcc;
}

form.registration-form fieldset {
	display: none;
}

.ui-autocomplete { font-weight: bold; color: black; background-color: white; list-style-type: none; line-height: 1.2em; width: 200px}
.ui-autocomplete > li { padding:4px 4px; }
.ui-menu-item { text-align: left; font-weight: bold;}
.ui-menu-item:hover, .ui-state-focus { color: green; font-weight: bold;}

.select .ui-selecting { background: #FECA40; }
.selected, .select .ui-selected { background: #F39814; color: white; }
.select { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.select li { margin: 3px; padding: 0.4em; font-size: 1em; }