div, ul, li { margin: 0; padding: 0; }
a:link, a:active, a:visited, a:hover {color:#006A9F; text-decoration:none;}

body {
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: url("../images/low_contrast_linen.png") repeat;
}

form {
	height: 100%;
}

input {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFF;
	outline: none;
	display: block;
	height: 100%;
	width: 100%;

	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input:focus {
}

input[type='text'] {
/*	width: 72% */
}

input[type='checkbox'] {
	display: none;
}

input[type='checkbox']:checked ~ div.lbl-wrapper label.save-id:before,
input[type='checkbox']:checked + label.save-id:before {
	content: 'Forget';
}

input[type='checkbox'] + div.input-wrapper {
	margin-right: 42px;
}

input[type='checkbox']:checked + div.input-wrapper {
	margin-right: 51px;
}

div.box-input {
	padding-right: 0;
	vertical-align: middle;
	line-height: 24px;
	height: 30px;
	overflow: hidden;
	margin: 0;
	position: relative;
}

div.box-input.next-row {
	border-bottom: 1px solid #CCCCCC;
}

div.with-border {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 3px #9f9f9f inset;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.box-input:focus {
	border-color: rgba(97, 155, 223, 0.5);
	box-shadow: 0 1px 10px 0 rgba(97, 155, 233, 0.5);
	-moz-box-shadow: 0 0 10px rgba(97, 155, 223, 0.5);
	-webkit-box-shadow: rgba(97, 155, 223, 0.5) 0 0 10px;
	outline: medium none;
}

div.box-input label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #666;
	cursor: pointer;
	padding-left: 5px;
}

div.box-input input+label {
	cursor: text;
}

div.input-wrapper {
	position: absolute;
	top: 3px;
	left: 3px;
	bottom: 3px;
	right: 3px;
	overflow: hidden;
}

div.box-input label.save-id {
/*	float: right;*/
	display: block;
	height: 100%;
	line-height: 16px;
	font-size: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: rgb(59,103,158);
	background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(32,124,202,1) 50%, rgba(43,136,217,1) 51%, rgba(59,103,158,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(50%,rgba(32,124,202,1)), color-stop(51%,rgba(43,136,217,1)), color-stop(100%,rgba(59,103,158,1)));
	background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 50%,rgba(43,136,217,1) 51%,rgba(59,103,158,1) 100%);
	background: -o-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 50%,rgba(43,136,217,1) 51%,rgba(59,103,158,1) 100%);
	background: -ms-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 50%,rgba(43,136,217,1) 51%,rgba(59,103,158,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3b679e',GradientType=0 );
	background: linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 50%,rgba(43,136,217,1) 51%,rgba(59,103,158,1) 100%);
	color: #fff;
	padding: 2px 4px;
	margin-right: 2px;
	border: solid 1px rgb(45,78,119);
	text-shadow: 1px 1px 1px #000;
}

form .text > div {
	margin: 5px 0 7px;
}

form div.input-wrapper, form div.lbl-wrapper {
	margin: 0;
}

.lbl-wrapper {
	float: right;
	position: absolute;
	right: 0;
	top: 3px;
	bottom: 7px;
	width: 42px;
}

.bottom {
	position: absolute;
	font-size: 10px;
	color: #666;
	bottom: 5px;
	right: 10px;
	left: 10px;
}

.bottom .left {
	float: left;
}

.bottom .right {
	float: right;
}

.copyright {
	text-align: center;
	margin-top: 10px;
	font-size: 0.8em;
	color: #e0e0e0;
}

.wrapper {
	margin-top: 10px;
	margin-bottom: 0;
}

.wrapper li {
	display: block;
	width: 100%;
/*	height: 480px;*/
}

.wrapper,
.wrapper li {
	list-style-type: none;
	overflow: visible;
}

.inner-wrapper {
	margin: 0;
	padding: 0;
}

#login {
	width: 270px;
	float: left;
}

#login .image {
	display: block;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#login .image:after {
	background: linear-gradient(-45deg, rgba(255,255,255,.4), rgba(255,255,255,.2) 50%, rgba(255,255,255,0) 50%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: ' ';
}

#login .image img {
	margin: 0 auto;
}

.half-left, .half-right {
	width: 50%;
	float: left;
	padding-bottom: 30px;
}

.half-left .with-border {
	margin-right: 10px;
}

.half-right .with-border {
	margin-left: 10px;
}

input[type="submit"] {
	min-width: 90px;
	width: auto;
	height: 30px;
	line-height: 26px;
	font-weight: bold;
	padding: 0 10px 0.3em;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #91B4DD;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91B4DD', endColorstr='#3B5998'); /* for IE */
	background: #91B4DD -moz-linear-gradient(-90deg, #91B4DD, #3B5998);
	background: #91B4DD -webkit-gradient(linear, 0 0, 0 100%, from(#91B4DD), to(#3B5998));
	color: #fff;
}

input[type="submit"]:hover {
	background-color: #BFDCFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFDCFF', endColorstr='#6B88BF'); /* for IE */
	background: #BFDCFF -moz-linear-gradient(-90deg, #BFDCFF, #6B88BF);
	background: #BFDCFF -webkit-gradient(linear, 0 0, 0 100%, from(#BFDCFF), to(#6B88BF));
	color: #000;
}

input[type="submit"][disabled] {
	background-color: #c0c0c0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#6f6f6f'); /* for IE */
	background: #BFDCFF -moz-linear-gradient(top, #e0e0e0, #6f6f6f);
	background: #BFDCFF -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), to(#6f6f6f));
	color: #666;
}

#login .title {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#FFF;
	background:#454545;
	padding: 7px 0;
	margin-left: 10px;
	margin-right: 10px;
}

#login .title span {
	font-family: Times Roman;
	font-size: 1.1em;
	text-transform: none;
}

#login .text {
	padding: 0 10px;
	color: #333;
	overflow: hidden;
}

#login .error {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: red;
	height: 25px;
}

.spacer {
/*	height: 20px;*/
	width: 100%;
}

.forget {
	float: right;
}

.clear {
	clear: both;
}

#main-wrapper li > div
{
	width: 620px;
	margin: 0 auto;
	display: block;
	position: relative;
	background-color: #f9f9f9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;

	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(246,246,246,1) 47%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(246,246,246,1) 47%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(246,246,246,1) 47%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(246,246,246,1) 47%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

h2 {
	margin: 0 0 15px;
	font-size: 24px;
	text-align: center;
	font-family: Georgia, "New Times Roman";
}

#register input
{
	width: 88%;
	background-color: transparent;
}

#register input[readonly=""]
{
	color: #aaa;
}

#register input[type="submit"] {
	width: 100px;
}

#close {
	border-right: 1px solid #ccc;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 0;
	width: 40px;
	padding: 34px 0 0 0;
	overflow: hidden;
}

#close:before {
	content: "\D7";
	display: block;
	text-align: center;
	width: 34px;
	position: absolute;
	top: -5.4px;
	left: 0;
	font-size: 34px;
	line-height: 34px;
	color: #000000;
	font-family: "Helvetica Neue", Consolas, Verdana, Tahoma, Calibri, Helvetica, Menlo, "Droid Sans", sans-serif;
}

div.wrong,
div.ok,
div.processing {
	background: transparent no-repeat 98% 3px;
}

div.wrong {
	background-color: #f4b5b5;
}

div.ok {
}

div.processing {
	background-image: url("../images/spinner-bw.gif");
	background-position: 99% 4px;
}

#processing {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10000;
}

#processing > div {
  margin: 50px auto 0;
  width: 350px;
  height: 80px;
  border: solid 5px #eee;
  font: bold 40px Helvetica,Verdana;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #eee;
  background-color: rgba(60, 60, 60, 0.95);
  text-align: center;
  vertical-align: middle;
  line-height: 80px;
}

.red {
	color: red;
}

.terms-and-conditions {
	width: 650px;
	height: 550px;
	overflow: auto;
	overflow-y: auto;
}

.terms-and-conditions .title {
	padding: 0 5px;
	font: 1.65em "Times New Roman",Sans-serif;
}

.terms-and-conditions .heading {
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 5px;
}

.terms-and-conditions p {
	margin: 0;
	padding: 5px;
}

.animated {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.0s;
	-moz-animation-duration:1.0s;
	-ms-animation-duration:1.0s;
	-o-animation-duration:1.0s;
	animation-duration:1.0s;
}

.animated.hinge {
	-webkit-animation-duration:1.0s;
	-moz-animation-duration:1.0s;
	-ms-animation-duration:1.0s;
	-o-animation-duration:1.0s;
	animation-duration:1.0s;
}

.animated.shake {
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-500px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-500px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-500px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(500px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(500px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(500px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-500px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-500px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-500px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-500px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(500px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(500px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(500px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(500px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

.fadeInLeftBig.delay,
.fadeInRightBig.delay {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.advice {
	float: right;
	max-width: 150px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4), -1px 0 3px rgba(0, 0, 0, 0.5);
	color: #fefefe;
	margin-right: -180px;
	margin-top: -38px;
	padding: 5px;
	z-index: 10;
}

.arrow_box {
	position: relative;
	background: #000000;
	border: 2px solid #cfcfcf;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #000000;
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(207, 207, 207, 0);
	border-right-color: #cfcfcf;
	border-width: 13px;
	top: 50%;
	margin-top: -13px;
}

#thebox {
	border-radius: 15px;
	box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 20px 5px; /*#748F75;*/
	-webkit-border-radius: 15px;
	height: 420px;
	color: #333;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#main-wrapper #thebox,
#login .image {
	width: 270px;
}

#browsers
{
	width: 856px;
}

#browsers li
{
	display: inline;
	height: 198px;
	width: 198px;
	margin-right: 10px;
}

#browsers li a
{
	display: inline-block;
	height: 198px;
	width: 198px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("../images/chrome_firefox_opera_safari_ie.png");
}

#browsers a.chrome
{
	background-position: -15px 0;
}

#browsers a.firefox
{
	background-position: -232px 0;
}

#browsers a.opera
{
	background-position: -435px 0;
}

#browsers a.safari
{
	background-position: -634px 0;
}

#browsers a.ie
{
	background-position: -855px 0;
}
