@charset "utf-8";

fieldset{
	text-align: left;
	border: 1px solid #FACFD5; /* light red */
	background: url(images/layout/content_shadow_red.gif) top repeat-x;
}

fieldset h2{
	padding: 0;
	margin: 0;
}

fieldset p{
	font-weight: bold;
	padding-top:5px;
	color:#003D6B; /*navy*/
}

input{
	margin-top:5px;
}



/*////////////////////*/
/* qtyPlaces fieldset */

fieldset#qtyPlaces input{
	width: 4em;
}

fieldset#qtyPlaces p{
	padding-top: 0;
}

fieldset#qtyPlaces #placeText{
margin-left:5%;
}


/*////////////////////*/
/* comments fieldset */
fieldset#comments textarea{
	width: 95%;
}

/*////////////////////*/
/* buttons */

#addToCartBtn{
	float: right;
/* font: Verdana, Arial, Helvetica, sans-serif;

	background:url(images/layout/tableheader.gif) right bottom repeat-x;

background-color: #ccd8e1;
border-top: solid 1px #668ba6;
	border: none;
	*/
/*	padding: 5px 20px; */

}
#resetBtn{
	float: left;
}