/* These styles are used by the VAS JavaScript engine
   
   Author: glconley
     Date: 01/19/2010
	 
*/
     /* This is the Div containing the Prompt Text */
    .vasPrompt {
		text-align:left;
		color:blue; 
	}
	
	.vasValue {
		text-align:left;
		width:225px;
	}
	/* This styles the select DIV */
	.vasSelect {
		text-align:left;
		width:250px; 
		color:red;
	}
	/* This is the Select Element */
	.vasSelectText {
		text-align:left;
		width:225px;
		
	}
	/* This styles the div Input */
	.vasInput {
		text-align:left;
		width:225px;

}		
	/* This styles the input text box */
	.vasInputText {
		text-align:left;
		width:225px;
}		

	.vasAttr {
		width:260px;
		padding-left:0px;
		height:45px;
				
}	 
    /* Main Container Div - Dont Delete (blue box) */ 
	.vasPrompts {
		padding:5px;
		
	
	}	
	.personalization {
		color:#999999;
		/*position:absolute;*/
		/*left:35px;*/
		/*width:300%;*/
		/*float:left;*/
	}  
	.vasItem {
		border:thin solid #999999;
		padding:20px;/* 5px 5px 5px;*/
		
	}
	.vasReqdCheckbox {
		margin-bottom:1px;
		margin-left:1px;
	}

	
