dl {
	width: 240px;
	margin: 0 0 20px 20px;
	padding: 0;
	background: #ccc url(images/box_bottom.gif) no-repeat bottom left;
	}

dt {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 130%;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #999 url(images/box_top.gif) no-repeat top left;
	}

dd {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	background: url(images/arrow.gif) no-repeat 0 3px;
	}
#blue dt {
	background-color: rgb( 0 ,103 , 154 );
	}

#blue {
	background-color: rgb( 225 , 230 , 244 );
	}
	
input.login-input{
	background:rgb( 255 , 255 , 255 ) !important;
}

input[type=submit]{
	background:rgb(253 ,186 ,99);
	padding:10px;
	margin:10px;
}
input[type=submit]:hover{
	background:rgb(255 ,226 ,147);
}
.logo{
	height:30px;
	width:auto;
	display:block;
	float:left;
	margin-right:10px;
}
