html * {
	font-family: Arial, Trebuchet MS, Sans Serif;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
}
body {
	height: 100%;
	width: 100%;
	background: #E3EBED;
}

.layout {
	padding: 100px;
}

.content {
	background: none repeat scroll 0 0 #F1F1F1;
	margin: 0 auto;
	padding: 40px;
	width: 640px;
	box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
}

h2 {
	color: #333;
	font-size: 15px;
}

h1 {
	color: #333;
    font-size: 20px;
    margin: 10px 0;
}

input[type="text"],input[type="password"],input[type="number"] {
	padding: 0 6px;
	width: 276px;
	height: 30px;
	border: 1px solid #ADAFB3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	display: inline;
	font-size: 14px;
	color: #000;
	resize: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="number"]:focus
	{
	outline: 0;
	border: 1px solid #73bdfa;
	-webkit-box-shadow: 0px 0px 5px #73bdfa;
	-moz-box-shadow: 0px 0px 5px #73bdfa;
	box-shadow: 0px 0px 5px #73bdfa;
}

.btn {
	text-decoration: none;
	padding: 5px 30px 5px 30px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #4D90FE;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
	background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
	background-image: linear-gradient(top, #4d90fe, #4787ed);
	border: 1px solid #3079ED;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4D90FE',
		EndColorStr='#4787ED');
}

.btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #357ae8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
	background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
	background-image: linear-gradient(top, #4d90fe, #357ae8);
	border: 1px solid #2f5bb7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe', EndColorStr='#357ae8');
}
input[disabled].btn {
	background-color: #E1E1E1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#D1D1D1));
	background-image: -webkit-linear-gradient(top, #E1E1E1, #D1D1D1);
	background-image: -moz-linear-gradient(top, #E1E1E1, #D1D1D1);
	background-image: -ms-linear-gradient(top, #E1E1E1, #D1D1D1);
	background-image: -o-linear-gradient(top, #E1E1E1, #D1D1D1);
	background-image: linear-gradient(top, #E1E1E1, #D1D1D1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E1E1E1', EndColorStr='#D1D1D1');
	border: 1px solid #888;
	color: #999;
}
.geo-dialog-box-input-name {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.login {
	float: left;
	width: 300px;
}

.requestLogin {
	float: right;
	width: 300px;
	padding-left: 25px;
}

.geo-dialog-box-input-name {
	margin-top: 15px;
}

#authAjaxLoader {
	text-align: center;
	margin: 10px 0 -10px;
}

.page-link {
	font-size: 11px;
	color: #777;
}

.top-line {
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
}

.bottom-line {
	padding-bottom: 10px;
	border-top: 1px solid #fff;
}

.soc-title {
	margin-bottom: 5px;
	font-size: 12px;
}
.auth-message {
	color: red;
	padding-top: 10px;
}

.pace-done .auth-content .request-page-open-access {
	text-align: center;
	margin-bottom: 40px;
}
