@charset "utf-8";
/* CSS Document */

<!--
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #e4f1f7;
	background-image: url(http://www.izzulbabygift.com/shop/images/bg.gif);
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f2020;
}


.rooftop{
	background-image: url(http://www.izzulbabygift.com/shop/images/bg_roof.gif);
	padding-top: 29px;

}

.wall{
	border-left: #6ea9c5 solid 2px;
	border-right: #6ea9c5 solid 2px;
	background-color: #FFF;
}
.login{
	padding: 20px 15px 5px 15px;

}

.mailing{
	margin-top: 20px;
	padding: 58px 15px 5px 73px;

}

.mailingfield{
	padding: 0px 15px 0px 40px;

}

.search{
	padding: 0px 15px 0px 40px;

}

.detailbox{

	padding: 0px 15px 0px 20px;	
}

.title{

	font-size: 15px;
	color: #ef1381;
	font-weight: bold;
}

.textwhite{
	color: #FFF;
}

.footer{
	padding: 10px 15px 0px 15px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;	
}

a.imglink:hover{
	border-bottom: none;

}

a{
	font-weight: bold;
	color: #7e03a5;
	text-decoration: none;
}

a:hover{
	border-bottom: #7e03a5 dashed 1px;

}

a.copyright{
	color: #7e03a5;
	font-weight: normal;
	text-decoration: none;
}

a.copyright:hover{
	border-bottom: #7e03a5 dashed 1px;


}

form{
	margin: 0;
}
input
{
	font-family: Century Gothic, arial, helvetica, sans-serif;
	font-size:11px;
	color: #ef1381;
	background-color: #e9cbf3;
	border: 1px solid #bb6fd4;
	padding: 1px 3px 1px 3px;
}

input.white
{
	font-family: Century Gothic, arial, helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 2px;
}

input.button
{
	font-family: Century Gothic, arial, helvetica, sans-serif;
	font-size:11px;
	color: #ef1381;
	background-color: #ef1381;
	border: none;
	padding-top: 10px;

}

input.button2
{
	font-family: Century Gothic, arial, helvetica, sans-serif;
	font-size:11px;
	color: #ef1381;
	background-color: #fab8d9;
	border: none;
	padding-top: 10px;

}

input.button3
{
	font-family: Century Gothic, arial, helvetica, sans-serif;
	font-size:11px;
	color: #ef1381;
	background-color: #c3ecff;
	border: none;
}

select
{
	font-size: 10px;
	font-family: Tahoma, verdana, helvetica, arial, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid Black;
	background: #FFFFFF;
	font-weight: bold;
}

textarea
{
	font-size: 10px;
	font-family: Tahoma, verdana, helvetica, arial, sans-serif;
	background: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px solid Black;
	line-height: 13px;
}