#form1 {

	
	width: 350px;
	height: 300px;
		padding: 10px;

	}
	

	

	
	.form_labels {
		padding-left: 15px;
		color: #ffffff;
			font-size: 13px;
		font-family:Arial, Helvetica, sans-serif;
	}
	

	
	#button {
		width: 75px;
		height: 30px;
		background: white;
		border: 1px solid #717171;
		font-weight:bold;

		
	}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}