/**{
	margin: 0;
	padding: 0;
}
body{
	background-color: silver;
}
.main{
	width: 422px;
    padding: 10%;
  	margin: 0 0 0 33%;
  	border: solid 1px #f2f2f2;
  	border-radius: 5px;
  	background-color: #f9f9f9;
}
button{
	margin-left: 10%;
}

.btn{
  padding: 8px;
  background-color: blue;
  cursor: pointer;
  color: white;
}
p{
	font-size: 1.8em;

}
.heighttext {
	height: 30px;
	width: 222px;
}
#zatemnenie {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	display: none;
}
#okno {
    width: 300px;
    height: 300px;
    text-align: center;
    padding: 15px;
    border: 3px solid #0000cc;
    border-radius: 10px;
    color: #0000cc;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
}
#zatemnenie:target {
	display: block;
}
.close {
    display: inline-block;
    border: 1px solid #0000cc;
    color: #0000cc;
    padding: 0 12px;
    margin: 10px;
    text-decoration: none;
    background: #f2f2f2;
    font-size: 14pt;
    cursor:pointer;
}
.close:hover {
	background: #e6e6ff;
}
input{
	border-radius: 8px;

}
textarea{
	border-radius: 8px;
}
input[type="submit"]{
	margin-left: 15%;
	margin-top: 2%;
}
input[type="text"]{
	width: 400px;
	height: 35px;
}
input[type="email"]{
	width: 400px;
	height: 35px;
}
input[type="password"]{
	width: 400px;
	height: 35px;
}
label{
	margin-left: 90px;
}
.place{
	margin-left: 80px;
	font-size: 14pt;
}
.checkbox_label{
	font-size: 14pt;
	margin: 0px;
}
.place1{
	margin-left: 70px;
}
.place2{
	margin-left: 63px;
}
.place3{
	margin-left: 0;
}
.place4{
	margin-left: 30px;
}
.place5{
	margin-left: 0;
}
.join{
	background-color: blue;
	color: white; 
	height: 30px;
	width: 50px;
}
.size{
	font-size: 0.9em;
	margin-left: 30%;
	margin-top: 10%;
}
.regis{
	background-color: blue;
	color: white;
	height: 30px;
	width: 90px;
}
.join1{
	margin-left: 20%;
	padding: 8px;
    background-color: blue;
  	cursor: pointer;
  	color: white;
}
a{
	text-decoration: none;
	color: red;
}
h1{
	margin-left: 40%;
}*/

.menu {
	margin-top: 30px;
}



