﻿
fieldset {  
	margin: 0 0 1.5em 0;  
	padding: 15px;  
	border: 1px solid #BFBAB0;  
	background-image: url(Images/fieldset_background_800.png);  
	background-repeat: repeat-x;
}

fieldset legend {  
	margin-left: 1em;  
	padding: 0;  
	color: Blue;  
	font-weight: bold; 
	font-size:larger;
}

fieldset label {  
	float: left;  
	margin:0px 0px 0px 0px;
	width: 10em;  
	margin-right: 1em;  
	text-align: right; 
}



fieldset input[type="button"]{ 
	margin:5px 0px 5px 0px;
	padding:2;
	float:right;
	border: solid thin black;
}

