  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
	fieldset, img { border: 0; }
	img { display:inline-block; }
	:focus { outline: 0; }
	address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }
	h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
	abbr, acronym { border: 0; font-variant: normal; }
	input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
	code, kbd, samp, tt { font-size:100%; }
	input, button, textarea, select { *font-size: 100%;
	}
ol, ul { list-style: none outside none; }
table { border-collapse: collapse; border-spacing: 0; }
sup, sub { font-size: 100%; vertical-align: baseline; }
:link, :visited, ins { text-decoration: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a{+A:expression(this.onFocus=this.blur());}
a:focus{outline:none;}
body{font-size:75%; font-family:Tahoma, Arial;}
.cl:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.cl{zoom:1}
.fl {float: left;}
.fr {float: right;}
.phold {
  width: 100%;
  height: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  font-size: 0;
  overflow: hidden;
}
  .wrapper{
      width: 100%;
      height: auto;
      /*min-width: 1100px;*/
      padding-top: 23px;
      /*background-color: #fafafa;*/
      margin-top: -23px;
      padding-bottom: 81px;
      margin-bottom: -81px;
  }
  .mainWrapper{
      width: 1000px;
      padding: 0 49px;
      border: 1px solid #f0f0f0;
      background: #ffffff;
      overflow: hidden;
      border-radius: 4px;
  }
.phold22{
  height: 22px;
}
.btn{display:inline-block;text-align: center;cursor: pointer;}
.btnbordergray{
  border: 1px solid #cfcfcf;
  background: #ffffff;
  color: #cfcfcf;
  text-align:center ;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btnbordergray:hover{
	border: 1px solid #f85f2e;
	background: #f85f2e;
	color:#ffffff;
    text-decoration: none!important;
}
.btnbordergray:active{
	border: 1px solid #e7550e;
	background: #e7550e;
	color:#ffffff;
    text-decoration: none!important;
}
.btnborderorg{
    border: 1px solid #f85f2e;
    background: #ffffff;
    color: #f85f2e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btnborderorg:hover{
    border: 1px solid #f85f2e;
    background: #f85f2e;
    color:#ffffff;
    text-decoration: none!important;
}
.btnborderorg:active{
    border: 1px solid #e7550e;
    background: #e7550e;
    color: #ffffff;
}
.btnbgorg{
  border: 1px solid #f85f2e;
  background: #f85f2e;
  color: #ffffff;
  text-align:center ;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btnbgorg:active{
	border: 1px solid #e7550e;
	background: #e7550e;
}

.btnsize10032 {
  width: 98px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.btnsize7324 {
  width: 73px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.marginT10{margin-top:10px;}
