



#country-select {
	width:100%;
	height:100%;
	position: absolute;
	}
	
#country-container {
	width:267px;
	height:136px;
	position: relative;
	margin:auto;
	top:40%;
	}

/* rought form styles for when JS is disabled */

#country-select form {
	position: relative;
	left:0px;
	top:0px;
	}

#country-select select,
#country-select input {
	width: 160px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 20px;

	}
	

