/*
colours
#E64F56 is the red

#5DA849 is the green as for borders
#427734 is darker green for small text

#FDFBEF pale yellow/cream
#F7F0C6 is the cream

#CBB514  is the dark yellow
*/
body {
font-family:Verdana, Helvetica, Arial, sans-serif;
color: #427734;
background-color:#FDFBEF;
}

.smaller {
	font-size: 9px;
}
.warning {
color: #E64F56;
font-style:italic;
font-weight:bold;
font-size:1em;
}
.yellow {
color: #cbb514;
}
.green {
color: #5DA849;
}
p {
	font-size: 13px;
}
.title {
color:#E64F56;
font-size:2em;
font-weight:bold;
}
.header {
color: #cbb514;
font-size:1.4em;
font-weight:bold;
}

.productName {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}
.price {
	font-size: 1.5em;
	font-weight: normal;
	color: #5DA849;
}
hr {
	color: #CBB514;
}
.desc {
	font-size: 0.9em;
	font-style: normal;

}
label {
float: left;
display: block;
font-weight:normal;
font-size:12px;
color: #427734; 
width: 150px;
margin:2px 8px 2px 0px;
text-align: right;
vertical-align:baseline;
}
.input {
background-color:#FDFBEF;
border: 1px solid #CBB514;
margin:2px;
vertical-align:baseline;
}
