#login-pane {
	position:relative;
	left:50px;
	width:280px;
	height:80px;
	padding:10px;
	clear:both;
	border:1px solid #EEE;
	background-image:url('./images/gradient.png');
	background-repeat:repeat-x;
}

#login-pane label {
	width:120px;
	display:inline-block;
	margin-left:0px 10px;
}

#login-pane div {
	margin-bottom:5px;
}

#login-pane div.actions {
	margin-top:10px;
	padding-right:4px;
}

#login-pane div.actions input {
	float:right;
}

#web-services {
	float:right;
	width:246px;
	height:auto;
	min-height:200px;
	padding-left:10px;
	margin-bottom:10px;
	text-align:right;
	font-size:10pt;
	color:#999;
	border-left:2px solid #DDD;
}

#web-services ul {
	float:right;
}

#web-services ul li {
	font-size:11pt;
	list-style-type:none;
	background:#EDEDED;
	border-left:2px solid #AAA;
	width:140px;
	padding:3px;
	margin:2px;
}


#web-services .more {
	font-size:smaller;
	clear:both;
}