* {margin: 0; padding: 0;}

body {
	background-color:#fff;
	margin:0px;
	margin-top:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	}

#header
{
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	border: 9px solid #eee;
	border-radius: 19px;
	box-shadow: 0 0 15px;
	height: 115px;
	margin:1% auto 4%;
	padding: 0;
	width: 560px;
	}

#main {
	width:90%;
	padding:0px;
	margin-left: auto ;
	margin-right: auto ;
	}

table {
	width: 100%;
	margin:0 auto;
	border-collapse:collapse;
	}

caption {
	font-size: 1.1em;
	padding-bottom: 5px;
	padding-right: 2px;
	text-align: right;
	}

td,th {
	padding: 5px;
	font-size: 1.1em !important;
	}
	
.tabledata input
{
	padding: 5px;
	}
	
th {
	text-align: left;
	border-color: #14556b;
	font-family: font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	text-align: center;
	padding: 10px 0px !important;
	text-align: center !important;
	}

td {
	padding: 10px 30px;
	}
	
h1 {
	color: #000;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	}

body,td,th {
	font-size: 0.9em;
	text-decoration: none;
	}

ul {
	list-style-type:none;
	margin-top:15px;
	margin-bottom:15px;
	}

li {
	list-style-type:none;
	}

a {
	text-decoration: none;
	outline: none;
	}

a.menuclass {
	color:#2379d0;
	font-size:18px;
	outline: none;
	}

button.buttonclass {
	background-color:#0098F8;
	color:#f6f6f8;
	font-size:24px;
	margin-left:40px;
	}

button {
	background-color: #fff;
	border: 1px solid #cad4e0;
	border-radius: 6px;
	color: #0085ca;
	font-family: sans-serif;
	margin: 10px 7px 10px auto;
	padding: 5px;
	}
	
legend {
	font-size: 22px;
	font-weight: 400;
	margin-left: 25px;
	padding: 0 13px;
	}

fieldset {
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 12px;
	padding: 0 15px;
	}
	
textarea
{
	margin-right: 10px;
	}

input {
	margin: 10px auto;
	padding: 5px;
	margin-right: 10px;
	}

input[type="checkbox"] {
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
	}