﻿body {
	font: normal 15px / 1.4666666666666666em 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333333;
	-webkit-font-smoothing: antialiased;
}

select {
	font-size: 100%;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	padding: 5px 5px 5px 0;
}

.itsl-si-button, 
.itsl-si-button:active,
.itsl-si-button:focus,
.itsl-si-button:link,
.itsl-si-button:visited {
	vertical-align: middle;
	line-height: 16px;
	font-family: inherit;
	display: inline-block;
	padding: 6px 8px;
	cursor: pointer;
	margin-left: 0;
	margin-right: 10px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	background-repeat: no-repeat;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	transition: background-color .3s linear;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	width: 70px;
}

.itsl-si-button[disabled] {
	cursor: default;
	color: #bbb;
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.itsl-si-button:hover {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}

.itsl-si-pageheader {
	margin: 0 0 10px 0;
	line-height: normal;
	display: inline-block;
	max-width: 87.5%;
	color: #2791c6;
	float: left;
	font-size: 160%;
	font-weight: normal;
}

.itsl-si-formbox {
	background: #fff;
	padding: 10px;
	border: 1px solid #BFBFBF;
	clear: left;
}

.itsl-si-label {
	color: #545454;
	font-weight: bold;
	width: 100%;
	background-color: transparent;
	margin-bottom: 2px;
	display: block;
	cursor: default;
}
