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

*{
	margin:0;
	padding:0;
	border:0;
	outline:0;	
}
body{
	font-family:'Myriad Pro',Arial,sans-serif;
	font-size:22px;
	background:#36465b;
	margin-top:200px;
}

input{
	border:grey 1px solid;
	line-height:22px;
	padding:5px;
}

table{
	margin:0 auto;
}

td{
	padding:5px 10px;
}

#error{
	color:red;
}