/* CSS Document */

.WAATK h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #BABDC2;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-bottom: 6px;
}

.WAATKDataTable {
  padding-top: 10px;
  padding-bottom: 10px;
}

.WAATKDataTable th {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

.WAATKDataTable td {
	font-size: 11px;
	padding: 5px;
	color: #000;
	-moz-border-radius: 0 6px 6px 0px;
	-webkit-border-radius: 0 6px 6px 0px;
	border-radius: 0 6px 6px 0px;
}

.WAATKButtonRow {
	margin-top: 2px;
	padding-top: 5px;
	border-top: 1px solid #BABDC2;
}
.WAATKRegisterButton {
	margin-top: 2px;
	border-top: 1px solid #BABDC2;
	margin-left: 65px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.WAATKTextField {
  /* will affect all input[type=text|password] fields */
}
.WAATKNewsletter {
	text-align: right;
}
