html, body, div, span, h1, h2, h3, h4, h5, h6, button, p, a, address, big, em, img, small, strong, sub, sup, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, figure, figcaption, footer, header, menu, nav, section, time, video {
	margin: 0;
	padding: 0;
	zoom: 1;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	font-family: 'pt_sansregular';
}
article, aside, figcaption, figure, footer, header, menu, nav, section {display: block;}
ol, ul {list-style: none;}
table {width: 100%; border-collapse: collapse; border-spacing: 0;}
* {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {height: 100%;}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../font/ptsans_regular_macroman/PTS55F-webfont.eot');
    src: url('../font/ptsans_regular_macroman/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ptsans_regular_macroman/PTS55F-webfont.woff') format('woff'),
         url('../font/ptsans_regular_macroman/PTS55F-webfont.ttf') format('truetype'),
         url('../font/ptsans_regular_macroman/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #000;
	overflow: auto; 
	min-width: 980px; 
	font: 400 13px/1.5em sans-serif;
}

input, 
textarea {
	background: #fff;
	font-family: 'pt_sansregular', sans-serif;
	margin: 0; 
	border: 1px solid #bcbdc0; 
	padding: 5px 10px;
	resize: none;
}

textarea {
	height: 84px;
}

	input:focus, 
	textarea:focus {
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out; 
		transition: all 0.25s ease-in-out; 		
		border: 1px solid #333;
	}

input[type=checkbox], 
input[type=radio] {
	width: auto!important; 
	border: none!important; 
}

input[type=file] {
	border: none; 
	font-size: 12px;
	width: auto;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {font-family: 'pt_sansregular'; line-height: 1;}

p {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 10px;
}

a {
	color: #000; 
	text-decoration: none;
}

a, button, li, input, textarea {outline: none;}
a, button {cursor: pointer;}

.hidden {display: none;}

th, .left {
	text-align: left;
}

.right {
	text-align: right;
}




/****
* Buttons
***/
.btn {
	display: block;
	font-size: .85em;
	line-height: 30px;
	text-align: center; 
	background: #ebeced;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1d3d52), to(#3386b4));
	background: -webkit-linear-gradient(top, #3386b4, #1d3d52);
	background: -moz-linear-gradient(top, #3386b4, #1d3d52);
	background: -ms-linear-gradient(top, #3386b4, #1d3d52);
	background: -o-linear-gradient(top, #3386b4, #1d3d52);

	color: #fff;
	border: 1px solid #727d92;
}

	.btn:hover {
		opacity: .8;
	}

	.btn:active {
		opacity: 1;
	}
