@import url(https://fonts.googleapis.com/css?family=Roboto:300&subset=latin,cyrillic);

body {
	margin: 0 auto;
}

@font-face {
    font-family: Capture it;
    src: url(7fonts.ru_Captureit.ttf);
   }

#captcha {
	margin: 20px 0px 0px 0px;
}

button {
	color: white;
	user-select: none;
	background: #6383a8;
	padding: 5px;
	outline: none;
	font-family: Tahoma;
	font-size: 15px;
	border: 2px solid #6383a8;
	border-radius: 4px;
}

h1 {
	text-align:  center;
	margin: 0px 0px 15px 0px;
	font-family: Capture it;
	font-size: 40px;
	color: #6383a8;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
}

h2 {
	text-align:  center;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 20px;
	color: #6383a8;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
}

#auth,#gifts {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

#login,#captcha_key,#password {
	padding: 5px;
	border: 2px solid #6383a8;
	border-radius: 4px;
}

h5 {
	font-family: Tahoma;
	font-size: 15px;
	color: red;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h6 {
	font-family: Tahoma;
	font-size: 15px;
	color: green;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

#time {
	margin: 5px 0px 15px 0px;
}

#vkid {
	width: 90px;
	background: white;
	font-family: Tahoma;
	font-size: 15px;
	padding: 3px;
	border: 1px solid green;
}