@charset "utf-8";
/* www.tpr.com.au CSS Document */

html,body 
{
   margin: 1px;
   padding: 1px;
}

div.line
{
	border-top: solid thin #999999;
	border-bottom: solid thin #999999;
}

div.menu
{
	margin-left: 50px;
}

div.logo
{
	position: fixed center;
}

div.footer
{
	position: absolute;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
	width: 95%;
}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
} 
