.registration .three-collums .submenu li {
	background:#e2ffbf;
	color:#474747;
	width:271px;
	height:125px;
	line-height: 125px;
}
.registration .three-collums span {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	color:#474747;
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Bold';
	font-size: 24px;
    vertical-align: middle;
}
.registration, .registration a {
	font-size:20px;
	color:#474747;
}
.registration a:hover {
	 color:#04A4CC;
}
.registration .wrapper {
	margin-bottom:50px;
}
.registration p {
	line-height:150%;
}
.registration label {
	display:inline-block;
	width:300px;
	text-transform:uppercase;
	line-height:200%;
}
.registration input, .registration select {
	display:inline-block;
	width:550px;
	padding-left:10px;
	color:#474747 !important;
	background:#eeeeee;
	clear:both;
}
.registration textarea {
	display:inline-block;
	width:550px;
	max-width:550px !important;
	padding-left:10px;
	color:#474747 !important;
	background:#eeeeee;
	clear:both;
	min-height:200px !important;
}
.registration input[type="radio"], .registration input[type="checkbox"] {
	width:40px;
	vertical-align: top;
	margin-top: 15px;
	background-color: white;
}

.registration input[type="submit"] {
	width:370px;
	height:96px;
	background:#0cb3de;
	color:white;
	border:none;
	cursor:pointer;
	-webkit-transition: background 0.2s;
}
.registration input[type="submit"]:hover {
	background:#3dc2e5;
}
#FileUpload {
    position:relative;
}
#faux, #browse {
    /* style these guys however you like, the key is 
       position:absolute. No need for z-index modification
       since the wrapper is natually above these elements.
    */
    position:absolute;
}

#faux {
	display: inline-block;
	width: 400px;
	padding-left: 10px;
	color: #474747;
	background: #eeeeee;
	height: 35px;
	border: 1px solid #eeeeee !important;
	border-radius: 4px;
}

#browse {
	display: inline-block;
	left: 415px;
	width: 135px;
	height: 35px;
	background: #CCC;
	color: #FFF;
	text-decoration: none;
	line-height: 37px;
	text-align: center;
}

input[type="file"] {
    /* updating font size makes the input larger */
    font-size:50px;
    padding : 0;
    margin : 0;
	width:550px !important;
	padding-left: 10px;
	color:white;
}
#wrapper {
    /* opacity : 0.5;  toggle this if you want to see where the real input lines up*/
    opacity : 0;
    /* each input will render differently on each browser, use this wrapper to make sure the target size is the same on each */
    overflow: hidden;
    width: 600px;
    height : 50px;
    padding:0;
    margin:0;
}



.registration small {
	font-size:14px;
}
.registration em {
	color:#f6a1a7;
	font-style:normal;
}
#hotel-lacroma {
	width:100%;
	padding-left:300px;
	margin-bottom:60px;
	background:url('img/valamar_lacroma.png') no-repeat top left;
}
#hotel-argosy {
	width:100%;
	padding-left:300px;
	margin-bottom:30px;
	background:url('img/valamar_argosy.png') no-repeat top left;
}
#hotel-club {
	width:100%;
	padding-left:300px;
	margin-bottom:60px;
	background:url('img/valamar_club.png') no-repeat top left;
}
#hotel-lacroma label, #hotel-argosy label, #hotel-club label {
	width:500px;
}
#RegistrationType {
	width:100%;
	padding-left:300px;
	margin-top:60px;
	margin-bottom:60px;
	background:url('img/kongresna-dvorana.png') no-repeat 0 10px;
}
.ui-autocomplete {
    overflow: auto;
    max-height:200px;
}
.ui-menu .ui-menu-item a {
	color:#585858 !important;
}
.ui-menu .ui-menu-item a:hover {
	/* background-image:none !important;
	background: #eeeeee !important;
	border:none; */
}