/*---password parameters 
	Created 02/19/2013
		broke out this css for password pages so it is uniform throughout all the password pages either as .cfm pages or within other pages
		used for -- vwPWparameters.cfm
		used for myAccount Password Settings Tab
---*/
.parameterTest {
	width: 55%;
	float:left;	
}

.parameterTest2 {
	width: 45%;
	float:left;	
}
.parameter_header {
	font-weight: bold;
}	
.parameter_box {
	
	background-color: white;
	padding: 5px;
	spacing: 3px;
}

