#leftcol #welcome2, #leftcol2 #welcome2 {
	background:url(../images/welcome-bg.gif) repeat-x; 
	 }

#register .no-req a { color: #CCC; }
	 
#rightcol #register .registerSubmitButton{
	/*background-image:url('../images/submit-button.gif');*/
	}
	
#LegislatorSearch .LegislatorSearchSumitButton{
background-image:url('../images/SubmitButton.gif');
}

#CommitteeSearch .CommitteeSearchSumitButton{
background-image:url('../images/SubmitButton.gif');
}


/*Main Container Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.ContentContainer {  /* This holds the main area that all the funtionality of the site is in.*/
 /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
background:url(../images/welcome-bg.gif) repeat-x; 
}

.AlertDetailTakeActionLinkImage { /* By Default this class in hidden using display:none; as the default setting is not use images for links */
background-image:url('../images/email_16.gif');  /* Change the file name of the image you want to use for the take ation link */

input#CLSumitButton { /* A Style to place a graphic button for the Submiting of the letter */
background-image:url('../images/SubmitButton.gif');  
}

.MISumitButton{
background-image:url('../images/SubmitButton.gif');  
}

.RegisterSumitButton{
background-image:url('../images/SubmitButton.gif');
}

#KeyContact .KeyContactUpdateButton{
background-image:url('../images/UpdateButton.gif');
}

#KeyContact .KeyContactSubmitButton{
background-image:url('../images/SubmitButton.gif');
}

/*TellAFriend
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#TellAFriend .TellAFriendSumitButton{
background-image:url('../images/SubmitButton.gif');
}

/*Share Your Story
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#ShareYourStory .ShareYourStorySumitButton{
background-image:url('../images/SubmitButton.gif');  
}

/*Contact Us
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#ContactUs .ContactUsSumitButton{
background-image:url('../images/SubmitButton.gif');  
}

