@charset "utf-8";
/* CSS Document */
body{
	
		background-color:#CCCCCC;
	}
		
	strong{
		font-size: 14px;
	}
	
	#form1{
	
		margin-left: auto;
		margin-right: auto;
		width: 900px;
		overflow: hidden;
		padding:3px;
		border: solid 2px;
		background: #FFFFFF;
	}
	
	#layout{
		float: left;
		width: 800px;
	
	}
	
	.text{
		font-family:"Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: bold;
		width: 90%;
	}
	
	.fields{
		margin-left: 15px;
		width: 95%;
		
	}
	
	.legends{
		font-size: 8pt;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-left:  20px;
		
	}
	
	.titles{
		font-size: 10pt;
	}
	
	.messages{
		color:#CC3333;
		font-family: arial;
		font-size: .9em;
	}
	
	.steps{
		
		margin-left: 15px; 
		margin-top: 10px; 
		font-family: arial;
		font-weight: bold;
		
		background-color:#CCCCCC;
		width: 700px;
	}

