#mainidentifier > h1{
	font-size: 16px;
}

#middlecolumn > h2{
	font-size: 14px;
}


#leftcolumn{
    display: table-cell;
    min-width: 600px;
}

#rightcolumn{
    display: table-cell;
    width: 100%;
    vertical-align: top;
	padding-left: 20px;
}

#new_url {
	text-align:center;
	padding:1px;
	border:1px solid #CDCDCD;
	background:#fff;
	clear:both;
}
#new_url div {
	background:#E6eeee;
	padding:4px;
}
#new_url_form {
	padding:4px;
}


.ui-autocomplete-loading { background:url('indicator.gif') no-repeat right center }
span.error{
	color: red;
}
