.ExitButton {
	z-index:1000;
	position:absolute;
	width:20px;
	height:20px;
	right:5px;
	top:5px;
	background:url('../Pictures/CloseButton.png');
	background-size: 100% 100%;
}
.ExitButton:hover {
	z-index:1000;
	position:absolute;
	width:20px;
	height:20px;
	cursor:pointer;
	right:5px;
	top:5px;
	background:url('../Pictures/CloseButtonOver.png');
	background-size: 100% 100%;
}
.RegHeadButton {
	position:relative;
	display:block;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	background:linear-gradient(bottom,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	width:80%;
	left:10%;
	text-align:center;
	padding:10px 10px 10px 10px;
}
.RegHeadButton:hover {
	position:relative;
	display:block;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	cursor:pointer;
	background:linear-gradient(bottom,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	width:80%;	
	left:10%;
	text-align:center;
	padding:10px 10px 10px 10px;
}
.RegHeadContainer {
	position:relative;
	display:block;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	width:80%;
	left:10%;
	margin-top:5%;
	margin-bottom:5%;
}
.RegHead {
	position:relative;
	display:block;
	width:80%;
	left:10%;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	background:linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:10px 10px 10px 10px;
}
.RegisterField{
	z-index:100;
	position:fixed;
	display:block;
	width:20%;
	min-width:250px;
	min-height:400px;
	max-width:1000px;
	max-height:1000px;
	left:40%;
	top:10%;
	border-radius:10px;
	background:rgba(0,0,0,0.9);
	color:white;
	font: 13px/100% Verdana, Tahoma, sans-serif;
}

.RegCaptchaPicture {
	border:1px solid rgba(200,100,0,0.5);
	position:relative;
	display:block;
	width:80%;
	left:10%;
}


.RegHeadInput {
	border:1px solid rgba(200,100,0,0.5);
	word-wrap:break-word;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	position:relative;
	width:80%;
	height:30px;
	left:10%;
	background:rgba(0,0,0,0.5);
	padding:5px 10px 5px 10px;
	color:white;
}
.RegHeadInput:focus{
	outline:none;
	border:1px solid rgba(255,200,0,0.5);
	word-wrap:break-word;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	position:relative;
	width:80%;
	height:30px;
	left:10%;
	color:white;
	background:rgba(0,0,0,0.5);
	padding:5px 10px 5px 10px;
}
