/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
body
{
	background: #070909;
}

.loginBox
{
	background: url('/images/posnobelone/global/loginBg-dragon.png') no-repeat center top;
	padding-bottom: 50px;
	padding-top: 50px
}

.loginForm
{
	margin:0 auto;
	width: 340px;
	padding-top: 150px;
	float: none;
}

.topLinks
{
	float:right;
	padding-top:50px;
}

input[type="submit"].loginButton
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #00a7ec;
	border: none;
	color: #fff;
	text-shadow: none;
	font-size: 2em;
	font-weight: none;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

input[type="submit"]:hover.loginButton
{
	background: #0090cc;
	-webkit-animation-name: greenPulse;
	animation-name: greenPulse;
	-webkit-animation-duration: 2s;
	animation-duration:2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count:infinite;
}

input[type="text"].loginInputUsername
{
	background:#fff url('/images/posnobelone/global/loginInputUsername.png') no-repeat 10px 50%;
	padding-left: 40px;
	width: 287px;
	font-size: 1.3em;
}

input[type="password"].loginInputPassword
{
	background:#fff url('/images/posnobelone/global/loginInputPassword.png') no-repeat 10px 50%;
	padding-left: 40px;
	width: 287px;
	font-size: 1.3em;
}

.footerOne
{
	border-top:1px solid #2d343b;
	padding-top: 20px;
}

.footerOneText{
	font-size: 0.75em;
    background: url('/images/posnobelone/global/footer.png') no-repeat center left;
    height: 70px;
    margin: 0 auto;
    width: 440px;
    background-size: 95px;
}

.footerOneTextTop{
  color: #fff;
  margin: 0;
  padding: 20px 0 0px 100px;
  line-height: 12px;
}

.footerOneTextBottom{
    color: #a1a2a4;
    margin: 0;
    padding: 0 0 0 100px;
}

.topCountrDd
{
	font-size: 14px;
}

.topCountrDdSlide
{
	position: absolute;
	top: 20px;
	left:-30px;
	z-index: 999;
	background: #fff;
	width: 128px;
	display: block;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}

.topCountrDdSlide li
{
	padding: 5px;
	float: left;
}

.topCountrDdSlide li a
{
	color: #333;
	text-decoration: none;
}

.topCountrDdSlide li a:hover
{
	color: #00a7ec;
}

.topCountrDd li
{
	margin: 0;
}

.formLinkHelp
{
	float: left;
}

.formLinkPass
{
	float: right;
}

.topCountrDd
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff url('/images/posnobelone/global/topCountrDdArrow.png') no-repeat right 50%;
	padding: 5px 25px 5px 5px;
	cursor: pointer;
	width: 98px;
	float: left;
	margin: 0;
	height: 20px;
	position: relative;
}

.topDistrLogin
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #00a7ec url('/images/posnobelone/global/topDistrLogin.png') no-repeat 5px 50%;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
	cursor: pointer;
	margin-left: 20px;
	float: left;
	height: 20px;
}

.topDistrLogin:hover
{
	color:#fff;
}

.topCountrDd img
{
	vertical-align: middle;
	padding-right: 5px;
}


/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

@-webkit-keyframes greenPulse {

  from 
  { 
  		-webkit-box-shadow: 0 0 9px #333; 
  		box-shadow: 00 0 9px #333;
  }
  
  50% 
  { 
	  	-webkit-box-shadow: 0 0 18px #0882b6;
	  	box-shadow: 0 0 18px #0882b6; 
  }
  
  to 
  { 
 		-webkit-box-shadow: 0 0 9px #333; 
 		box-shadow: 00 0 9px #333;
 	 
  }
}

@-moz-keyframes greenPulse {

  from 
  { 
  		-moz-box-shadow: 0 0 9px #333;
  		box-shadow: 00 0 9px #333;
  }
  
  50% 
  { 
  		-moz-box-shadow: 0 0 18px #0882b6;
  		box-shadow: 0 0 18px #0882b6;
  }
  
  to 
  { 
  		-moz-box-shadow: 0 0 9px #333;
  		box-shadow: 00 0 9px #333;
 	 
  }
}

@-ms-keyframes greenPulse {

  from 
  { 
  		-ms-box-shadow: 0 0 9px #333;
  		box-shadow: 00 0 9px #333;
  }
  
  50% 
  { 
  		-ms-box-shadow: 0 0 18px #0882b6;
  		box-shadow: 0 0 18px #0882b6;
  }
  
  to 
  { 
  		-ms-box-shadow: 0 0 9px #333;
  		box-shadow: 00 0 9px #333;
 	 
  }
}

.errorForm
{
    color: #ff0000;
}

.errorForm legend
{
    font-weight: bold;
}

html ul.errorForm li
{
    color: #0090CC;
    margin: 5px 5px;
    padding: 0;
}
