* {
	margin:0;
	padding:0;
}

/*** generic elements ***/

body {
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	line-height: normal;
	background: url('/img/main-bg.jpg') repeat 0 0;
}

a {
	color: #34a6dc;
}
#makers a:hover, .footer a:hover{
	text-decoration: underline;
}
.blue{
	color: #34a6dc;
	font-weight:bold;
}
a:link, a:visited,a:active {
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}
.clear{
	clear:both;
}
.bold{
	font-weight:bold;
}
#loginbody {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -323px 0 0 -316px;
}
.block{
	width: 540px;
	margin: 30px auto;
	background: #fff url('/img/bg-diag.png') repeat 0 0;
	-webkit-box-shadow:  2px 5px 6px 1px rgba(0, 0, 0, .6);
	box-shadow:  2px 5px 6px 1px rgba(0, 0, 0, .6);
}
.block h2{
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	font-size: 22px;
	background: #adadad url('/img/bg-dia-dk.png') repeat 0 0;
	padding: 20px 0;
	color:#3c3c3b;
	letter-spacing: 2px;
}

#title{
	margin-bottom: 35px;
}
#title h1{
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding: 20px 0 4px;
	border-top: 1px solid #9b9b9b;
	margin: 0 auto;
	width: 633px;
	letter-spacing: 2px;
	text-shadow: 0px 3px 3px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
#title h2{
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
	width: 633px;
	border-bottom: 1px solid #9b9b9b;
	margin: 0 auto;
	letter-spacing: 1px;
	text-shadow: 0px 3px 3px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=3);
}

form{
	margin: 30px auto 0;
	width: 313px;
}
form label{
	width: 34px;
	height: 33px;
	display: inline-block;
	float:left;
	background-color: #fff;
	border:1px solid #ccc;
	border-right:0;
	-webkit-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px;
	margin: 0;
}
form label img{
	width: 34px;
	height: 33px;
}
form label.email img{
	background: url('/img/sprite.png') no-repeat 0 0;
	height: 23px;
	width: 23px;
	margin: 5px 0 0 6px;
}
form label.password img{
	background: url('/img/sprite.png') no-repeat -24px 0;
	height: 23px;
	width: 18px;
	margin: 5px 0 0 8px;
}
form label.clnt img{
	background: url('/img/sprite.png') no-repeat -43px 0;
	height: 21px;
	width: 19px;
	margin: 5px 0 0 8px;
}
form input.send{
	background:#34a6dc;
	color: #fff;
	width:80px;
	margin-left: -40px;
	text-align: center;
	position: relative;
	left: 50%;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 7px;
	cursor: pointer;
	height: auto;
	border: 0;
}
form input.send:hover{
	background: #4dbff3;
}
a:hover{
	color: #4dbff3;
}

form input{
	width: 235px;
	padding: 9px 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	float:left;
	background-color: #fff;
	color: #4e4d4d;
	-webkit-border-radius: 0px 2px 2px 0px;
	border-radius: 0px 2px 2px 0px;
	height: 15px;
}
form input:focus{
	border: 1px solid #34a6dc;
	outline:none;
}

#forgot{
	text-align: center;
	margin-top: 15px;
}
#forgotform{
	display:none;
}

.close {
	border-top: 1px solid #ccc;
	padding: 15px 20px;
	text-align: right;
	color: #919699;
	margin-top: 20px;
}

.footer{
	list-style: none;
	padding: 9px 10px;
	font-size: 10px;
	height: 36px;
	width: 520px;
}
.footer li{
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	margin-top: 1px;
	border-left: 1px solid #ccc;
}
.footer li:first-child{
	border-left:0;
}

#makers {
	width: 133px;
	float: right;
	font-size: 10px;
	margin-top: -26px;
}
#makers a{
	color: #919699;
	font-weight: normal;
}
.paw{
	width: 18px;
	height: 17px;
	background: url('/img/sprite.png') no-repeat -88px 0;
	margin-top: 5px;
	position: relative;
	top: 5px;
	left: 6px;
}
.block.white{
	background:#fff;

}
.footer a, .footer{
	color: #919699;
	font-weight: normal
}
.footer .left{
	float: left;
	margin-top: -14px;
	margin-left: 8px;
}
.footer .center{
	width: 68px;
	position: relative;
	left: 50%;
	margin-left: -34px;
}

/* NOTIFICATIONS */

#notifications {
	position: fixed;
	left: 50%;
	margin-left: -280px;
	z-index: 999999;
}
#notifications li {
	width: 540px;
	margin: 0 auto 10px;
	background: #fff;
	-webkit-box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .6);
	box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .6);
	list-style: none;
	padding: 13px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
