/* GLOBAL PAGE AND LINK STYLES */

body {
	position: absolute;
	left: 0;
	width: 100%;
	min-height: 365px;
	margin: 0px;
	padding: 0px;

	background-color: #efefef;
	font-size: small;

	font-family: Helvetica, Arial, Sans-serif;
	color: #3d352a;

	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

body[orient="landscape"] {
	min-height: 268px;
}

body > *[selected="true"] {
	display: block;
	position: absolute;
}

img {
	border: none;
}

h1 {
	font-size: large;
	padding-bottom:0px;
	margin:0px;
}

h2 {
	font-size: medium;
	padding-bottom:0px;
	margin:0px;
}

input:-moz-ui-invalid,
input:invalid {
	outline: none;
}

input,
textarea,
select {
	font-family: Arial, Helvetica, Sans-serif;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select {
	padding: 4px;
	margin: 0;
	font-size: medium;
	background: #ffffff;
	border: 1px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type=submit],
input[type=button] {
	padding: 8px 12px;
	margin: 0;
	font-size: medium;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #1fbac8;
	border: none;
	color: #FFFFFF;
}


input[type=submit].s {
	padding: 1px;
	font-size: x-small;
}

input[type=text].s {
	padding: 2px;
	font-size: x-small;
}

OPTION.grs {
	font-weight: normal;
	color: #999999;
}

a,
a:link,
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #339999;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #3366cc;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
	background: #339999;
}

a:link.plain,
a:visited.plain,
a:active.plain,
a:hover.plain {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: none;
	outline: none;
}

a:link.plaingrey,
a:visited.plaingrey,
a:active.plaingrey,
a:hover.plaingrey {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	background: none;
	padding: 0px;
	margin: 0px;
}

#password_toggle,
#current_password_toggle,
#new_password_toggle,
#confirm_password_toggle
{
	color: #707070;
	font: 18px sans-serif;
	line-height: 20px;
	display: inline;
	position: relative;
}

#password_toggle i,
#current_password_toggle i,
#new_password_toggle i,
#confirm_password_toggle i
{
	position: absolute;
	right: 8px;
	cursor: pointer;
	top: 0;
}

