/*----Panel Stuff----*/
.border-bottom
{
	border-bottom:1px solid #152B54;
}
.border-top
{
	border-top:1px solid #152B54;
}


h2, input, textarea, select{
	margin:10px 0 0 0;
	padding-bottom:5px;
}

input, textarea, select{
	width:98%;
}

input[name=submit]{
	width:100px;
	border:0;
}

div.attributes{
	clear:both;
}

dl{
	clear:both;
	padding-left:50px;
	height:30px;
}

dl dt input {
	float:left;
	width:43%;
}

dl dd input{
	float:left;
	width:43%;
	margin-left:20px;
}

dl dt img{
	float:left;
	margin-top:15px;
	margin-left:7px;
}

dl dd img{
	float:left;
	margin-top:15px;
	margin-left:7px;
}

#login-box {
	margin-left: 60px;
}

#login-box input{
	width:130px;
}

.form-errors li{
	color:#f00;
}

.form-saved p{
	color:#0f0;
}

.notice{
	color:#ff0;
}
.topblock{
	height:269px;
}

fieldset.login label {
display:block; 
width:85px;
float:left;
padding: 10px 0 0 0;
}

fieldset.login input { 
clear:left;
}

.featured
{
	position:absolute;
	margin:-25px 0 0 240px;
	width:100%;
}

.featured select, .featured input, .featured h3
{
	float:left;
	width:auto;
}
.featured input
{
	border:1px solid;
}
.featured select, .featured input
{
	margin:-2px 0 0 10px;
}