@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/temp/gotham-bold.eot');
    src: url('../fonts/temp/gotham-bold.eot') format('embedded-opentype'),
         url('../fonts/temp/gotham-bold.woff2') format('woff2'),
         url('../fonts/temp/gotham-bold.woff') format('woff'),
         url('../fonts/temp/gotham-bold.ttf') format('truetype'),
         url('../fonts/temp/gotham-bold.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/temp/gotham-book.eot');
    src: url('../fonts/temp/gotham-book.eot') format('embedded-opentype'),
         url('../fonts/temp/gotham-book.woff2') format('woff2'),
         url('../fonts/temp/gotham-book.woff') format('woff'),
         url('../fonts/temp/gotham-book.ttf') format('truetype'),
         url('../fonts/temp/gotham-book.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, input, select, font, td {
	font-family: 'GothamBook',arial;
    font-size: 13px;
    line-height: 22px;
	margin: 0;
}
body{
	background:transparent;
	
}
table {
	width:100%;
	min-width: 236px;
	height: auto;
}
table td {
	padding:5px 5px 5px 0;
	text-align:left;
}

input[type="text"],
input.inputstyle {
	background-color:#ffffff;
	border: 1px solid #5E5E5E;
}
input[type="radio"] {
	vertical-align:text-bottom;
	margin: 0 5px;
}
select {
	margin-right:5px;
}
input[type="submit"],
input.formstyle {
    cursor: pointer;
	-webkit-appearance: none;
	font-family: 'GothamBold', arial;
	font-size: 11px;
	padding: 10px 20px;
	background: #000000;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: inline-block;
}
/*table tr:first-child + tr td {
	background-color:#4D4D4D;
	color: #FFFFFF;
	font-weight: bold;
	padding:10px 5px 2px 5px;
	border-bottom:0 none;
}*/
/*table tr:first-child + tr + tr td {
	font-weight: bold;
	padding: 2px 5px 10px 5px;
	border-bottom:0 none;
}*/
table tr td {
	color: #464A4F !important;
}
table tr td table tr td {
	background-color:transparent !important;
	background-image:none !important;
	line-height:normal !important;
	padding:5px !important;
	/*color: #4c4c4c !important;*/
	font-weight:normal !important;
}
table tr td table tr td {
	padding-left:0;
	padding-right:0;
}