.usermgr_login_form_inline {
}

.usermgr_login_form_inline input[type=text], .usermgr_login_form_inline input[type=password], .usermgr_login_form_inline input[type=submit] {
	border:1px solid #333;
	border-radius: 5px;
	background-color:#FFF;
	background-image: linear-gradient(bottom, rgb(231,236,245) 41%, rgb(255,255,255) 73%);
	background-image: -o-linear-gradient(bottom, rgb(231,236,245) 41%, rgb(255,255,255) 73%);
	background-image: -moz-linear-gradient(bottom, rgb(231,236,245) 41%, rgb(255,255,255) 73%);
	background-image: -webkit-linear-gradient(bottom, rgb(231,236,245) 41%, rgb(255,255,255) 73%);
	background-image: -ms-linear-gradient(bottom, rgb(231,236,245) 41%, rgb(255,255,255) 73%);	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.41, rgb(231,236,245)),
		color-stop(0.73, rgb(255,255,255))
	);
	margin:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:2px 5px;
}

.usermgr_login_form_block {
	width:400px;
	border:1px solid #666;
	padding:10px;
	background-color:#D7E2FF;
	-webkit-box-shadow:  1px 1px 1px 1px #000000;
	-o-box-shadow:  1px 1px 1px 1px #000000;
	box-shadow:  0px 1px 2px 1px #7292AF;

}

.usermgr_login_form_block input[type=text], .usermgr_login_form_block input[type=password], .usermgr_login_form_block input[type=submit] {
	display:block;
	border:1px solid #333;
	border-radius: 5px;
	background-color:#FFF;
	background-image: linear-gradient(bottom, rgb(231,236,245) 41%, rgb(255,255,255) 73%);
	background-image: -o-linear-gradient(bottom, rgb(231,236,245) 41%, rgb(255,255,255) 73%);
	background-image: -moz-linear-gradient(bottom, rgb(231,236,245) 41%, rgb(255,255,255) 73%);
	background-image: -webkit-linear-gradient(bottom, rgb(231,236,245) 41%, rgb(255,255,255) 73%);
	background-image: -ms-linear-gradient(bottom, rgb(231,236,245) 41%, rgb(255,255,255) 73%);	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.41, rgb(231,236,245)),
		color-stop(0.73, rgb(255,255,255))
	);
	margin:5px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:2px 5px;
}
