#container #sidebar_container #WDIC_button {
	margin-left: 15px;
	display: block;
	height: 62px;
	width: 183px;
	background: url(../images/when_button.png) no-repeat 0px 0px;
	text-indent: -9999px;
}

#container #sidebar_container #WDIC_button:hover{ 
	background-position: 0px -70px;
}

#container #sidebar_container #IntegrationUpdate_button {
	margin-left: 15px;
	display: block;
	height: 42px;
	width: 183px;
	background: url(../images/IntegrationUpdate_button.png) no-repeat 0px 0px;
	text-indent: -9999px;
/*	margin-top: 10px;*/
}

#container #sidebar_container #IntegrationUpdate_button:hover{ 
	background-position: 0px -50px;
}


#whenIconvert {
	color: #666;
	padding: 5px 10px;
	width: 430px;
	background-color: #fff;
	border: 3px solid #0069aa;
	top: 70px;
	position: absolute;
	left: 155px;
	font-size: 13px;
	display:none;
}

#container #whenIconvert #close_WDIC {
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	display: block;
	float: right;
}

#container #whenIconvert #WDIC {
	background: url(../images/dialog/WDIC_bkgrnd.png) no-repeat;
	width: 402px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	height: 106px;
}

#container #whenIconvert h3 {
	margin-left: 10px;
	font-size: 18px;
	color: #0069aa;
	padding-bottom: 10px;
}

#container #whenIconvert p {
	margin-left: 10px;
	width: 380px;
	line-height: 18px;
	margin-bottom: 7px;
}

#container #whenIconvert #WDIC #zipcode_wrapper {
	width: 107px;
	padding-left: 10px;
	padding-top: 10px;
}

#container #whenIconvert #WDIC #OR {
	font-size: 20px;
	font-weight: bold;
	color: #f58025;
	width: 15px;
}

#container #whenIconvert #WDIC #statecounty_wrapper {
	width: 260px;
	padding-top: 10px;
	font-size: 13px;
}

#container #whenIconvert #WDIC #statecounty_wrapper p{
	width: 250px;
}
#container #whenIconvert #WDIC label {
	display: block;
	margin-bottom: 5px;
}

#container #whenIconvert #WDIC #zipcode_wrapper #zipcode {
	width: 106px;
	margin-bottom: 10px;
}



#container #whenIconvert #WDIC #statecounty_wrapper select {
	width: 160px;
	margin-bottom: 10px;
}
