﻿#country_select, #language_select {
	float: left;
	min-height: 175px;
	position: relative;
	text-align: right;
	/*top: 150px;*/
	top: 100px;
	width: 360px;
}

#country_select ul {
	list-style: none;
}

#country_select li a {
	background: transparent url(../images/next_country_select.gif) no-repeat 0 50%;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 7px;
}

#country_select fieldset {
	border: none;
}

#country_select form {
	margin-top: 50px;
}

#country_select label {
	font-size: 1.25em;
	margin-right: 20px;
}

#country_select select {
	font-size: 1.25em;
	width: 160px;
}

#country_select span {
	display: block;
	margin: 1em 0 0 0;
	text-align: right;
}

#country_select input {
	background: transparent url(../images/next_white.gif) no-repeat 0 50%;
	border: none;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: right;
	width: 80px;
}

#country_select p, #language_select p {
	color: #FFF;
	font-size: 1em;
	margin-top: 40px;
}

#language_select {
	height: 240px !important;
	text-align: left !important;
}

#language_select ul {
	list-style: none;
	margin-left: 50px;
}

#language_select li {
	margin-bottom: 10px;
}

#language_select a {
	background: transparent url(../images/next_white.gif) no-repeat 0 2px;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	margin-right: 20px;
	padding-left: 9px;
}

#language_select p {
	margin-left: 50px;
}