@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("form.css");
body{
	color:#777;
	/*background:#02549d;*/
	font:12px Arial, Helvetica, sans-serif;
	}
a{ color:#02549d}
a:hover{ text-decoration:none;}
h1{
	color:#06C;
	font-size:28px;
	}
h3{
	color:#4f5362;
	font-size:16px;
	font-weight:bold;
	}
#yakks{width:100%;}
#logo h1{ display:none}
#logo,#logo a{
	height:75px;
	}
#logo{
	width:280px;
    height:290px;
	margin:3em auto 0 auto;
	background:rgba(0, 0, 0, 0) url("../img/git_logo.png") no-repeat scroll center;
	}
#logo a{
	width:280px;
	font-size:0px;
	display:block;
	line-height:75px;
	text-indent:-9999px;
	}
#container{
	width:430px;
	padding:15px 0;
	margin:0 auto;
	/*background:url(../images/key_access.png) no-repeat center left*/
	}
#loginBox{
	overflow:hidden;
	width:250px;
	margin:15px auto;
	padding:25px 25px 15px 25px;
	background:#fff;
	border:1px #e5e5e5 solid;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	-webkit-box-shadow: 0 0 20px #ccc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc',direction='120',strength='20');
	/*behavior: url(ie-css3.htc);*/
	}
/* Basic CSS for use even if JS is not around */
.loginPanel {
	width:250px;
	font-size:16px;
	color:#777;
	margin:0 0 15px 0;
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #E5E5E5;
	overflow: hidden; /* Clear fix */
}
.loginPanel label {
	float: left;
}
.loginPanel input {
	clear: left;
	float: right;
	width:250px;
	font-size:16px;
	color:#777;
	padding:5px;
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #E5E5E5;
}
/* And if JS is available */
body.js .loginPanel {
	position: relative;
	height: 25px;
}
body.js .loginPanel label,
body.js .loginPanel input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px;
	border: 0;
	z-index: 2;
	font:12px Arial, Helvetica, sans-serif
}
/* body.js .loginPanel input {
	background-color: transparent;
	background-color: rgba(255,255,255,.2);
	z-index: 3;
} */

/* body.js .loginPanel input.non-empty {
	background: #fff;
} */
/*#loginBox input{
	height:35px;
	width:250px;
	font-size:16px;
	color:#777;
	padding:5px;
	background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
	}

#loginBox input:focus{
	border:1px #bbbbbb solid;
	}
*/
.btn_submit{
	color:#fff;
	border:none;
	height:25px;
	width:75px;
	font-size:12px;
	font-weight:bold;
	margin:0 5px 0 0;
	cursor:pointer;
	background: #45484d;
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%);
	background: linear-gradient(top, #45484d 0%,#000000 100%)
	}
.btn_submit:focus{ background:#000; border:none}
/*Css form attribute*/
.error,#error {
	color:#d90d19;
	padding:7px 0 7px 25px;
	background:#ffbaba no-repeat 5px;
	border:1px #d8000c solid;
	margin-bottom:10px;
	font:bold 12px  Arial, Helvetica, sans-serif;
	}
.okay {
	color:#4f8a10;
	padding:7px 0 7px 25px;
	margin-bottom:10px;
	background:#dff2bf no-repeat 5px;
	border:1px #4f8a10 solid;
	font:bold 12px  Arial, Helvetica, sans-serif;
	}
.info {
	padding:7px 0 7px 25px;
	color:#a56a0c;
	margin-bottom:10px;
	background:#ffffe0 no-repeat 5px;
	border:1px #9f6000 solid;
	font:bold 12px Arial, Helvetica, sans-serif;
	}
p.bline{
	clear:both;
	padding:10px 0 0 0;
	margin-top:15px;
	border-top:1px #ddd solid
	}
