/* */
/* Basic elements */
::selection {
	background: #d35209;
	color: #fff;
}

::-moz-selection {
	background: #d35209;
	color: #fff;
}

::-webkit-selection {
	background: #d35209;
	color: #fff;
}

body,html {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
	background: url('bg_pattern.jpg') repeat 0 0;
	background: url('bg_main.jpg') no-repeat center 0, url('bg_pattern.jpg') repeat 0 0;
	font-size: 13px;
	line-height: 2;
	color: #a8afbd;
	font-family: Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #fff;

	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
	-ms-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

a:hover,a:active,a:focus {
	color: #a8afbd;
}

/* containers */
#gkPage {
	width: 800px;
	padding: 50px 0 0 0;
	margin: 0 auto;
}

#gkPageWrap {
	background: transparent;
	padding: 0 30px 30px 30px;
}

#frame {
	margin: 0;
	background: transparent;
	overflow: hidden;
	padding: 80px 0 10px 0;
	clear: both;
}

#errorboxbody {
	width: 390px;
	font-size: 11px;
	padding: 0 0 12px 0;
	margin: 0 auto;
}

#errorNumber {
	float: left;
	padding: 31px 0 0;
	width: 39%;
}

/* Logo  */
#gkLogo {
	display: block;
	margin: 0 auto;
	text-indent: -999em;
	text-shadow: none;
	width: 245px;
	vertical-align: top;
}

#gkLogo a,#gkLogo img {
	display: block;
	margin: 14px 0;
}

#gkLogo a.cssLogo {
	/* You can specify there logo size and background */
background: transparent url('logo.png') no-repeat 0 center;
	height: 108px;
	width: 240px;
}

#gkLogo.text {
	text-indent: 0;
	text-transform: uppercase;
}

#gkLogo.text a {
	color: #fff;
	margin: 23px 0 0 0;
}

#gkLogo.text a > span {
	display: block;
	font-size: 32px;
	line-height: 36px;
}

#gkLogo.text .gkLogoSlogan {
	display: block;
	font-size: 12px;
	line-height: 14px;
}

/* Other elements */
h2 {
	font: normal 40px/60px 'Oswald', Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin: 0 0 20px;
	padding: 0;
}

strong {
	color: #f47c38;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;	color: #fff
}

fieldset {
	border: none;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

p#username,p#password,p#remember {
	margin: 10px 20px 0 0;
	float: left;
	width: 325px;
}

form#form-login {
	margin: 0 auto;
	width: 700px;
}

p#remember,#form-login ul {
	clear: both;
}

label {
	font: 12px Arial, Helvetica, sans-serif;
}

div.buttons {
	float: right;
	margin: 30px 18px 0;
}

input[type="text"],input[type="password"],input[type="url"],input[type="email"] {
	border: 1px solid #e7e7e7;
	border-top-color: #ccc;
	height: 24px;
	line-height: 24px;
	padding: 2px 9px;

	-webkit-box-shadow: inset 0 2px 4px #eee;
	-moz-box-shadow: inset 0 2px 4px #eee;
	box-shadow: inset 0 2px 4px #eee;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="url"]:focus,input[type="email"]:focus {
	background: #fffef4;
}

button,.button,input[type="submit"],input[type="button"] {
	display: block;
	float: left;
	height: 26px;
	line-height: 28px;
	margin: 0 5px 2px 2px;
	padding: 0 12px;
	border: none;
	background: #252525;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	cursor: pointer;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

button:hover,.button:hover,input[type="submit"]:hover,input[type="button"]:hover {
	background: #d35209;
	color: #fff;
}

#remember {
	float: left;
	width: auto;
}

label[for="remember"] {
	float: left;
	line-height: 17px;
}

/* messages */
#system-message dt {
	display: none;
}

#system-message dd {
	background: #eee;
	color: #888;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}

#system-message dd.notice {
	background: #172033;
	color: #fff;
}

#system-message dd.error {
	background: #cb4900;
	color: #fff;
}
