* { 
	font-size:8pt;
	font-family:verdana;
}

fieldset {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

fieldset legend {
  font-weight: bold;
}

#container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.submit {
	border : 1px solid #90A3A9;
	width:100px;
	background-color:#f3f3f3;
}

.total {
  color: #FF0000;
  font-weight: bold;  
}

.discount {
  color: #008000;
  font-weight: bold;  
}

.total_with_discount {
  color: #008000;
  font-weight: bold;  
}