html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    
}

input
{
outline: 0;
}


/*
@font-face {
    font-family: 'sitefontblack';
    src: url('fonts/pfhandbookpro-black-webfont.eot');
    src: url('fonts/pfhandbookpro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfhandbookpro-black-webfont.woff') format('woff'),
         url('fonts/pfhandbookpro-black-webfont.ttf') format('truetype'),
         url('fonts/pfhandbookpro-black-webfont.svg#pf_handbook_problack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sitefontbold';
    src: url('fonts/pfhandbookpro-bold-webfont.eot');
    src: url('fonts/pfhandbookpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfhandbookpro-bold-webfont.woff') format('woff'),
         url('fonts/pfhandbookpro-bold-webfont.ttf') format('truetype'),
         url('fonts/pfhandbookpro-bold-webfont.svg#pf_handbook_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sitefontregular';
    src: url('fonts/pfhandbookpro-regular-webfont.eot');
    src: url('fonts/pfhandbookpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfhandbookpro-regular-webfont.woff') format('woff'),
         url('fonts/pfhandbookpro-regular-webfont.ttf') format('truetype'),
         url('fonts/pfhandbookpro-regular-webfont.svg#pf_handbook_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*/

	@font-face {
			font-family: 'sitefontblack';
			src: url('fonts/pfhandbookpro-black-webfont.eot');
			src: url('fonts/pfhandbookpro-black-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/pfhandbookpro-black-webfont.eot.ttf') format('truetype');
		}
	
	@font-face {
			font-family: 'sitefontbold';
			src: url('fonts/pfhandbookpro-bold-webfont.eot');
			src: url('fonts/pfhandbookpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/pfhandbookpro-bold-webfont.ttf') format('truetype');
		}	
		
		
	@font-face {
			font-family: 'sitefontregular';
			src: url('fonts/pfhandbookpro-regular-webfont.eot');
			src: url('fonts/pfhandbookpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/pfhandbookpro-regular-webfont.ttf') format('truetype');
		}

.clearer {
	clear:both;
}

body {
	background-color: #fff;
	background: url("../img/login/body_background.png") no-repeat top fixed;
	font-family: sitefontregular;
}

input {
    line-height: 35px;
    }

/*------------ HEADER ----------------*/

#screen {
	position: absolute;
	left: 0;
	top: 0;
    background: #000;
}

#userpanel {
	display: none;	
}

#header {
position: relative;
}


#header-outer  {
	width: 300px;
	height: 24px;
	background: url("../img/login/versanus_logo.png") no-repeat center;
	margin: 0 auto 0 auto;
	padding: 40px 0 80px 0;
}

/*------------ CONTENT --------------*/

#content {
    padding-bottom:100px;
    }

#innercontent {
	width: 980px;
	margin: 0px auto;
-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
}

/*login_upper*/
#content #login_upper {	
	background-color: #fff;
}

#content #login_upper .domain_title {	
	/*border: 1px solid red;*/
	color: #393939;
	height: 30px;
	font-size: 22px;
	text-transform: uppercase;
	padding: 15px 0 15px 20px;
	background-color: #fff;
	/*background: url("../img/login/login_upper_background.png") repeat-y center;	*/
}

#content #login_upper #flagpanel {
	float: right;
	padding-top: 5px;
	margin-right: 20px;
}

#content #login_upper .domain_title  h5 {
	float: left;
	padding-left: 40px;
	background: url("../img/login/icons/globe.fw.png") no-repeat left center;
}

#content #login_upper .domain_search {
	height: 150px;
	/*border: 1px solid red;*/
	background: url("../img/login/domain_search_background.png") no-repeat center;
}

#content #login_upper .domain_search p {
	width: 150px;
	float: left;
	font-size: 14px;
	margin: 40px 0 0 20px;
	color: #999;
}

#content #login_upper .domain_search  .row {
	margin-top: 40px;
	margin-left: 20px;
	float: left;
	width: 760px;
	height: 55px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content #login_upper .domain_search  .row input.search{
	/*height: 43px;
	margin-left: 10px;
	margin-top: 6px;
	float:left;
	width: 668px;
	border: none;
	font-size: 18px;*/
	
	border: 0px;
	border-color: #fff;
    float: left;
    font-size: 18px;
    height: 22px;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 16px;
    width: 668px;
	-webkit-appearance: none;
	outline: 0;
}

#content #login_upper .domain_search  .row input[type=submit]{
	margin: 3px 2px 0 8px;
	width: 70px;
	height: 50px;
	border: none;
	background: url("../img/login/OKbutton.fw.png") no-repeat center center;
	color: white;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}

/*login_middle*/

p.kezdolap-nemtalalt {
    text-align:center;
    padding: 20px;
    color: white;
    }

.th_padding_wrap {
	padding-left: 150px;
}

.th_padding {
	float: left;
	padding: 0 30px;
}

.lastcolumn {
	padding:0;
    vertical-align:middle;
}

.lastcolumn a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url("../img/login/table_button_background.png") repeat-x center center;
}

.foglalt span {
	color: #E04E67;
}
.folyamatban_dark {
	background-color: #252526;
	height: 30px;
	padding-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.szabad span {
	color: #96C74C;
}

.domainname {
	color: white;
}

.registrate {
	/*padding: 10px;*/	
	display: block;
}


#content #login_middle {
	background: url("../img/login/domaininfo_list_background.png") repeat-y center center;
	
}

#content #login_middle .dataTable {
	
}

.dataTable {
	width: 100%;
	margin: 0px auto;
	color: #999;
/*	border: 1px solid #999;*/
	border-bottom: 15px solid #242424;
}

.dataTable th {
	height: 40px;
	vertical-align: middle;
}

.dataTable th, .dataTable tr.th, .dataTable tr.th td {
	font-weight: normal;
	background-color: #000;
	border: 1px solid #585858;
	text-align: center;
}

.dataTable td {
	padding: 10px;
	border: 1px solid #585858;
    font-size: 16px;
}


.dataTable td div {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.reg {
	display: block;
	height: 20px;
	padding: 5px;
	background: url("../img/new/login/table_button_background.png") repeat-x center center;
}
.dataTable td div a {font-weight: bold; color: black; text-decoration: none; display: block;}

.dataTable td div.foly {
	display: block;
	height: 20px;
	padding: 5px;
	background-color: #252526;
}

.dataTable td div.atreg {
	display: block;
	height: 36px;
	padding: 5px;
	background: url("../img/new/login/table_button_background.png") repeat-x center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.dataTable td.domains {
	color: white;
	text-align: left;
}

.dataTable tr td {
	text-align: center;	
}

/*login_bottom*/
#content #login_bottom {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url("../img/login/login_bottom_background.png") no-repeat center;
}
.password_input {
	background: url("../img/login/icons/password_icon.png") no-repeat left;
}

.email_input {
	background: url("../img/login/icons/email_icon.png") no-repeat left;
}

.title {
	height: 26px;
	padding-left: 40px;
	margin-bottom: 10px;
	font-size: 22px;
	text-transform: uppercase;
	color: white;
}

.ie8 #ie8-title
{
	margin-left: 20px;
}

#content #login_bottom  #login_bottom_left .title {
	
	background: url("../img/login/icons/user.fw.png") no-repeat left center;
}

#content #login_bottom  #login_bottom_right .title {
	padding-left: 40px;
	background: url("../img/login/icons/plus.fw.png") no-repeat left center;
}

#content #login_bottom .field {	
	padding-top: 10px;
}

#content #login_bottom  .buttons {
	margin-top: 20px;
}

#content #login_bottom  .buttons a {
	float:left;
	padding-top: 5px;
	color: #999;
	font-size: 14px;
}

#content #login_bottom  .buttons input {
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	height: 35px;
	font-size: 12px;
	border: none;
	background: url("../img/login/reButton.fw.png") repeat-x left center;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.75);
}

#content #login_bottom #login_bottom_left{
	float:left;
	margin: 0 20px;
}

#content #elfelejtett-jelszo-func .email_input input,
#content #login_bottom #login_bottom_left input {
	
	height: 35px;
	margin-left: 40px;	
	border: none;
}

#content #elfelejtett-jelszo-func .email_input{
	margin-left: -15px;
}

#content #elfelejtett-jelszo-func .email_field  .email_input,
#content #login_bottom #login_bottom_left .email_field  .email_input {
	width: 350px;
	margin-bottom: 10px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content #elfelejtett-jelszo-func .email_field  .email_input input, 
#content #login_bottom #login_bottom_left .email_field  .email_input input {
	width: 300px;
	line-height: 1.2em;
	outline: 0;
}
.ie8 #content #elfelejtett-jelszo-func .email_field  .email_input input,
.ie8 #content #login_bottom #login_bottom_left .email_field  .email_input input
{
	line-height: 32px;
}



#content #login_bottom #login_bottom_left .password_field  .password_input {
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 350px;
}

#content #login_bottom #login_bottom_left .password_field  .password_input input {
	width: 300px;
	line-height: 1.2em;
	outline: 0;
}

.ie8 #content #login_bottom #login_bottom_left .password_field  .password_input input 
{
	line-height: 32px;
}

#content #login_bottom #login_bottom_right{
	float:left;
	margin: 0 30px;
}

.ie8 #content #login_bottom #login_bottom_right{
	float:left;
	margin: 0 30px 0 10px;
}

#content #login_bottom #login_bottom_right .field:nth-child(5) {
	margin-right: 20px;
}

#content #login_bottom #login_bottom_right .field:nth-child(2) {
	margin-right: 20px;
}

.ie8 #content #login_bottom #login_bottom_right .email_field  .email_input input 
{
	line-height: 32px;
}

#content #login_bottom #login_bottom_right .email_field  .email_input input {
	width: 205px;
	height: 35px;
	margin-left: 40px;	
	border: none;
	line-height: 1.2em;
	outline: 0;
}
	
#content #login_bottom #login_bottom_right .email_field {
	float:left;
	/*margin-left: 20px;*/
	margin-bottom: 10px;
}

#content #login_bottom #login_bottom_right .email_field  .email_input {
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 255px;
}


.ie8 #content #login_bottom #login_bottom_right .email_field  .email_input 
{
	margin-left: 20px\0;
}

#content #login_bottom #login_bottom_right .password_field {
	float:left;
	/*margin-left: 20px;*/
}

#content #login_bottom #login_bottom_right .password_field .password_input {
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 255px;
}

.ie8 #content #login_bottom #login_bottom_right .password_field .password_input
{
	margin-left: 20px\0;
}

.ie8 #content #login_bottom #login_bottom_right .password_field .password_input input 
{
	line-height: 32px;
}

#content #login_bottom #login_bottom_right .password_field .password_input input {
	width: 205px;
	height: 35px;
	margin-left: 40px;	
	border: none;
	line-height: 1.2em;
	outline: 0;
	
}

/*Elfelejtett jelszó*/
#elfelejtett-jelszo-func {
	color: #999;
	display: none;
	position:fixed;
    top: 50%;
    left: 50%;
 	width:380px;
	height: 280px;
	margin-top: -140px;
	margin-left: -190px;
	/*background-color: #3A3A3B;*/
}

#elfelejtett-jelszo-func .forgot_top {
	
}

#elfelejtett-jelszo-func  #forgot_x {
	float: right;
	background-color: white;
	width: 43px;
	height: 32px;
	background: url("../img/icons/reg_close.png") no-repeat top left;
}	

#elfelejtett-jelszo-func .forgot_h5 {
	background-color: #fff;
	/*height: 80px;*/
	color: #393939;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 30px 30px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
 	border-top-left-radius: 5px;
}

#elfelejtett-jelszo-func .forgot_h5 h5 {
	padding-left: 50px;
	background: url("../img/login/icons/mac.fw.png") no-repeat left center;
}

#elfelejtett-jelszo-func  .forgot_bottom {
	background-color: #3A3A3B;
	/*height: 80px;*/
	padding: 30px;
	font-size: 12px;
	-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
}


#elfelejtett-jelszo-func  .forgot_bottom  .elf_btn {
	margin: 20px 0 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	height: 35px;
	font-size: 12px;
	border: none;
	background: url("../img/login/reButton.fw.png") repeat-x left center;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.75);
	float:right;
}

#elfelejtett-jelszo-func  .forgot_bottom  p{
    font-size:16px;
    }

#elfelejtett-jelszo-mess {
	display: none;
}

/*--------------- FOOTER ---------------------*/
#footer {
	position: absolute;
   	left:0px;
   	bottom:0;
	width: 100%;
	margin-top:20px;
	background-image: linear-gradient(left , #252F2E 25%, #0E1B1E 63%);
	background-image: -o-linear-gradient(left , #252F2E 25%, #0E1B1E 63%);
	background-image: -moz-linear-gradient(left , #252F2E 25%, #0E1B1E 63%);
	background-image: -webkit-linear-gradient(left , #252F2E 25%, #0E1B1E 63%);
	background-image: -ms-linear-gradient(left , #252F2E 25%, #0E1B1E 63%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E1B1E', endColorstr='#252F2E');
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.25, #252F2E),
		color-stop(0.63, #0E1B1E)
	);


	
}

#footer .footer_content {
	width: 900px;
	margin:0px auto;
}

#footer .footer_content table  {
	width: 940px;
}

#footer .footer_content table tr th {
	font-size: 15px;
	padding-top: 20px;
	text-align: left;
	color: #f1f1f1;
}

#footer .footer_content table tr td {
	font-size: 13px;
	padding-bottom: 20px;
	text-align: left;
	color: #999;
}

.zingaMessage {
	display: none;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	border:3px solid #cfcfcf;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 450px;
	z-index: 500;    
}

.zingaMessage .sessionmessage,
.zingaMessage .message{
	background: #FFFFFF;
	color: #999999;
	font-weight: normal;
	font-size: 16px;
	padding:20px 10px;	
}

.zingaMessage .header {
	background: #3B3B3C;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 20px 5px 20px 20px;
}
    

.fullFade {
   display: none;
   background: #000;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
    z-index: 99;
}

.overlay {
	width: 700px;
	margin: 0 auto;
    display: none;
    height: auto;
    padding: 10px;
    position: fixed;
    text-align: left;
    z-index: 100;    
}

.overlay .overlaybezar {
}

.popupClose {	
	height: 40px;
	width: 44px;
	display: block;
	float:right;
	background: url('../img/icons/reg_close.png') no-repeat bottom right;
}
.overlay .overlayTitle {
	background-color: white;
}

.overlay .overlayTitle h1 {
	font-size: 20px;
	color: #393939;
	padding: 25px 20px;
	text-transform: uppercase;
	font-weight: 900;
}

.overlay .overlayContent {
	background-color: #353535;
    min-height: 80px;
}

.sessionmessage {padding:25px 20px 20px; color:white;}

.sessionmessage #elfelejtett-jelszo-a {
    text-decoration: none;
    color: white;
    cursor: pointer;
    }

.sessionmessage #elfelejtett-jelszo-a:hover {
    text-decoration: underline;
	}


.masodSzintu{
	display:none;
}