#resultscontainer {
	width: 650px;
	margin-top: 20px;
}

#results {
	float: left;
	width: 310px;
}

#inventory {
	float: left;
	width: 335px;
}

#noinventory {
	clear: both;
}

#noinventory, #noresults{
	text-align: center;
}

#messages, .messages {
	padding: 10px;
	background-color: #FFF4BF;
	clear: both;
	display: block;
}

#register div.form {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

div.domaininfo div {
    float: left;
	padding-right: 5px;
	padding-bottom: 2px;
}

div.domaininfo div.status {
	width: 20px;
}

div.domaininfo div.domain {
	width: 190px;
}

#inventory div.domaininfo {
	width: 320px;
}

#inventory div.domaininfo div.domain {
	width: 170px;
}

div.domaininfo {
	clear: both;
	width: 280px;
}

#spinner {
	margin-top: 20px;
	text-align: center;
}

#inventorycost {
	margin-left:25px;
	margin-right:125px;
	margin-top:20px;
	font-weight: bold;
}

#searchoptions {
	margin-left: 30px;
}

#searchoptions label {
	font-weight: normal;
}

div.yearchanger img {
	padding-right: 3px;
	cursor: pointer;
}

#legend {
	clear: both;
	background-color: #E6F9FF;
	text-align: center;
	padding: 3px;
}

#legend img {
	vertical-align: bottom;
}

#btnregister {
	margin-top: 15px;
}