* {
	margin: 0px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}
a {
	cursor:pointer;
}
#content{
	width: 690px;
	margin: 0px auto;
	color: rgb(51,51,51);
	margin-bottom: 20px;
	float: none;
}
div#header{
	position: relative;
	margin: 0px auto;
	border-bottom: 3px solid #cdcdcd;
	padding-bottom: 12px;
}
div#headerimg{
	position: absolute;
	top: 2px;
}
div#headertext{
	position: absolute;
	width: 535px;
	right: 10px;
}
div#headertext h1{
	font: bold 16px/16px "Arial";
	padding-bottom: 5px;
}
div#headertext p{
	font-size: 13px;
}
div#breadcrumbs{
	padding: 6px 0px;
	position: relative;
	left: -21px;
	width: 711px;
	overflow: hidden;
}
div#content p#intro{
	display: block;
	padding: 9px;
	text-align: center;
}
form#frmBabyGear{
	border: 3px solid #c3c3c1;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding-top: 13px;
	margin-top: 8px;
}
.row{
	height: 20px;
	padding: 7px 0px;
}
.left,
.right{
	width:50%;
}
.left{
	float: left;
	line-height: 20px;
	text-align: right;
}
.left p,
.left a{
	padding-right: 12px;
}
.right{
	float: right;
}
select,
input{
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}
input{
	width: 220px;
}
#samplerow{
	height: 50px;
	padding: 6px 0px;
}
#samplerow .left{
	line-height: 25px;
}
#samplerow a{
	text-decoration: none;
}
#buttonrow{
	height: 20px;
	padding-top: 29px;
	padding-bottom: 19px;
}
#buttonrow .left,
#buttonrow .right{
	height: 27px;
}
#buttonrow img {
	cursor:pointer;
}
#buttonrow .left img{
	margin-right: 1px;
}
#buttonrow .right img{
	margin-left: 1px;
}

.footerNote {
	margin: 0 auto;
    display: block;
    text-align: left;
    width: 690px;
    padding 0 0 20px;
}