@charset "utf-8";
/* CSS Document */

.login_warp{ width:760px; margin:5px auto;}
  .login_top{background:url(/templates/default/images/login_logo.gif) no-repeat left top; height:60px;}
  .login_con{ background:url(/templates/default/images/login_con.gif) no-repeat; height:310px; width:760px; margin:5px auto;}
    .login_c_l{ width:470px; float:left;line-height:24px;}
	   .login_c_l_t{ padding:30px 0px 25px 200px; height:95px; }

	.login_c_r{ float:left; width:245px; margin-left:15px;}
	  .login_c_r li{ padding-left:5px; height:35px; line-height:35px;}
	    .li_title{ border-bottom:1px solid #aaaaaa; text-align:center;}
		.li_delu{text-align:center;}
  .login_txt{ margin:10px auto; line-height:24px; width:450px;}
  
  .login_cr{ border-top:1px solid #999999; width:760px; margin:10px auto; text-align:center; padding-top:15px; clear:both;}

