@charset "UTF-8";
/* Forms */

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #7b7b7b;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

/*
table th {
	vertical-align:top;
	text-align:left;
}

th h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 10px;
	color: #aaf032;
	vertical-align:top;
	padding: 0;
	margin-left: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
}*/

table td {
	vertical-align:center;
	padding: 3px;
}
td.fieldgap { padding-left: 30px; }
td.fieldgap2 { text-align:center; }

td.foot {
	width: 678px;
	max-width: 678px;
	height: 80px;
	max-height: 80px;
	background: url(../images/form-foot.png) repeat-x;
	overflow:hidden;
	text-align:right;
	padding-right: 24px;
}

input.field {
	background: url(../images/input.png) no-repeat;
	width: 245px;
	height: 25px;	
	margin: 2px;
	padding: 7px;
	font-size: 12px;
	color: #7b7b7b;
	border:none;
	text-align:left;
	margin-top: 0px;
	margin-left:0px;
}

.error {
	color: #FF0000;
}

select.field {
	background: url(../images/input.png) no-repeat;
	width: 245;
	height: 30;	
	margin: 3px;
	padding: 7px;
	padding-left: 3px;
	font-size: 12px;
	color: #7b7b7b;
	border:none;
	margin-top: 4px;
}

textarea.field {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/textarea.png) no-repeat;
	width: 350px;
	height: 50px;	
	margin: 0;
	padding: 7px;
	font-size: 13px;
	color: #7b7b7b;
	border:none;
	resize: none;
	margin-top: 4px;
}

input.login, input.logout, input.submit, input.search {
	width: 112px;
	height: 20px;
	border:none;
	margin: 2px;
	cursor:pointer;
}

input.login {
	background:url(../images/2015/but-login.png) no-repeat;
}

input.logout {
	background:url(../images/2015/but-logout.png) no-repeat;
}

input.submit {
	background:url(../images/2015/but-submit.png) no-repeat;
	margin-top: 15px;
}

input.search {
	background:url(../images/2015/but-search.png) no-repeat;
	margin-top: 15px;
	margin-right: 62px;
}

#butlogin, #butlogout, #butforgot {
	margin-top: 15px;
	margin-bottom: 20px;
}
#butforgot a {
	font-size: 12px;
	text-decoration:none;	
	margin-right: 5px;
}

#butforgot a, #butforgot a:link, #butforgot a:visited {
	color: #42413C;
}
#butforgot a:hover {
	color: #6E6C64;
}

#countryselect { display: none; }