#login_form p,
#login_form input,
#login_form label{
	float:left;
}

#login_form p{
	clear:left;
	margin:5px 0;
}

.login_form_label{
	margin-right:10px;
	width:70px;
}

.login_form_text{
	width:200px;
}


.manage_device_device{
	margin-top:15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.manage_device_msg{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #C33;	
	
}
.manage_device_command{
	margin-left:30px;
	margin-top:5px;
}

.manage_device_label{
	float:left;
	width:140px;
}

.manage_device_submit_command{
	width:100px;
}

.manage_device_confirm_popup{
	display:none;
	background-color: #FBFBFB;
	border: thin solid #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}