html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	font: 12px Tahoma;
	line-height: 20px;
	color: #000;
}

a {
	display: block;
	color: #267c2d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, form, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.table, .tableCell {
	width: 100%;
	height: 100%;
}

.table {
	display: table;
}

.tableCell {
	display: table-cell;
	vertical-align: middle;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

input {
	display: inline-block;
	border: none;
	outline: none;
	font: 12px Arial;
}

input[type=text], input[type=number], input[type=password], select {
	border: 1px solid #267c2d;
	width: 250px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
}

input[type=submit], input[type=button] {
	border-radius: 3px;
	cursor: pointer;
	padding: 2px 14px;
	background: #267c2d;
	font-weight: bold;
	color: #fff;
}

#submitBtnContainer, #submitMessageContainer {
	float: right;
	margin-left: 10px;
	height: 20px;
}

#submitMessageContainer {
	font-weight: bold;
	margin-top: 2px;
}

tr {
	background: #d7e7d8;
}