* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
	box-sizing: border-box
}

body,
html {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%
}

body {
    font-family: Verdana, Sans-Serif, Arial, Helvetica;
    color: #000000;
    font-size: 12px;
    background: #9CA5EF url(http://www.ittenders.com/_images/bg01.gif) !important;
    text-align: justify;
}

hr,
label {
	display: block
}

label,
p {
	margin-bottom: 8px
}

label {
	font-size: 14px;
	font-weight: 500;
	cursor: pointer
}

p {
	margin-top: 0
}

hr {
	margin: 30px 0;
	border: 0;
	border-bottom: 1px solid #eaeaea;
	height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 400;
	line-height: 1.2
}

a,
a:focus,
a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: 600
}

.form-control {
	display: block;
	width: 100%;
	background-color: #f9f9f9;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 2.5px;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 9px
}

.h1,
h1 {
	font-size: 32px
}

.h2,
h2 {
	font-size: 24px
}

.h3,
h3 {
	font-size: 20px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 16px
}

.h6,
h6 {
	font-size: 14px
}

label+p {
	margin-top: -4px
}

.container {
	display: block;
	margin: auto;
	max-width: 40em;
	padding: 10px
}

@media (max-width:620px) {
	.container {
		padding: 0
	}
}

.sec-style {
	background-color: #fff;
	padding: 24px;
	color: #333;width: 600px;
	box-shadow: 2px 2px 5px 0px rgba(6, 6, 6, 0.59);
    border-radius: 10px;
    padding-top:10px;
    margin-top:10px;
}
.sec-style h3{margin-bottom:15px;}

.section a,
.section a:focus,
.section a:visited {
	color: #00bcd4
}

.logo {
	display: block;
	margin-bottom: 12px
}

.logo__img {
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
	padding: 6px 0
}

.visible-ie {
	display: none
}

.push-bottom {
	margin-bottom: 24px
}

.zero-bottom {
	margin-bottom: 0
}

.zero-top {
	margin-top: 0
}

.text-center {
	text-align: center
}

.is-hidden {
	display: none
}

[data-test-hook] {
	margin-bottom: 24px
}
.table1 {
    border-width: 0;
    background-color: #ffffff;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
}
.tp:hover {
    background: url(http://www.ittenders.com/_images/itt_back_02.gif) repeat center left;
    background-color: #8c3310;
    color: #ffffff;
    text-decoration: none;
}
.tp{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: url(http://www.ittenders.com/_images/itt_back_01.gif) repeat center left;
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
    background-color: #3d5ec0;
}
.tp a:link {
    color: #ffffff;
    text-decoration: none;
}
.tp a:visited {
    color: #ffffff;
    text-decoration: none;
}
.ittbgdot {
    font-size: 10px;
    color: #808080;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    vertical-align: top;
    padding: 3px;
    background-image: url(http://www.ittenders.com/_images/bgdot.gif);
    background-repeat: repeat-x;
}
.bottable {
    border-width: 0;
    background-color: #3d5ec0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.table2 {
    border-style: none;
    border-width: 0;
    text-align: left;
}
.bottommenu {
    border-bottom: 1px dotted #C0C0C0;
    background-color: #3d5ec0;
    border-bottom-width: 0;
    width: 185px;
}
.bottommenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.bottommenu a {
    font: normal 10px Verdana;
    padding: 2px 1px;
    display: block;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted #C0C0C0;
}
html>body .bottommenu a {
    width: auto;
}
.bottommenu a:hover {
    background-color: #607BCC;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.bottommenu a:visited {
    color: #ffffff;
}
.help-block {
   display: inline-block;
   font-size: 13px;
   background: #ff7171;
   color: white;
   padding: 2px 10px;
   margin-top: 8px;
   position: relative;
   border-radius: 3px;
}
.help-block:after {
   content: "";
   display: block;
   position: absolute;
   top: -5px;
   left: 10px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 5px 5px 5px;
   border-color: transparent transparent #ff7171;
}