@font-face {
    font-family: 'EurostileRegular';
    src: url('/skins/elitechip/font/eurostile/eurosti1-webfont.eot');
    src: url('/skins/elitechip/font/eurostile/eurosti1-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skins/elitechip/font/eurostile/eurosti1-webfont.woff') format('woff'),
         url('/skins/elitechip/font/eurostile/eurosti1-webfont.ttf') format('truetype'),
         url('/skins/elitechip/font/eurostile/eurosti1-webfont.svg#EurostileRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
	color: #3E91EC;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: EurostileRegular;
	color: #F7A30A;
	font-weight: normal;
}

h1 {
	font-size: 230%;
	margin: 0 0 3px 0;
}

h2 {
	font-size: 180%;
	margin: 0 0 3px 0;
	color: #505050;
}

h3 {
	font-size: 140%;
	margin: 0 0 3px 0;
	color: #303030;
}

h4 {
	font-size: 130%;
	margin-bottom: 0.7em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	color: #4B4B4B;
	background-color: #F2F2F2;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.ecxip {
	position: absolute;
	width: 262px;
	height: 312px;
	background-image: url('images/xipet/xipoops.png');
	top: 0px;
}

.eclogo {
	position: absolute;
	width: 14em;
	height: 4.5em;
	left: 300px;
	background-image: url('images/logodrk.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.ecmaincnt {
	margin: 100px auto;
	width: 900px;
	text-align: left;
	position: relative;
}

.ecsrvname {
	font-size: 0.7em;
	color: #C0C0C0;
	text-align: right;

}

.ecwnd {
	border: 3px solid #f7a30a;
	background-color: #FFF;
	border-radius: 15px;
	left: 300px;
	position: absolute;
	top: 80px;
	padding: 25px;
}

