/*

Filename:                                                                       
    catalogRequestForm.css                                                                   
                                                                                
Description:
                                                                        
    Catalog Request Form Style page.                                        
                                                                                
History:                                                                        
Ver         Inits   Date        Comments                                        
1.00.00     jwl     6/12/07     Created.  

*/


.intFormControl {
	background-color:	#e7e7e7;
}

.howFoundControl {
	color:				#e7e7e7;
}

.howFoundInput {
	background-color:	#e7e7e7;
}

.catFormBox {
	font-size:			1.0em;
	border-style:		none;
	background-color:	#FFF;
	margin:				0em 0em 0em 0em;
	padding:			1em 1em 1em 1em;
	height:				500px; 
}

.catFormBox div.label{
	width:				28%; 
	float:				left; 
	margin-top:			0px;
	margin-left:		0px;
	margin-bottom:		5px;
	overflow:			auto;	
}

.catFormBox div.data{
	float:				left;
	width:				70%;
	margin-top:			0px;
	margin-bottom:		5px;
}

.catFormBox div.hintLabel
{
	font-size:			1.0em;	
	color:				#888888;
	float:				left;
	width:				70%;
	margin-top:			0px;
	margin-bottom:		5px;
}

.catFormBox div.fullRow
{
	float:				left; 	
	width:				95%; 
	margin-top:			0px;
	margin-bottom:		5px;	
	margin-left:		0px;
}

.catFormBox div.inputBox
{
	float:				left; 	
	width:				95%; 
	margin-top:			0px;
	margin-bottom:		7px;	
	margin-left:		5px;
}

.catFormBox div.submitButton
{
	padding: 5px 5px 5px 125px;
	color:#003366;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
	width:auto;	
}	


