form.frmBlue {
	font-size: 10pt;
	margin: 0;
	display: block;
	width: 350px;
	border: 1px solid #000044;
	background: #DDDDFF;
}
form.frmBlue span.error, form.frmBlue div#errorHead {
	text-align: left;
	color: #FF0000;
	display: inline;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 2px;
}
form.frmBlue div#errorHead {
	text-align: center;
	font-size: 12pt;
	display: block;
}
form.frmBlue input {
	font-size: 8pt;
}
form.frmBlue h1 {
	font-size: 14pt;
	background: #000044 url(images/blue3d.gif);
	background-repeat: repeat-x;
	color: #DDDDDD;
	margin: 0;
	margin-bottom: 2px;
	text-align: center;
}
form.frmBlue h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #000088;
	margin: 0;
	margin: .5em;
	text-align: left;
}
form.frmBlue .formbutton {
	font-size: 10pt;
	font-weight: bold;
	background-color: #fed;
	margin: 4px;
}
form.frmBlue div.required, form.frmBlue div.optional {
	clear: left;
	display: block;
	text-align: left;
}
form.frmBlue div.required label{
	font-weight: bold;
}
form.frmBlue div div label, form.frmBlue div label {
	font-size: 8pt;
	display: block;
	float: left;
	width: 120px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}

.result {
	background: #FFEEFF;
	font-weight: bold;
	padding: 0 3px 0 3px;
	border: 1px dashed #AAAAEE;
}

ul.err {color:#FFFF00; background: #FF0000; font-weight: bold;}
div#othernum,div#share,div#sharebtn { display: none; }

div.beercostresults {
	font-size: 8pt;
	margin: 0 0 2em 0;
	color: #BB0000;
}
div.beercostresults div{
	margin-left: 1em;
}
div.beercostresults h1 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
}

div.div_comm {
	border-bottom: 1px dashed #BBBBBB;
	color: #000000;
}
div.div_comm span.date {
	margin-right: .5em;
	color: #888888;
}
div.div_comm img {
	margin-right: 4px;
	border: 0;
	width: 10px;
	height: 12px;
}

form.frm_comments input {
	font-size: 8pt;
	margin-right: 2em;
}
form.frm_comments textarea {
	width: 300px;
	height: 50px;
}

div#beercosts {margin-top: 1.5em;}

div#beercostLinks {
	text-align: center;
	background: #999999;
	padding-bottom: .5em;
}
div#beercostLinks img{
	border: 0;
}

div#beercostText {
	background: #999999;
	padding: 5px;
	text-align: left;
	font-size: 10pt;
}
div#beercostText img#main {
	width: 100%;
	display: block;
}
div#beercostTextLeft {
	text-align: center;
	width: 200px;
	float: left;
	margin-right: 5px;
}
div#beercostText p {
	margin-top: 0;
}
p#istrue {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

form.frmBlue A.submitButton:link, form.frmBlue A.submitButton:active, form.frmBlue A.submitButton:visited {
	color: #FFFFFF;
	background: #7777DD url(images/red3d.gif) repeat-x top left;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border: thin solid #550000;
	padding: 1px 20px 1px 20px;
	text-align: center;
	display: block;
	margin: .5em;
  }
form.frmBlue A.submitButton:hover {
	background: #009900;
  }
