@charset "UTF-8";

.homeCountryContainer {
	display: block;
	width: 236px;
	height: 73px;
	max-height: 73px;
	color: #000000;
	background-color: #F4F4F4;
	background-image: url("../../../images_css/home_country_container_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	margin-bottom: 12px;
}

.homeCountryContainerInner {
	display: block;
	width: 216px;
	height: 33px;
	padding-top: 40px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.homectrSelect {
	width: 170px;
	height: auto;
}

/* Turn off the form pseudo label */

.homeCountryContainerInner .lightGreenBold {
	display: none;
}

