@font-face {font-family: 'Lasiver-Light';src: url('webfonts/2ADC14_0_0.eot');src: url('webfonts/2ADC14_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2ADC14_0_0.woff') format('woff'),url('webfonts/2ADC14_0_0.ttf') format('truetype');}

@font-face {font-family: 'Lasiver-Regular';src: url('webfonts/2ADC14_1_0.eot');src: url('webfonts/2ADC14_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2ADC14_1_0.woff') format('woff'),url('webfonts/2ADC14_1_0.ttf') format('truetype');}

@font-face{
	font-family:Lasiver;
	src: url(files/LasiverHairline.otf);
}

body{
margin: 0;
padding-top:20px;
padding-left:50px;
padding-right:50px;
vertical-align: middle;
text-align: center;
background-color: #f6f6f5;

font-family: Lasiver;
color: #888888;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type=text]{
	border-color:#555555;
	border:solid 1px;
	padding:5px;
	background-color: #FFFFFF;
	width:200px;
	height:2em;
	color:#000000;
	font-family: Lasiver;
	font-size:1.2em;
}

button{
	border:solid 0px;
	color:#FFFFFF;
	font-family: Lasiver;
	font-size:1.2em;
	padding:5px;
	background-color: #919999;
}