@charset "utf-8";
/* CSS Document */
/*! jQuery UI - v1.11.2 - 2014-10-28
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

/* Loging
----------------------------------*/
.ui-loging{
	padding:70px;
	text-align:center;
}

.logingsize{
	
	padding:20px;
	font: .8em Arial, Tahoma, Verdana;
      background: #fff repeat-x; 
      color: #777;
      font-size: 18px;
}
 

/* ����
----------------------------------*/
.body {
	
      font: .8em Arial, Tahoma, Verdana;
      background: #fff repeat-x; 
      color: #777;
      font-size: 25px;

}

/* �ײ�copyright
----------------------------------*/

.bottom{
	margin-top:80px;
	text-align: center;
	
}

.bottomsize{
	  font: .8em Arial, Tahoma, Verdana;
      background: #fff repeat-x; 
      color: #777;
      font-size: 18px;
	
}