



/* HOMEPAGE PROMOS*/

#home_wrapper {
	width: 100%
}

/*.home_promo {
	float: left;
	margin: 0;
	overflow: hidden;
}
*/
.wrapper {
	float: left;
}

.hp_margin_left {
	margin-left: 14px;
}

.hp_img_margin_left img {
	margin-left: 14px;
}

.hp_margin_top {
	margin-top: 14px;
}

.hp_img_margin_top img {
	margin-top: 14px;
}


/*#promo_01 {
	float: left;
	background-color: #CCC;
}

#promo_02 {
	float: right;
	margin-left: 12px;
	background-color: #CCC;
}

#promo_03 {
	clear: left;
}

#promo_03, #promo_04, #registry_finder {
	width: 308px;
	height: 150px;
	margin-top: 10px;
	float: left;
	background-color: #CCC;
	overflow: hidden;
}

#promo_04 {
	margin: 10px 0 0 13px;
}
*/

/* end HOMEPAGE PROMOS */







/* HOMEPAGE REGISTRY FINDER */


#registry_finder {
	width: 307px;
	height: 150px;
	overflow: hidden;
	background: #756FAD url("/assets/images/homepage/home_registry_bkgd.gif") no-repeat;
	font-size: .917em;
}

#registry_finder hr {
/*	border-bottom: 1px dotted #FFF;*/
	border: 0;
	color: #FFF;
	height: 1px;
}

#registry_finder dt {
	display: block;
	text-indent: -9999px;
	background: url("/assets/images/homepage/home_findaregistry.gif") no-repeat;
	height: 25px;
	margin-bottom: 5px;
}

#registry_or {
	background: url("/assets/images/homepage/home_ordivider.gif") no-repeat;
	text-indent: -9999px;
	margin: 5px 0 3px;
	height: 14px;
}

form#registry_search {
	margin: 10px 20px;
}

form#registry_search input, form#registry_search select {
	font-size: 1.0em;
}

input#registry_last_name {
	width: 140px;
	margin-right: 5px;
}

input#registry_first_name {
	width: 85px;
}

input#registry_id {
	display: block;
	width: 130px;
	margin-bottom: 5px;
}

select#registry_event_type {
	width: 142px;
	margin-right: 5px;
}

#b_reg_search {
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	margin-bottom: -7px;
	
	width: auto;
    overflow:visible;
}


/* end HOMEPAGE REGISTRY FINDER */