/* Created: CU for HaySubs promotion code pages
 * This file styles specific elements
 * which override the generic form styles,
 * and adds to the styles.css file.
 */

@media screen {
	
#promoCodeForm {
	float: left;
	margin-bottom: 10px;
}

#promoCodeForm #errorMessage label {
	float: none;
}

#promoCodeForm .formRow p.error {
	margin-left: 0;
}
	#promoCodeForm label {
		float: left;
		font-size: 1.2em;
		margin: 0 5px 0 0;
		width: auto;
	}
	
/* styling for button area of form */
input#findPromotionButton{
	background: url(/_images/buttons/findPromotionButton.gif) transparent no-repeat 0 0;
	height: 22px;
	width: 145px;	
	float: left;	
}
}