@charset "utf-8";
/* CSS Document */
.waui_input {
	font: small sans-serif;
	width: 160px;
}
.waui_select {
	font: small sans-serif;
}
.waui_textarea {
	font: small sans-serif;
	height: 75px;
	width: 160px;
}
.waui_td_left {
  font: medium sans-serif;
  text-align: right;
  vertical-align:top;
  color:#333;
}
.waui_td_right {
  text-align: left;
  vertical-align:top;
}
.waui_wrapper{
  padding: 5px;
  border-radius: 8px;
  border-style:solid;
  border-color:#999;
  background-color:#FFF;
  color:#333;
}
div.waui_top {
  color:#333;
  font-family: sans-serif;
  text-align:center;
}
div.waui_bottom {
	background-color:#333
  color:#FFF;
  font-family: sans-serif;
  text-align:center;
}
body {
  font-family: sans-serif;
}

