/* CSS Document */
*{padding:0; margin:0; font-size:12px;}
a{text-decoration:none; color:#000;}
a:hover{text-decoration:underline; color:#F00;}
body{
	text-align:center;
	background:url(../p_images/background/bbg.gif) repeat 0 0;
	}

#u_index_body{ 
	margin:50px auto; 
	width:800px;
	height:450px;
	text-align:left;
	background:#fff;
	padding:0 20px;
	}

#u_product_logo{
	width:659px;
	margin:auto;
	padding:50px 0 5px 0;
	}

#u_con_from{
	margin:auto;
	width:800px;
	height:300px;
	text-align:center;
	}
	
#u_con_from .u_form_bg{
	margin:auto;
	width:659px;
	height:201px;
	text-align:left;
	color:#FFF;
	}

#login_from{}

#login_from .login_input_cls{
	height:23px;
	line-height:160%;
	width:190px;
	padding-left:10px;
	font-size:14px;
	border:none;
	background:url(../p_images/background/button_bg.gif) scroll 0 0;
	}
#login_from .u_button_click{
	height:23px;
	line-height:160%;
	border:1px solid #000;
	padding:0 5px;
	background:url(../p_images/background/u_button_click.gif) repeat-x 0 0;
	}
#u_footer{
	margin:auto;
	width:659px;
	text-align:right;
	height:30px;
	line-height:30px;
	background:url(../p_images/background/top_nav_bg2.gif) repeat-x left top;
	}