@charset "utf-8";
/* CSS Document */

	.bottomLeadbox{
		font-size: 10px;
		text-transform: uppercase;
		color: #333333;
		font-family:Arial, Helvetica, sans-serif;
		clear: right;
		margin: 5px;
		margin-bottom: 10px;
		padding: 10px;
		width: 480px;
		background: #d8d8d8;
		border-top: 1px solid #b1b1b1;
		border-bottom: 1px solid #b1b1b1;
	}
	
		.bottomLeadbox h1{
			margin: 0;
			padding: 0;
			font-size: 14px;
		}
	
		.bottomLeadbox table{
			margin: 0;
			margin-left: 15px;
		}
	
		.bottomLeadbox input{
			width: 180px;
			font-size: 10px;
		}
		
		.bottomLeadbox input.submit{
			color: #FFFFFF; 
			font-weight: bold;
			background: #111111;
			font-family:Arial, Helvetica, sans-serif; 
			border: 3px solid #999999; 
			width: 150px;
			font-size: 20px;
			margin-bottom: 10px;
		}