/*@font-face
{  
	font-family: MyriadPro-Regular;  
	src: url(../../fonts/MyriadPro-Regular.otf ) format("opentype");  
}

@font-face
{  
	font-family: MyriadPro-Bold;  
	src: url(../../fonts/MyriadPro-Bold.otf ) format("opentype");  
}*/




html, body
{
	height: 100%;
}

body
{
	background: url(../../bg.jpg);
	 width: 100%;
    height: 100%;
	margin: 0px;
	color: #333333;
	font-family: '';
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Arial;
}

.visibleSfere{
	

	height: 100%;
}

#topMargin
{
	width: 100%;
	height: 25%;
}

#loginbox
{
	width: 275px;
	height: auto;
	margin: auto;
}

#login_header{
	width: 242px;
	height:45px;
	color: white;
	font-family: Arial;
	font-size: 43px;
	text-align: center;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.41);
	text-indent: -99999px;
	background: url(../../napis.png);
	margin-left: 19px;
}
#loginboxForm
{
	margin-top: 30px;
	width: 275px;
}

.niceCorners{
	
}
