body {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	position: absolute;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 419px;

	font-family: Helvetica;
}

body p {
	line-height: 150%;
}
body[orient="landscape"] {
	min-height: 215px;
}

h1, h2, h3, h4, p, div, form, dl {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 26px;
}
p {
	padding: 0.25em 0;
}

body > .full {
	z-index: 1;
	top: 0 !important;
	min-height: 419px;
	overflow: hidden;
}

#header {
	width: 100%;
	text-align: center;
	background-color: black;
}
#header h1 {
	color: white;
	font-size: 12px;
	margin: 0;
	padding: 5px 0;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 3px 0;
	padding: 5px 3px;
	font-size: inherit;
}
select {
	margin: 3px;
	padding: 0;
	line-height: 100%;
}

.wide input[type="text"],
.wide input[type="password"],
.wide input[type="submit"],
.wide input[type="button"],
.wide select,
.wide textarea
{
	width: 100%;
}
#login p.error {
	display: none;
}
#home-links {
	text-align: center;
	padding-top: 15px;
	position: absolute;
	font-size: 29px;
	width: 100%;
	bottom: 105px;
}
#home-links a {
	font-size: 29px;
	width: 100%;
	display: block;
	padding: 4px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 13px;
	padding: 6px 0;
	width: 100%;
}

#message {
	display: block;
	width: 90%;
	text-align: center;
}

.message {
	text-align: center;
	display: block;
	width: auto;
	padding: 10px;
	line-height: 26px;
	margin-top: 20px;
	font-size: 20px;
	background-color: #AAA;
	border-top: 5px solid #FFF;
	border-left: 5px solid #FFF;
	border-bottom: 5px solid #DDD;
	border-right: 5px solid #DDD;
}

/** Overlabel jquery extension */

.labelinput {
	position: relative;
}
label.overlabel {
	color: white;
	font-size: 17px;
}
label.overlabel-apply {
	position:absolute;
	bottom:9px;
	left:5px;
	z-index:101;
	color: #999;
}

div.search {
	position: relative;
}
div.buttonbar,
div.buttonbar-reversed {
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(/ishare/images/buttonbar-gradient.png);
	margin: 0;
	padding: 8px;
	height: 32px;
}
div.buttonbar input {
	font-size: 16px;
	padding: 0 5px;
	-webkit-button-bezel: 4px;
}
div.buttonbar input + input {
	position: absolute;
	right: 0px;
	padding: 0 10px;
}

div.buttonbar-reversed input {
	padding: 0 5px;
	position: absolute;
	right: 0px;
}
div.buttonbar-reversed input + input {
	position: absolute;
	left: 0px;
	right: inherit;
	padding: 0 10px;
}



div.buttonbar-button, div.infrequent
{
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(/ishare/images/buttonbar-gradient.png);
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -45px;
}

div.buttonbar-button div.bodypad {
	padding: 10px;
}
div.buttonbar-button input,
div.infrequent input {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-button-bezel: 4px;
}
div.buttonbar-delete input
{
	background-color: red;
	color: white;
}

div.bodypad {
	padding: 0 6px;
}

div.bodypad h1 {
	padding-top: 10px;
}

.article {
	padding: 0 5px;
}
div.alert {
	position: absolute;
	background-color: white;
	border: 2px solid black;
	width: 70%;
	text-align: center;
	left: 15%;
	right: 15%;
	top: 15%;
	padding: 10px;
	margin: 0;
	z-index: 1000;
}
div.alert input.important {
	background-color: red;
	color: white;
}
div.alert input {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	margin: 5px 0;
	padding: 10px;
	height: 36px;
	-webkit-button-bezel: 4px;
}
.article h1 {
	padding: 10px 0 3px 0;
}
.article h2 {
	font-size: 15px;
	padding: 3px 0;
}
.article p {
	padding: 5px 10px;
	line-height: 1.2em;
}
.article blockquote {
	border: 1px solid black;
	margin: 5px 10px 5px 40px;
	padding: 10px;
	background-color: #CCC;
}
.buttonbar {
	height: 48px;
}
body[orient="portrait"] input#q {
	width: 88%;
}
body[orient="landscape"] input#q {
	width: 91%;
}
input#q {
	height: 26px;
}

.plus_icon {
	position: absolute;
	z-index: 100;
	right: 0;
	top: 13px;
}
#sresults {
	width: 95%;
	padding: 5px 2.5%;
	margin: 0;
	clear: both;
	border-bottom: 1px solid black;
}
#search_results {
	text-align: left;
	font-size: 14px;
	padding: 0;
	margin: 0;
	display: block;
}
#options {
	color: white;
	float: right;
	font-size: 14px;
}
.tiny {
	font-size: 9px;
}
.center {
	text-align: center;
}
.disclaimer {
	padding: 8px 3px;
	font-size: 11px;
}
.jsrequired {
	padding: 10px 0 0 0;
	color: red;
	text-align: center;
}