.genericForm {
	/*background: #e6e6e6; dark grey*/
	background:#e4f0f9;
	border:1px solid #76B6E2;
/*border:1px solid #dddedf; /*gray border?*/
	padding: 5px;
	margin: 0 0 1em 0;
}
.genericForm fieldset {
	border: 0 none}
.genericForm legend {
	/*display:none;*/
	font-weight:bold;
}
.genericForm div.row{
	margin-bottom: 5px;
/*	background: #f6f6f6; light gray*/
 background:#f2f8fc; /*light blue*/
	padding: 5px;
}
.genericForm  label {
	float:left;
	display:inline;
	width: 120px;
	margin-right: 20px;
}
.genericForm input[type="text"] {
	width: 230px;
}
.genericForm select {
	height: auto
}
.instruction {
	float:left;
	/*width: 120px;*/
	margin-right: 20px;
}
div.cboxGroup {
	margin-bottom: 10px;
	float:left;/*              */
	/*width: 75%; /*not too happy about these two rules but it fixes a bug in IE6 */
	width:85%;
}

div.cboxGroup label {
	float:none;
	display:block;
	width: auto;
	text-align:left;
}
div.cboxGroup input {
	margin-right: 10px;
}
span.error {
	margin-left: 10px;
}	

/* * *
search form
============ */


#searchForm {
	margin: 0 0 1em 0;
	padding: 10px 0 0 0;
	background: url(../i/g/decorative/round_corners.gif) top left no-repeat;
}
#searchForm div {
	margin: 0 0 0 0;	
	padding: 0 0 10px 10px;
	background:  url(../i/g/decorative/round_corners.gif) 100% 100% no-repeat;
}
#searchForm label {
	display:block; 
	color: #fff; 
	font: bold 1em arial, sans-serif; 
	margin:0;
}

#searchForm input.words {
	width: 90px;
	border: 1px solid black;
	font-size: 1em;
}
/* just redefine these for the campaigns section
benefit? - we can use the same search form include file across the site */
#campaignsSection #searchForm {
	margin: 0 0;
	padding:  0;
	background:  none;
}
#campaignsSection #searchForm div {
	background:  none;

}
#campaignsSection #searchForm label {
	display:inline;
}
/* -------------------------------*/
/*feedback form*/
.feedbackForm {
	background: #e6e6e6;
	padding: 3px;
	margin: 0 0 1em 0;
	width:90%	
}

.feedbackForm div.row{
	padding: 5px;
	margin-bottom: 5px;
	background: #f6f6f6;
}
.feedbackForm  label {
	float:left;
	display:inline;
	width: 300px;
	margin-right: 20px;
}
.feedbackForm input[type="text"] {
	width:300px;
}
.feedbackForm select {
	height: auto;
	width:305px;
}
.feedbackForm textarea {
	height: auto;
	width:300px;
}
.feedbackForm div.widerRow {
	padding: 5px;
	margin-bottom: 5px;
	background: #f6f6f6;
	height:40px;
}
.feedbackForm h2 {
	background:#e6e6e6;
}

#promoCollection{
padding-bottom:2em;
width: 500px;
min-height: 150px; 
margin-bottom: 1em; 
background:url(/ukt/i/j/catalogue/general/promo_selection.jpg) top left no-repeat;
height: 170px;
}


