div.user_login_side_panel {
	/*border:2px solid red;*/
	width: 163px;
	background: #C3D1ED;
}

div.user_login_side_panel_content {
	padding:5px;
}

div.user_login_side_panel_form_content {
	padding:5px;
}

div.user_login_side_panel_form_con * {
	font-size: 10px;
}

div.user_login_side_panel_form_con label {
	color:#2950AF;
}

input[type="submit"].panel_submit_button {
	color: white;
	padding: 5px;
	margin-right: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
	background: #b5bdc8;
	/* Old browsers */
	background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b5bdc8 0%, #828c95 36%, #28343b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b', GradientType=0);
	/* IE6-9 */
}


div.user_login_side_panel_form_con input[type="submit"]#panel_submit_login {
	/*width:92%;*/
	float: right;
	width:50px;
}

div.user_login_side_panel_form_con label {
	font-weight: bold;
}

div.user_login_panel_log_in_links_con {
	margin-top:10px;
	float:right;
}

div.user_login_panel_log_in_links_con ul.user_login_panel_log_in_links {
	list-style: none;
	padding:0px;
	margin:0px;
}

div.user_login_panel_log_in_links_con ul.user_login_panel_log_in_links li {
	list-style: none;
}