#tcn-username, #tcn-password {
	width: 100%;
	height: 40px;
	padding: 3px 10px;
	padding-left: 32px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;
	border:none;
}

#tcn-username {
	background: #f3f5f6 url(image/username.png) no-repeat left center;
}

#tcn-password {
	background: #f3f5f6 url(image/password.png) no-repeat left center;
}

#tcn-login, #tcn-registration, #tcn-back {
	font-size: 1.3em;
	color: #343434;
	/*background-color: #d0d24b;*/
	background-color: #d0d24b;
	display: block;
	width: 100%;
	text-decoration:none;
	text-align: center;
	/*padding: 10px 0px*/
	box-sizing: border-box;
	border: none;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;
	cursor: pointer;
}
#tcn-login:hover,
#tcn-registration:hover {
	opacity: 0.8;
}

#tcn-registration_progres {
	font-size: 1.3em;
	color: #343434;
	background-color: #d0d24b;
	display: block;
	width: 100%;
	text-decoration:none;
	text-align: center;
	padding: 10px 0px;
	box-sizing: border-box;
	border: none;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;
	cursor: pointer;
}

input[type="text"].registration-field,
input[type="password"].registration-field,
select.registration-field {
	width: 100%;
	height: 40px;
	padding: 3px 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;
}

a.registration:visited,
a.registration:link,
a.registration:active {
	font-size: 1.5em;
	font-weight: 100;
	color: #ffffff;
	background-color: #1aa833;
	display: block;
	padding-right: 20px;
	width: 100%;
	text-decoration:none;
	text-align: center;
	padding: 15px;
	margin: 20px 0px;
	box-sizing: border-box;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;
	cursor: pointer;
}

a.registration:hover {
	opacity: 0.8;
}

a.version-button:visited,
a.version-button:link,
a.version-button:active {
	font-size: 1.2em;
	font-weight: 100;
	color: #ffffff;
	background-color: #1aa833;
	display: block;
	padding-right: 20px;
	width: 300px;
	text-decoration:none;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
}

a.version-button:hover {
	opacity: 0.8;
}

.loading {
	background: #6C6C6C url(image/loading1.gif) no-repeat center center;
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	opacity:0.4;
	z-index: 115000;
	display: none;
}


.version {
	border:1px solid #cccccc;
	background-color:#ffffff;
	width:300px;
	height:530px;
	padding:10px;
	float: left;
	margin-left: 25px;
	position: relative;
	-webkit-box-shadow: -1px 4px 20px 5px rgba(204,204,204,0.65);
	-moz-box-shadow: -1px 4px 20px 5px rgba(204,204,204,0.65);
	box-shadow: -1px 4px 20px 5px rgba(204,204,204,0.65);
}