/*body {
	font-family: Arial;
	font-size: 0.9em;
	margin: 60px auto;
}*/

.outer-container {
	border: #e0dfdf 1px solid;
	padding: 30px 30px 10px 30px;
	border-radius: 15px;
	text-align: center;
	margin: 10px auto;
	max-width: 350px;
}

#countryList {
	max-height: 120px;
	overflow-y: auto;
	background-color: #f1f1f1;
	border-top: none;
	z-index: 1000;
	margin-bottom: 10px;
	width: 100%;
	border-radius: 5px;
	display:none;
}
#countryList1{
	max-height: 120px;
	overflow-y: auto;
	background-color: #f1f1f1;
	border-top: none;
	z-index: 1000;
	margin-bottom: 10px;
	width: 100%;
	border-radius: 5px;
	display:none;
}

label {
	margin-bottom: 5px;
	display: inline-block;
	font-weight: normal;
}

/*#countryName {
	border: 1px solid #cfcdcd;
	padding: 12px;
	border-radius: 5px;
	color: #171919;
	width: 100%;
	box-sizing: border-box;
}*/

/*.submit-btn {
	border-radius: 3px;
	border: 1px solid;
	padding: 10px 20px;
	cursor: pointer;
	color: #111;
	background-color: #ffb932;
	border-color: #ffc87a #e2a348 #da9d0a;
	text-align: center;
	margin-top: 10px;
}

#message {
	padding: 7px;
	margin-top: 10px;
	border-radius: 5px;
	display: none;
	color: green;
}

.error {
	color: red;
}

p {
	color: black;
}*/

#countryList li {
	list-style-type: none;
	padding: 10px;
	cursor: pointer;
	border-bottom: solid 1px #cec4c4;
}
#countryList1 li {
	list-style-type: none;
	padding: 10px;
	cursor: pointer;
	border-bottom: solid 1px #cec4c4;
}

#countryList li:last-child {
	border: 0px;
}

#countryList1 li:last-child {
	border: 0px;
}

#countryList li:hover {
	background-color: #ddd;
}

#countryList1 li:hover {
	background-color: #ddd;
}

.input-row {
	text-align: left;
}