﻿*{margin:0; padding:0;}

body {background-image:url("../images/backgnd.gif");

    font-family:"微軟正黑體",Verdana;
    font-size: 16px;
   
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.rooter{
	padding:10px 20px 20px 10px;
	text-align:center;
	background-color:#CCC;
}

.logo{
	
	 width:100%;
	 height:104px;
}

.mainTitle{
	color: rgb(0, 0, 0);
	text-shadow: 2.5px 4.33px 5.04px rgba(4, 0, 0, 0.294);

	width: 100%;
	height: 60px;
	
	
	
}

.logo1{
	float: left;
	width: 550px;
	height:530px;
	display: table-cell;
	box-sizing: content-box;
	-moz-background-size: 90%; /* 老版本的 Firefox */
	background-size: 90%;
	margin-left: 10px;
	cursor: pointer;
	background-image: url(../images/photo-write-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.logo1p{
	float: left;
	width: 550px;
	height:530px;
	display: table-cell;
	box-sizing: content-box;
	-moz-background-size: 90%; /* 老版本的 Firefox */
	background-size: 90%;
	margin-left: 10px;
	cursor: pointer;
	background-image: url(../images/photo-write-bgp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.rightmenu{
	float: right;
	width: 350px;
	
	display: table-cell;
	box-sizing: content-box;
	
}

.wrap{
margin: 20px auto;
width: 300px;
}

.writeBox{
	border:1px solid #0BD077;
	
	
}

.photoBox{
	border:1px solid #102EDD;
	
}

.videoBox {
	border: 1px solid #13a2d6;
}



.writeBox, .photoBox, .videoBox {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}

	.writeBox .title, .photoBox .title, .videoBox .title {
		position: absolute;
		top: -13px;
		left: 10%;
		line-height: 2em;
		padding: 0 1em;
		background-color: #fff;
	}
.contest{
	background: url("../images/contest.png") no-repeat center center;
	width: 100px;
	height: 250px;
	
	margin-left: 425px;
	-moz-background-size: 100%; /* 老版本的 Firefox */
	background-size: 100%;
	box-sizing: content-box;
	position: relative;
	
	
}

.write_logo{
 background:url("../images/write-bg.png") no-repeat top center;
}

.camera_logo{
 background:url("../images/photo-bg.png") no-repeat top center;
}

.write_logo,.camera_logo{
	
		
		
	float:left;
		width: 450px;
	height: 450px;
	display: table-cell;

box-sizing:content-box;

 -moz-background-size:100% ; /* 老版本的 Firefox */
background-size:100%;
margin-left:10px;
cursor:pointer;
	
}

.write_div,.camera_div{
	float:left;
	width:400px;
	 height:450px;
	 
		display:table-cell;
			padding:10px;
		
}



.logo3{
	 position:relative;
	 left:410px;
	 top:-230px;
	 background:url("../images/contest_logo.png") no-repeat ;
	
	 width:300px;
	 height:210px;
	 
}

.desc_box{
	font-family:"標楷體","Trebuchet MS";
	padding: 0px 20px 0px 20px;
	
	font-size: 20px;
	line-height: 28px;
	color: #000;
	width: 910px;
}

.desc_box p{
	
	text-indent:20px;
}

.desc_box2{
	font-family:"Trebuchet MS";
	padding: 0px 20px 0px 20px;
	
	font-size: 16px;
	line-height: 24px;
	color: #000;
	width: 910px;
}

.desc_box2 p{
	text-align:justify;
	text-indent:20px;
}

.Ptext{
	font-family: "Times New Roman", Times, serif;
}

.desc{
	
	padding-left:10px;
	font-size:14px;
	line-height:20px;
	float:left;
	display:table-cell;
	width:410px;
	color:#06C;
	
}

.descP{
   
	padding-left:10px;
	display:table-cell;
	
	width:510px;
	font-size:14px;
	line-height:20px;
	color:#06C;
}
.clear{
	clear:both;
	
}

/* CSSTerm.com Simple CSS menu */
/*          menu_simple  UL              */

ul.menu_simple  {
	
    margin: 0px ;
    padding: 0;
    width:200px;
    list-style-type: none;
}
ul.menu_simple li {
  padding:5px 0px 5px 0px;
}

ul.menu_simple li a {
    text-decoration: none;
    color: white; 
    padding: 5px 5px;
    background-color: #005555;
    display:block;
}
 
ul.menu_simple li a:visited {
    color: white;
}
 
ul.menu_simple li a:hover, ul.menu_simple li .current {
    color: white;
    background-color: #5FD367;
}

.menu_simple.black li a {
	background-color: #2148C4;   
}

ul.menu_simple.black li a:hover, ul.menu_simple.black li .current {
	color: white;
	background-color: #0EC5EB;
}

.menu_simple.blue li a {
	background-color: #50b1cf;
}

ul.menu_simple.blue li a:hover, ul.menu_simple.blue li .current {
	color: white;
	background-color: #8DD8DC;
}

.container
{ 
 
  height:auto;
  width:950px;
  margin:0 auto;
  background-color:#FFF;
  padding:10px;

  

}

.banner
{  
    background-image: url(../Images/logo_bg.jpg);
    margin: 0px;
    padding: 0px;
    margin: 0;
    height: 150px;
    width: auto;
}

	.banner h1
		{ 
		background: url(../Images/logo.png) no-repeat;
		width: 550px;
    height: 99px;
    text-indent: -9999px;
    float: left;
    margin: 5px;
	}

.box
{   

	text-align:center;
	
}

.title_dept 
{height: 143px;
	
	 text-align:center;
	 background-image: url(../images/mgr.png);
	background-repeat: no-repeat;

	 background-repeat: no-repeat;
  background-position: center center;
	
}

.head{
	display: block;
	width: 100%;
}


.title_app
{height: 127px;
	
	text-align: center;
		
	 text-align:center;
	 background-image: url(../images/banner.png);
	background-repeat: no-repeat;

	 background-repeat: no-repeat;
  background-position: center center;
}

.title_agent
{ 
 

 text-align:left;


}

.agent_box
{
 padding:5px;
}

.position{
	
	display:inline-block;
	width:500px;
	text-align:left;
	line-height:24px;
	
}

.agent_no{
	float:left;
	display:block;
	width:233px;
	text-align:center;
	padding-top:5px;
	padding-bottom:3px;
	margin-left:3px;
	border:solid 1px;
	background-color:#1C7ED1;
	color:#FFF;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;

	
}
.agent_no span{
	margin:auto 0px;
}

.agent_no a{
	color:#FFF;
}

.agent_no a:hover{
	color:#FFF;
	text-decoration:none;
}
.company_name,.agent_name {
	display:inline-block;
	width:900px;
	line-height:24px;
	color:#06C;
	
	
	
}





.imgCode
{ height:40px;
  vertical-align:text-bottom;
}

.boxcontent ul{ list-style:none;
}
/*   Buttion Class                         */
.css_btn_class, .css_btn_class .current {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	padding:3px 12px;
	margin-left:10px;
	margin-right:10px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #c9e0f7 21%, #50b1cf 84% );
	background:-ms-linear-gradient( top, #c9e0f7 21%, #50b1cf 84% );
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(21%, #c9e0f7), color-stop(84%, #50b1cf) );
	background-color:#09C;
	color:#fafafa;
	display:inline-block;
	text-shadow:2px 2px 4px #2275c9;
 	-webkit-box-shadow:inset 3px 2px 4px -1px #dcecfb;
 	-moz-box-shadow:inset 3px 2px 4px -1px #dcecfb;
 	box-shadow:inset 3px 2px 4px -1px #dcecfb;
	overflow:hidden;
}

.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #50b1cf 21%, #c9e0f7 84% );
	background:-ms-linear-gradient( top, #50b1cf 21%, #c9e0f7 84% );

	background:-webkit-gradient( linear, left top, left bottom, color-stop(21%, #50b1cf), color-stop(84%, #c9e0f7) );
	background-color:#06C;
}


 /*   Buttion Class               End          */
/* This css button was generated by css-button-generator.com */

                 /*  Login Box                  */
.loginbox
{  border: 1px solid #808080;
	min-width:300px;
	width:550px;

  margin-left:auto;
  margin-right:auto;
  padding:10px;
}

.login_left{
	
	width: 250px;
	float: left;
	display: inline-block;
	text-align: right;
	vertical-align:top;
	height:30px;
}

.login_right{

	margin-left: 10px;
	text-align: left;
	width: 280px;
	display:inline-block;
	float: left;
	height:30px;
	
	
}

input
{
    vertical-align:top;
}


    /*  Login Box  End         */
.agent_container

{

	min-width:300px;
	
 
  	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;


	padding:3px 12px;

}


.agentTableClass
{ border:1px solid #808080;
}

.agentTableClass td
{ border:1px solid #808080;
text-align:center;
}

.hiddenNumber
{
}


.boxcontent{
font-size:16px;
 line-height:24px;
 display:block;
 height:100%;
 margin-top:20px;
 margin:10px 0px 0px 0px;
 

}
/*------------------menu bar...............*/
.menu_bar
{  
	


	 padding:0px;
	 margin:0px;
	
	 width:100%;
}
/*------------------Menu  OL List---------------*/
ol.menuOL li
{  text-align:left;
   list-style:none;
     padding:5px 0px 5px 0px;
	  display:block;
	  float:left;
 
}

ol.menuOL 
{    margin: 0px ;
    
    list-style-type: none;
	overflow: hidden;
   list-style:none;
   float:left;
}

ol.menuOL a,ol.menuOL a:visited{
		 padding: 5px 10px 5px 10px;
	  background: #13a2d6;
  background-image: -webkit-linear-gradient(top, #13a2d6, #32d6c8);
  background-image: -moz-linear-gradient(top, #13a2d6, #32d6c8);
  background-image: -ms-linear-gradient(top, #13a2d6, #32d6c8);
  background-image: -o-linear-gradient(top, #13a2d6, #32d6c8);
  background-image: linear-gradient(to bottom, #13a2d6, #32d6c8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
 
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  
  color: #ffffff;
  font-size: 18px;
 
 
  text-decoration: none;
  display:block;
}

ol.menuOL a:hover, ol.menuOL a .current{
	  background: #33CCFF;
  background-image: -webkit-linear-gradient(top, #33CCFF, #3498db);
  background-image: -moz-linear-gradient(top, #33CCFF, #3498db);
  background-image: -ms-linear-gradient(top, #33CCFF, #3498db);
  background-image: -o-linear-gradient(top, #33CCFF, #3498db);
  background-image: linear-gradient(to bottom, #33CCFF, #3498db);
  text-decoration: none;
}


/*------------------query box---------------*/
.sub_container2
{
	border: 1px solid #808080;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 3px 2px 4px -1px #dcecfb;
	-moz-box-shadow: inset 3px 2px 4px -1px #dcecfb;
	box-shadow: inset 3px 2px 4px -1px #dcecfb;
	display:inline-block;
	
	float:left;
     width:1100px;
	min-height:300px;
	 height:auto;
	
	background-color: aquamarine;
	padding:10px;
	margin:0px 0px 0px 10px;	   
}

.sub_container
{
	   width:1150px;
	   margin:0px 0px 0px 0px;
}
.clear{
	
	clear:both;
}

.query_title, .detail_title, .upload_div
{float:left;
padding:5px;
}

.query_box, .detail_box, .upload_div2
{ float:right;
padding:5px;
text-align:right;
}

.query_container

{
	border: solid 1px #000000;
	
	background-color: #62F295;
	width: 100%;
	display: inline-block;
}

.query_container.apply

{
	
	background-color:#6CF;
	
	
}

.query_container.extend

{
	
	background-color:#F9C;
	
	
}


.msg_container{
	border:solid 1px #000000;
    background-color:#CF6;
	width:100%;
display:inline-block;
color:#F00;
min-height:20px;


}

.question_container{
	border: solid 1px #000000;
	background-color: #F9C;
	width: 100%;
	display: inline-block;
	color: #000;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	text-decoration:underline;
	}

.remark{
	
text-align:left;	

}

 input.cbclass{
	
	background-color: #FF0;
}

 /*              Table IMPort Class     */

.importTable 
{
	width: 100%;
	
}

.importTable td
{
	text-align:center;
	border:solid 1px #FFFFFF;
	font-size:12px;
}

.importTable th
{ padding:0px 5px;
border:solid 1px #FFFFFF;
font-size:12px;
background-color:#096;


}

.importTable.apply
{
	width: 1900px;
	
}

.importTable.apply th,.queryTable.apply th,.masterTable.apply th
{
	
	background-color:#06C;
}

.importTable.extend th,.queryTable.extend th,.masterTable.extend th
{
	background-color:#C36;
	
}

.queryTable 
{
	width: 1900px;
	
}

.queryTable.extend
{
	width: 100%;
	
}

.queryTable td
{
	text-align:center;
	border:solid 1px #FFFFFF;
	font-size:12px;
}

.queryTable th
{ padding:0px 5px;
border:solid 1px #FFFFFF;
font-size:12px;


}

.masterTable 
{
	width: 100%;
	
}

.masterTable.extend
{
	width: 100%;
	
}

.masterTable td
{
	text-align:center;
	border:solid 1px #FFFFFF;
	font-size:12px;
}

.masterTable th
{ padding:0px 5px;
border:solid 1px #FFFFFF;
font-size:12px;


}

.gvBox{
	width:100%;
	overflow:auto;
	height:auto;
	
	
}
.intro_container{
	
	min-width:300px;
	width:800px;

  margin-left:auto;
  margin-right:auto;
  padding:10px;
	
	
}

.Flipped2, .Flipped2 .queryTable
{
    transform:rotateX(180deg);
    -ms-transform:rotateX(180deg); /* IE 9 */
    -webkit-transform:rotateX(180deg); /* Safari and Chrome */
}

.grey
{ color:#666666;
  font-size:14px;
  text-align:center;
}

.divUserinfo
{
			 padding: 5px 10px 5px 10px;
	  background: #8DD8DC;
  background-image: -webkit-linear-gradient(top, #8DD8DC, #FFF);
  background-image: -moz-linear-gradient(top, #8DD8DC, #FFF);
  background-image: -ms-linear-gradient(top, #8DD8DC, #FFF);
  background-image: -o-linear-gradient(top, #8DD8DC, #FFF);
  background-image: linear-gradient(to bottom, #8DD8DC, #FFF);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
 
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
}

.lbUserinfo,.inputUserinfo ,.inputUserinfoP
{ 
  display:inline-block;
  margin:5px 0 0 0;
  padding:5px 0px;
}

.lbUserinfo
{   line-height:20px;
	width: 180px;
}

.inputUserinfoP {
	width:500px;
}
  

.divItem, .divItem table
{ width:100%;
  text-align:center;
}

.divItem table td
{
	
}

.ulUserinfo
{ list-style:none;
   text-align:left;
}

.divContainer{
	width:100%;
	text-align:center;
	
}
.divChoice{
	padding: 30px;
	background: #8DD8DC;
	background-image: -webkit-linear-gradient(top, #8DD8DC, #FFF);
	background-image: -moz-linear-gradient(top, #8DD8DC, #FFF);
	background-image: -ms-linear-gradient(top, #8DD8DC, #FFF);
	background-image: -o-linear-gradient(top, #8DD8DC, #FFF);
	background-image: linear-gradient(to bottom, #8DD8DC, #FFF);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	display: inline-block;
	width: auto;
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	line-height: 42px;
	letter-spacing: 0.5em;
	cursor: pointer;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;	
}

.divChoiceP{
	padding: 30px;
	background: #8DD8DC;
	background-image: -webkit-linear-gradient(top, #8DD8DC, #FFF);
	background-image: -moz-linear-gradient(top, #8DD8DC, #FFF);
	background-image: -ms-linear-gradient(top, #8DD8DC, #FFF);
	background-image: -o-linear-gradient(top, #8DD8DC, #FFF);
	background-image: linear-gradient(to bottom, #8DD8DC, #FFF);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	display: inline-block;
	width: auto;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	line-height: 36px;

	cursor: pointer;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;	
	
}

.bigBtn{
	
	padding: 20px;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 10px;	
}

.bigBtnP{
	
	padding: 20px;
	font-size: 24px;
	line-height: 36px;
	
}

.subTitle{
	
	color:#333;
	font-size:24px;
	line-height:36px;
	letter-spacing: 20px;	
}

.subTitleP{
	
	color:#333;
	font-size:22px;
	line-height:28px;
	
}
.Error{
	border:1px solid #FF0000;
	background-color:#FC0;
	
}

.UploadHints{
	
	color:#063;
}

.mainBtn{
	
	float:right;
}

.editTitle{
	color:#F60;
	float:right;
}

.Group{
  
	color:#666;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}

.Bold{
	font-weight: bold;
	
}

h1 span{
	float:left;
	font-size: 2em;
	text-align:left;
}

.gvClass td,.gvClass th{
	padding: 0px 5px 0px 5px;
	border: 1px solid #999;	
}

/*------------------Lang div Ul List---------------*/
div.langBar ul{
	left:500px;
	top:0px;
	position:relative;
	   margin: 0px ;
    display: inline-block;
    list-style-type: none;
	overflow: hidden;
}
div.langBar ul li{
	 float: left;
	  padding:10px 10px 10px 10px;
	  display:block;
	    
	
}
div.langBar ul a, div.langBar ul a:visited {
	 padding: 5px 10px 5px 10px;
	  background: #13a2d6;
  background-image: -webkit-linear-gradient(top, #13a2d6, #32d6c8);
  background-image: -moz-linear-gradient(top, #13a2d6, #32d6c8);
  background-image: -ms-linear-gradient(top, #13a2d6, #32d6c8);
  background-image: -o-linear-gradient(top, #13a2d6, #32d6c8);
  background-image: linear-gradient(to bottom, #13a2d6, #32d6c8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  
  color: #ffffff;
  font-size: 18px;
 
 
  text-decoration: none;
  display:block;
  text-align:center;

}

div.langBar ul a:hover,div.langBar ul .current {
  background: #67faf3;
  background-image: -webkit-linear-gradient(top, #67faf3, #3498db);
  background-image: -moz-linear-gradient(top, #67faf3, #3498db);
  background-image: -ms-linear-gradient(top, #67faf3, #3498db);
  background-image: -o-linear-gradient(top, #67faf3, #3498db);
  background-image: linear-gradient(to bottom, #67faf3, #3498db);
  text-decoration: none;
	
}

.bClass{
	font-weight:bold;
}

.smallSize{
	
	font-size:16px;
	
}



.link{
  color: rgb(0, 0, 0);
 
 
  text-decoration: none;
  


}

/*          LOGO UL              */
ul.logoUL

{
    margin: 0px ;
    padding-left: 20px;
   
    list-style-type: none;
	overflow: hidden;
	
}

ul.logoUL li {
    float: left;
	 width: 100px;
	 text-align:center;
}

ul.logoUL a {
	
  display:inline-block;
   
}
ul.logoUL a img{
	
  border:none;
   
}
/*          LOGO UL              */

@media all and (min-width: 720px) and (max-width: 930px) {
	.container
{ 
 
  height:auto;
  width:100%;
padding: 0px;

}

.banner
{  
   
    height: 100px;
    width: auto;
}

.desc_box,.desc_boxP,.desc_box2
{
	width:100%;
	
}

div.langBar ul{
	
	left:0;
	width:100%;
}
.logo{
	
	 width:100%;
	 height:auto;
}
ul.logoUL

{
    margin: 0px ;
    padding-left: 0px;
	height:auto;
   
   	
}

ul.logoUL li {
    float: left;
	 width: 10.8%;
	height:auto;
	 text-align:center;
}

ul.logoUL li img{
  height:auto;
   width:100%;
}

 .context {

        width:100%;
        height:100%;
    }

.contest{
	

	float:left;
	margin-left: 0px;
	
	position: relative;
	width: 100px;
	height: 160px;
	
	
}


    .logo1 {
      width: 50%;
      height: 95vw;
    margin-left: 0px;
    margin-right: 0px;
    background-size: 100%,100%;

    }

    .rightmenu {
           width: 45%;
        min-height: 95vw;
    margin-left: 0px;
    margin-right: 0px;
    background-size: 100%,100%;
    }

.inputUserinfoP {
	width:90%;
}

.gvClass {
	width:100%;
}

.lbUserinfo,.inputUserinfo ,.inputUserinfoA
{ 
  display:inline-block;
  margin:5px 0 0 0;
  padding:5px 0px;
}

.lbUserinfo
{   line-height:20px;
	width: 50%;
}

.wrap{
margin: 10px auto;
width: 300px;
}

ul.menu_simple {
	
margin-top:-20px;
}
}

@media all and (min-width: 240px) and (max-width: 719px) {
	.container
{ 
 
  height:auto;
  width:100%;
padding: 0px;

}

.banner
{  
   
    height: 100px;
    width: auto;
}

.desc_box,.desc_boxP,.desc_box2
{
	width:100%;
	
}

div.langBar ul{
	
	left:0;
	width:100%;
}
.logo{
	
	 width:100%;
	 height:auto;
}
ul.logoUL

{
    margin: 0px ;
    padding-left: 0px;
	height:auto;
   
   	
}

ul.logoUL li {
    float: left;
	 width: 10.8%;
	height:auto;
	 text-align:center;
}

ul.logoUL li img{
  height:auto;
   width:100%;
}

 .context {

        width:100%;
        height:100%;
    }

.contest{
	

	float:left;
	margin-left: 0px;
	
	position: relative;
	width: 100px;
	height: 160px;
	
	
}


    .logo1 {
      width: 100%;
      height: 95vw;
    margin-left: 0px;
    margin-right: 0px;
    background-size: 100%,100%;

    }

    .logo2 {
           width: 100%;
        height: 95vw;
    margin-left: 0px;
    margin-right: 0px;
    background-size: 100%,100%;
    }

.inputUserinfoP {
	width:90%;
}

.gvClass {
	width:100%;
}

.lbUserinfo,.inputUserinfo ,.inputUserinfoA
{ 
  display:inline-block;
  margin:5px 0 0 0;
  padding:5px 0px;
}

.lbUserinfo
{   line-height:20px;
	width: 50%;
}

.rightmenu{
	
width:100%	
}

.wrap{
	
width:90%		
}

ul.menu_simple {
	
width:100%;	
}

}

@media print {


.banner, .spanStep, h1,.css_btn_class,ul.logoUL,.btnDiv
{  
   
    display:none;
}

}
