/* CSS Document */


form
{
    width: 250px;
}

fieldset
{
    padding: 0px;
    margin-top: 5px;
	border:none;
}

legend
{
    background: #b69770;
    width: 85%;
    padding: 5px 10px;
    margin-left: -1px;
}


.inputRow, .inputRowSubmit
{
    clear: both;
	padding:5px;
	color:#FFFFFF;
}

.inputRow label
{
    float: left;
    width: 45%;
    text-align: right;
    padding-right: 10px;
}

.inputRowSubmit
{
    text-align: right;
}

.formheadings
{
    clear: both;
    padding: 5px 10px;
	background: #c0a583;
}

.boxedtext{
	font-size:10px;
	
	}
	
	
.calculatebutton{
background:#bc8855; 
border:1px solid #e3ceb4;
font-size:11px;
color:e3ceb4;
padding:3px;
}