@font-face{
	font-family:'poiret_oneregular';
	src:url('../fonts/poiretone-regular-webfont.eot');
	src:url('../fonts/poiretone-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/poiretone-regular-webfont.woff2') format('woff2'),url('../fonts/poiretone-regular-webfont.woff') format('woff'),url('../fonts/poiretone-regular-webfont.ttf') format('truetype'),url('../fonts/poiretone-regular-webfont.svg#poiret_oneregular') format('svg');
	font-weight:normal;
	font-style:normal;
}

a {
	color: #EF8478;
	}

* {
	margin: 0px;
	padding:0px;
	}

.headtrbg {
	background:#42424B;
	height:38px;
	}

.padding105 {
	padding: 10px 5px;
	}
	
.mypanel {
	background: #37373E;
	width: 350px;
	height: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -175px;
	}

td {
	padding: 0 5px 0 5px;
	}

body {
	font: normal 12px/14px tahoma,arial,verdana,sans-serif;
	color:#fff;
	background:#fff url(../images/bg-body.png);
	}
	
.sinformtd {
	font-size: 30px;
	font-family: "poiret_oneregular",sans-serif;
	font-weight: normal;
	color:#92D6E5;
	}
	
.inputlines {
	width: 100%;
	max-width: 186px;
	border-color: #b5b8c8;
	border-style: solid;
	border-width: 1px;
	}
	
.tablebg {
	background: #37373E;
	}