*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-size: 14px;
	font-family: 'open_sansregular';
}

.container {
	padding: 100px 0 0;
	max-width: 940px;
	margin: 0 auto;
}

.column1 {
	float: left;
	width: 50%;
}
.column2 {
	width: 41.66%;
	float: right;
}

a {
	/*color: #1b5faa;*/
	color:#fff;
	text-decoration: none;
}

a:hover {
	color: #FFC000; /*#4D8ACC;*/
}

p {
	font-size: 1em;
	line-height: 1.75em;
	color: #555;
}

p.alert {
	font-family: 'open_sanssemibold';
	font-size: 12px;
	color: #c82323;
	text-transform: uppercase;
	text-align: center;
}

.logo {
	margin-bottom: 2em;
	display: block;
	max-width: 100%;
	height: auto;
}

dl > * {
	vertical-align: middle;
	line-height: 24px;
}

dl dt {
	font-size: 12px;
	font-family: 'open_sanssemibold';
	text-transform: uppercase;
	display: inline-block;
	margin: 0 14px 0 0;
}

dl dd {
	clear: none;
	display: inline-block;
	margin: 3px 0 0 0;
}

.browsers img {
	max-height: 24px;
	width: auto;
}

.security img {
	max-height: 24px;
	width: auto;
}

form {
	padding: 20px;
	background: #eee;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form fieldset div {
	margin: 0 0 1.5em;
}

.divider {
	text-align: center;
	position: relative;
	padding: 1.5em 0;
}

.divider:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #bdbdbd;
	z-index: 1;
}

.divider span {
	font-size: 14px;
	position: relative;
	display: inline-block;
	background: #eee;
	padding: .5em;
	z-index: 2;
	color: #777;
	text-transform: uppercase;
}

button, input[type="submit"], a[id^="ssolink"] {
	font-family: 'open_sanslight';
	color: #fff;
	background: #4D8ACC;
	border: 0;
	padding: .75em 1em;
	display: block;
	width: 60%;
	text-align: center;
	float:right;
}

button:hover, input[type="submit"]:hover, a[id^="ssolink"]:hover {
	background: #FFC000;
		cursor:pointer;
}

button.alt, input[type="submit"].alt, a[id^="ssolink"].alt {
	background: #4D8ACC;
}

button.alt:hover, input[type="submit"].alt:hover, a[id^="ssolink"].alt:hover {
	background: #FFC000; /*#888;*/
}

input[type="text"],
input[type="password"] {
	width: 100%;
	padding: 10px;
	border: 0;	
}

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

form ul li {
	font-size: 12px;
	display: inline-block;
	padding: 0 10px;
	margin-top:10px;
}

form ul li + li {
	border-left: 1px solid #ccc;
}

form ul li + li a {
	margin-left: 4px;
}

#BrowserErrorMessage{
    position:fixed;
    top:40%;
    left:50%;
    margin: -100px 0px 0px -175px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: white;
    border: 1px solid;
    border-radius:5px;
    text-align: center;
    font-family: sans-serif;
    z-index: 1;
}
/*#BrowserErrorMessage > a{
    color: #0000FF;
    text-decoration: underline;
}
#BrowserErrorMessage > a:hover{
    color: #000077;
}*/
.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 5px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    /*background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;*/
    border: 1px solid #bbb;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*border-radius: 4px;*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9
}

.btn:active,
.btn.active {
    background-color: #ccc \9
}

.btn:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}

.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25)
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #4d8acc; /*#006dcc;*/
    *background-color: #4d8acc; /*#04c;*/
    /*background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;*/
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    background-color: #FFC000;/*#04c;*/
    *background-color: #003bb3;
    text-shadow:none;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #039 \9
}

.btn-warning {
    color: #9d9d9d;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-color: #e1e1e1;/*#faa732*/;
    *background-color: #e1e1e1;/*#f89406;*/
    /*background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;*/
    border-color: CBC9C9; /*#f89406 #f89406 #ad6704;*/
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #878787;
    background-color: #ggg;/*#f89406;*/
    *background-color: #ggg;/*#df8505;*/
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9
}
