/***************************/
/********** LOGIN **********/
/***************************/
/*Credits for Haris Šumić for the background pattern. downloaded from www.http://subtlepatterns.com*/
body {
	background:url('../images/bck_info.png');
}
.login-box	{ 
	width: 600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px auto;  
	background: url('../images/bck_black_10.png'); 
	margin-top: 50px; 
	padding: 10px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px; 
}
.text{
font-family:"Jokerman";
height:50px;
width:250px;
font-weight:bold;
font-size:25px;
}
/* Buttons */

.btn,
.btn-icon,
.btn-mini
{
	background-repeat: repeat-x;
	color: #FFF;	
	font-weight: bold;
	display: inline-block;	
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px 4px;
	*padding: 0 7px 4px;
	margin: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2);
	cursor: pointer;
	position: relative;
}
	
	/* Active/Click state */
	.btn:active, .btn-icon:active, .btn-mini:active { top: 1px; }


/* Sizes */
.btn, .btn-icon { background-position: 0 -80px; font-size: 12px; height: 32px; line-height: 29px; }
.btn.btn-small, .btn-icon.btn-small { background-position: 0 0; font-size: 10px; height: 26px; line-height: 23px; }
.btn.btn-large, .btn-icon.btn-large { background-position: 0 -160px; font-size: 15px; height: 42px; line-height: 40px; }

	/* Sizes - Line height for A buttons need to be different */
	a.btn, a.btn-icon { height: 32px; line-height: 32px; padding-bottom: 0; }
	a.btn.btn-small, a.btn-icon.btn-small { line-height: 26px; padding-bottom: 0; }
	a.btn.btn-large, a.btn-icon.btn-large { line-height: 42px; padding-bottom: 0; }
	

/* Fix the button in IE7 :-( */
*+html .btn, *+html .btn-icon { border-color: none ; border: 1px solid transparent; }



/* Set default button colors */
.btn, .btn-icon, .btn-mini,
.btn:visited, .btn-icon:visited, .btn-mini:visited {  background-image: url(../images/bg-lite.png); background-color: #066ECD; border-color: #066ECD; color: #FFF; }

.btn:hover, .btn-icon:hover, .btn-mini:hover { background-color: #066ECD; color: #FFF; }

.btn-blue,
.btn-blue:visited { background-color: #066ECD; border-color: #0561B4; }
.btn-blue:hover { background-color: #0561B4; }

.login-border	{ 
	border: 1px solid #cccccc; 
	background: url('../images/bck_white_50.png');
}
.login-style	{ 
	/*border: 3px solid #FFFFFF;
	background:url('../images/login.jpg') center center no-repeat;*/
}
.login-header	{ 
	height: 95px; 
	background: url('../images/login_header.png') center bottom no-repeat; 
	padding: 15px 15px 0px 15px; 
}
.login-header .logo	{ 
	width: auto; margin: 0px; 
	padding-top: 0px; 
}
.login-header .logo .title	{ 
	width: 400px; 
}
.login-header .logo .text	{ 
	width: 400px; 
	color: #333333; 
}
.bglog{ 
	background: url('../images/login.png') left bottom no-repeat ; 
}
.login-inside	{ 
	height: 200px; 
	padding-top: 35px; 
	left: 35px; 
	border-bottom: 1px solid #627603;  
}
.login-inside p	{ 
	
	text-align: center; 
	padding-bottom: 10px; 
}
.login-data		{ 
	width: 310px; 
	padding: 40px 0px 35px 0px; 
	background: url('../images/bck_white_50.png'); 
	margin: 0px auto; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px; 
	border-radius: 3px 3px 3px 3px; 
	margin-bottom : 20px; 
}
.login-data label { display: block; 
	width: 80px; 
	float: left; 
	line-height: 22px; 
	text-align: right; 
	margin-right: 
	10px; 
}
.login-data .row	{ 
	padding-bottom: 10px; 
}
.login-data .submit	{ 
	margin-left: 90px; 
}
/*
.login-footer .remember		{ 
	color: #FFFFFF; 
	line-height: 22px; 
	display: block; 
	float: left; 
	font-weight: bold; 
}
.login-footer .remember label	{ 
	margin-left: 3px; 
}
.login-footer a	{ 
	color: #FFFFFF; 
	text-decoration: none; 
	background: url('../images/bck_white_20.png'); 
	font-size: 11px; 
	font-weight: bold; 
	display: block; 
	padding: 0px 15px 0px 15px; 
	line-height: 22px;
}
.login-footer a:hover { 
	color: #FFFFFF; 
	text-decoration: none; 
	background: url('../images/bck_white_30.png');
}

*/