@charset "UTF-8";

.homeCountryContainer {
	display: block;
	width: 236px;
	height: auto;
	min-height: 80px;
	color: #000;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/home_country_container_bg.jpg");
	background-position: bottom 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: 15px;
	padding-bottom: 10px;
}

.homeCountryContainerInner {
	display: block;
	width: 216px;
	height: 33px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}

.homectrSelect {
	width: auto;
	height: auto;
	margin-bottom: 5px;
}

/* Turn off the form pseudo label */

.homeCountryContainerInner .lightGreenBold {
	display: block;
	color: #007B32;
	background-color: transparent;
	font-size: 1em;
}
