/* 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;
		/*width:300px;*/ 
		/*width:50px;*/
		color:navy; 
		float:left;
		height:20px;
	}
	
	.vasValue {
		text-align:left;
		width:225px;
		/*width:50px;*/
		float:left; 
		margin-bottom:2px;
	}
	/* This styles the select DIV */
	.vasSelect {
		text-align:left;
		width:250px; 
		/*width:50px;*/
		/*float:left;*/
		padding:0px;
		margin-bottom:0px;
		height:25px;
		color:red;
	}
	/* This is the Select Element */
	.vasSelectText {
		text-align:left;
		width:225px;
		/*float:left;*/
		margin-bottom:0px;
		margin-left:5px;
		
	}
	/* This styles the div Input */
	.vasInput {
		text-align:left;
		width:225px;
		/*width:225px;*/
		float:left;
		padding:0px;
		margin-bottom:0px;
		height:25px;
		
}		
	/* This styles the input text box */
	.vasInputText {
		text-align:left;
		/*width:50px;*/
		width:225px;
		/*float:left;*/
		padding:0px;
		margin-bottom:0px;
		margin-left:5px;
}		

	.vasAttr {
		width:260px;
		padding-left:0px;
		height:45px;
				
}	 
    /* Main Container Div - Dont Delete (blue box) */ 
	.vasPrompts {
		/*visibility:hidden;*/
		/*border:thin solid #000066;*/
		/*background-color:#E0F4F8;*/
		/*width:50px;*/
		padding:5px;
		
	
	}	
	.personalization {
		color:#999999;
		/*position:absolute;*/
		/*left:35px;*/
		/*width:300%;*/
		/*float:left;*/
	}  
	.vasItem {
		border:thin solid #999999;
		padding-bottom:2px;
		margin-bottom:2px;
	}
	
