.posbutton {
	border: none;
	background-color: green;
	color: white;
	font-size: 14px;
	height: 25px;
}
.postablebutton {
	border: none;
	background-color: green;
	color: white;
	font-size: 14px;
	height: 25px;
}
.postablebuttondisabled {
	border: none;
	background-color: gray;
	color: white;
	font-size: 14px;
	height: 25px;
}
.posbuttonfixedwidth {
	border: none;
	background-color: green;
	color: white;
	font-size: 14px;
	width: 120px;
	height: 40px;
}
.posbuttonfixedwidth:hover {
        border: none;
        background-color: white;
        color: green;
        font-size: 14px;
        width: 120px;
        height: 40px;
}
.logo {
	color: black;
	font-weight: bold;
	font-size: 36px;
}
.promptheader {
	font-size: 18px;
	font-weight: bold;
	color: green;
}
.prompt {
	font-weight: bold;
}
.header {
	font-size: 18px;
	font-weight: bold;
	color: green;
}
.subheader {
	font-size: 16px;
	font-weight: bold;
	color: black;
}
.sectionheader {
	font-size: 16px;
	font-weight: bold;
	color: green;
}
.posngotable {
	background-color: white;
	color: black;
	width: 100%;
}
.posngotable tr:nth-of-type(2n) {background:none repeat scroll 0 0 #e0e0e0;}
.tableheader {
	background-color: #777777;
	color: white;
	font-weight: bold;
	height: 25px;
}
.roundedimg {
    border-radius: 25px;
}
.success {
	color: green;
}
.warning {
	color: orange;
}
.error {
	color: red;
}
::placeholder {
  color: white;
  opacity: 1;
}
