/*

	-- -- -- -- -- -- --
	WPG
	-- -- -- -- -- -- --

*/

#wpgContent {
	float: left;
	margin-top: 1em;
	margin-bottom: 1em;
}

#wpgContent pre {
	font-family: "Lucida Sans Unicode","Lucida Grande",arial,sans-serif;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 15px;

	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	overflow: hidden;
	word-wrap: break-word;        /* Internet Explorer 5.5+ */
}

#wpgCopyright {
	clear: both;
	font-size: 10px;
	text-align: center;
}

.wpgListAltBG {
	background-color: #b7e1e9;
}

.wpgCountryListRow {
	font-size: 1.4em;
	padding: 5px;
}
	.wpgCountryListRow a, .wpgCountryListRow a:visited {
		text-transform: none;
	}

.wpgListRow {
	clear: left;
	height: 100%;
	min-height: 40px;
	font-size: 1.4em;
	line-height: 1.8;
	padding: 2px 2px 10px 2px;
	margin-bottom: 5px;
}
	.wpgListRow label {
		font-size: 1em;
	}

.wpgListLeft {
	float: left;
	font-weight: bold;
	width: 170px;
	padding: 5px 0px 5px 5px;
}
.wpgListRight {
	margin-left: 180px;
	padding: 5px 5px 5px 0px;
	text-align: left;
}

.wpgCap {
	margin-left: 90px;
}

.wpgNotify {
	color: red;
	font-weight: bold;
	padding: 10px 0px;
}

.wpgIntro {
	padding: 10px 0px;
}

.wpgMenu {
	font-size: 1.4em;
	padding-left: 0px;
	padding-bottom: 10px;
}
	.wpgMenu div {
		padding-top: 0.5em;
	}

.wpgForm {
	padding: 5px 0px;
	text-align: right;
	width: 415px;
}

.wpgForm .tick {
	width: 20px;
}

.wpgForm .itemLeft1 {
	width: 210px;
}

.wpgForm .itemRight1 {
	margin-left: 220px;
}

.wpgForm .itemLeft2 {
	font-weight: normal;
	text-align: left;
	width: 280px;
}

.wpgForm .itemRight2 {
	margin-left: 285px;
}

.wpgForm .itemLeft3 {
	width: 145px;
}

.wpgForm .itemRight3 {
	margin-left: 150px;
}

.wpgForm .itemLeft4 {
	width: 200px;
}

.wpgForm .itemRight4 {
	margin-left: 210px;
	text-align: left;
}

.wpgSmallHeader {
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px 0px;
}

label {
	display: block;
	float: left;
	font-weight: bold;
	vertical-align: top;
	width: 145px;
}

input {
	border: 1px solid #B96D1B;
	margin-left: 5px;
	padding: 3px;
	width: 250px;
}

.submit {
	background-color: #000;
	border: 1px solid #fff;
	color: #D5AD56;
	font-weight: bold;
	width: 100px;
}

a:visited {
	font-weight: bold;
}


#recaptcha_response_field {
	margin: 0;
	left: 0;
}