/* CSS Document */

#admin        { margin:0 120px; }
#rememberPass { margin-top:50px; margin:0 90px; }

#login { width:400px; padding:20px; margin:0 auto; background:#f5f5f5; border-radius:20px; }

#textIntro { float:left; width:470px; }

#usersPagination { margin-top:10px; }
#countUsers      { padding-top:18px; font-size:11px; color:#1A74B0; float:left; }

#userShippings {}
	#userShippings li     { padding:10px 15px; background:#F5F5F5; margin-bottom:10px; }
	#userShippings p      { line-height:20px; }
	#userShippings strong { display:inline-block; width:90px; text-align:right; margin-right:10px; }

#userShippingForm {  }

.ui-autocomplete-input { width:350px; }
.ui-autocomplete       { background:#fff; width:350px; max-height:300px; overflow-y:scroll; border:solid 1px #ccc; }
	.ui-menu-item a    { padding:4px 10px; font-weight:normal; display:block; }
	.ui-state-hover    { background:#eee; }
