

/**
 * Live search styles
 */
form .live-search {
	display:none;
	font-size:0.8em;
	width:212px;
	line-height:1.5em;
	position:absolute;
	left:0;
	margin-top:30px;
	margin-left:250px;
	border:solid 1px #ececec;
	background:#fff;
	z-index:150;
	margin-bottom:1em;	
}

.popup form .live-search {
	margin-left:225px;
}
	
form .live-search {
	
}

form .live-search ul {
	
	margin:0;
	padding:0;
	list-style:none;
}

form .live-search li {
	list-style:none;
	background:none;
	text-indent:0;
	padding:0;
	margin:0;
	background:#fff;
}

form .live-search li a {
	display:block;
	padding:0.5em;
	text-decoration:none;
	background:#fff;
}

form .live-search li.active a,
form .live-search li a:hover {
	background:#eee;
}

/**
 * Pop-up forms
 */

.popup .popup-form {
	margin:0;
	overflow:auto;
}
 
.popup .popup-form fieldset {
	padding:0;
	margin:0;
	border:0;	
}

.popup .popup-form legend {
	color:#555555;
}

.popup .popup-form label {
	float:left;
	width:185px;
	border-top-color:#ececec;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top:0.75em;
	padding-bottom:0.75em;
	padding-right:0.25em;
	clear:both;
}

.popup .popup-form .wrap {
	float:left;
	padding-top:0.5em;
	padding-bottom:0.5em;
	width:240px;
	border-top-color:#ececec;
	border-top-width: 1px;
	border-top-style: solid;
}

.popup .popup-form .wrap .hint {
	float:right;
	width:100px;
	font-size:80%;
	color: #9b9b9b;
}

.popup-form input, .popup-form textarea {
	background:#FFF;
	width:200px;
	padding:3px;
	padding-left:6px;
}

.popup .popup-form textarea {
	width:85%;		
	height:6em;
}

/* Mozilla highlighting */
.popup-form	input[type=text]:focus,
.popup-form	input[type=password]:focus,
.popup-form	textarea:focus {
	background:#efefef;
}

.popup-form select {
	width:200px;
	border:1px solid #9b9b9b;
	z-index:50;
}

.popup-form option {
	padding:2px;
}

/* small */
.popup-form .s {
	width:68px;
}

.popup-form .go a {
	float:left;
	width:120px;
	height:22px;
	display:block;
	text-decoration:none;
}

.popup-form .go a.submit {
	background-image:url(../images/nav/submit.gif);
}

.popup-form .go a.cancel {

	background-image:url(../images/buttons/cancel.png);
}	

/**
 * inline help
 */ 
 

#standard-form label span.help,
.standard-form label span.help {
	letter-spacing:12px;
	background:url(/html/images/buttons/help.png);
	margin-left:10px;
}

#standard-form label span.help span,
.standard-form label span.help span {
	margin-left:6px;
	margin-right:6px;
}

.tooltip {
	width: 30em; 
	color:#000;
	text-decoration:none;text-align:center;
	background:#EEE;
}

.tooltip span.top {
	padding: 0.5em;
    background: #EEE;
    border:solid 1px #CCC;
}

/**
 * Registration local authority select
 *
 */
 
div.other_select p {
	font-size:0.7em;
	width:90%;
}
