html{}
body {
    background: none repeat scroll 0 0 #fff;
    color: #333333;
	font-family: 'PT Sans', sans-serif;
}

html,body{}
.section {
    clear: both;
    display: block;
    position: relative;
	padding-top:38px;
	padding-bottom:38px;
}

h1,h2,h3,h4,h5,h6 {clear: both;}
.h1{display: none}

h2, .h2 {
    color: #333333;
    font-size: 30pt;
    font-weight: bold;
    margin-bottom: 33px;
    text-align: center;
}
h3,.h3{}
a {color:#333333;}
a:hover{
	text-decoration:none;
	color:#ffa200;
}
p{}
ul {}
ul li {}
table {}
table.nb {border:none;}
table tr{}
table tr td {
    vertical-align: top;
}
table tr td.allcenter {
    vertical-align: middle;
}
table tr td.bottom {
    vertical-align: bottom;
}
input {
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    font-family: pt sans;
    font-size: 13pt;
    height: 36px;
    padding: 3px 14px;
	margin-right: 5px;
}
input.darkborder {
	 border: 1px solid #333333;
}
textarea{}
select {}
input.darksilver {
	background:#333333;
	color:#fff;
}

input[type="submit"] {
    border: 1px solid transparent;
    display: inline-block;
    height: 44px;
    padding: 9px 19px;
	cursor:pointer;
	font-weight:bolder;
}
input[type="submit"].darksilver:hover {
	background:#000;
	color:#fffd48;
}
input[type="submit"].orange {
	background:#ffa200;	
	color:#fff;
	
}
input[type="submit"].orange:hover {
	background:#ff6000;	
}
input[type=text].orangeBorder {
	border: 1px solid #ff6000;
      width: 88%;
    margin-bottom: 10px;
}
input[type=text],textarea,select{}

input::-webkit-input-placeholder {
	color:#777777 !important;
}
input:-moz-placeholder {
	color:#777777 !important;
}
textarea::-moz-placeholder {
    color:#777777 !important;
}


#bcheck svg{
    height: 220px;
}
#bcheck .label{
    fill:#FFFCF9;
    font-size:1.8em;
    font-family: "din-condensed-web", sans-serif;
    text-anchor:middle;
    letter-spacing:1.2px;
}
#bcheck .tubeLabel{
    fill:#FCEFD6;
    font-size:1.4em;
    font-family: "din-condensed-web", sans-serif;
    text-anchor:middle;
}
#bcheck .dragger{
    -webkit-tap-highlight-color:transparent;
}

.fl{float:left;}
.fr{float:right;}
.clear {clear:both;display:block;width:0px;height:0px;}
.right {text-align:right;}
.left{text-align:left;}
.center {text-align:center;}
.strong,.bold {
	font-weight:bold;
}
.btn {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 10px 13px;
}
div.center {
    margin: 0 auto;
    text-align: inherit;
}
div.center.tcenter{
	text-align: center;
}
.uppercase {
	text-transform:uppercase;
}
.hidden {
	display:none;
}
.fl{float:left;}
.fr{float:right;}
.w50{width:50%;}
.w33{width:33%;}
.w100 {width:100%;}

/*COLOR*/
.orange {
	color:#ffa200;
}
.silver {
	color:#999999;
}
.cwhite {
	color:#fff;
}