
.MainDiv {
	width: 858px;
	text-align: center;
	border: 1px solid #B2B2B2;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

input.button {
	font-size: .8em;
  font-weight: bold;
  border: 1px solid #999;
  background: white url(/cart/button_style2.png) bottom left no-repeat;
  padding: .3em 1em .4em;
  overflow: visible;
}

input.button:hover {
	color: #CF4819;
}

.Header {
	font-size: 16px;
	font-weight: bold;
}

.HeaderText2 {
	font-size: 16px;
	font-weight: bold;
	font-family: verdana;
}

.SubHeaderText {
	font-size: 14px;
}
.DucksBox {
	text-align: center;
	width: 30%;
	margin: 2px;
	overflow:hidden;	

	float: left;	
	
}
.GreyBox {
	text-align: center;
	width: 30%;
	margin: 2px;
	height: 180px;
	overflow:hidden;	

	float: left;
}
.GreyBox2 {
	text-align: center;
	width: 30%;
	display: inline;
	margin: 2px;
	overflow:hidden;	
	height: 150px;
	float: left;
}
.GreyBox3 {
	text-align: center;
	width: 30%;
	display: inline;
	margin: 2px;
	overflow:hidden;	
	height: 250px;
	float: left;
}
.PlainText {
	font-size: 12px;
	font-family: verdana;
}
.ListDiv {
	margin-top: 3px;
}

.DisclaimerBox {
	border: 3px solid #FFFFFF;
	font-size: 12px;
	padding: 5px;
	background-color: #DEEFD1;
}

.SmallText {
	font-size: 12px;
	font-family: Verdana;
}
.TinyText {
	font-size: 11px;
	font-family: Verdana;
}
.DivTopLayer {
	position: relative;
	top: 5px;	
	left: -5px;
	z-index: 2;
}
.DivBottomLayer {
	position: relative;
	top: -60px;
	left: 5px;
	z-index: 1;
	font-size: 12px;
	font-family: Verdana;	

}

.InviteTextBox {
	font-size: 14px;
	font-family: Verdana;
}



.GreenHeader {
	height: 24px;
	border: 1px solid #B2B2B2;
	background-color: #C0D977;
	font-family: Trebuchet MS;
	font-size: 13px;
	text-align: center;
}
.GreenFooter {
	height: 24px;
	background-color: #88A54B;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}
.PinkFooter {
	height: 24px;
	background-color: #D093B3;
	font-family: Trebuchet MS;
	font-size: 13px;
	text-align: center;
}
.MainContent {

	text-align: left;
	padding: 10px;
}


.ErrorMsg {
	border: solid 2px red;
	text-align: center;	
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;	
}

.Msg {
	border: solid 2px green;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;	
}

