/* CSS Document */

@font-face {
	font-family: Nadia Serif;
	src: url('/fonts/nadia_serif/nadia.ttf');
}

@font-face {
	font-family:'KarlaRegular';
	src:url(/fonts/karla/Karla-Regular-webfont.eot);
	src:url(/fonts/karla/Karla-Regular-webfont.eot?#iefix) format('embedded-opentype'),
	url(/fonts/karla/Karla-Regular-webfont.woff) format('woff'),
	url(/fonts/karla/Karla-Regular-webfont.ttf) format('truetype'),
	url(/fonts/karla/Karla-Regular-webfont.svg#KarlaRegular) format('svg');
	font-weight:normal;
	font-style:normal
}

body {
	margin:0;
	padding:225px 0 0 0;
	font-family:'KarlaRegular',Verdana, Geneva, sans-serif;
	font-size:12px;
}


.well {
  min-height: 20px;
  /*padding: 19px;*/
  margin-bottom: 20px;
  background-color: #e1deff;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*#login_box {
	width:300px;
	min-height:400px;
	margin:0 auto;
	border:0px solid #CCC;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	background-color:#FFF;
	
}
*/

#login_box {
	height:433px; 
	width:461px; 
	background:url(/images/bg_login.png) top left no-repeat; 
	margin:0 auto; 
	position:relative;
}

#login_box_header {
	position:absolute; 
	width:339px; 
	height:50px; 
	top:27px; 
	left:59px; 
	text-align:center; 
	line-height:50px; 
	text-shadow: 1px 1px 1px #224272; 
	color:#FFF; 
	font-size:20px;
}

#login_form_message {
	height:40px; 
	text-align:center; 
	line-height:40px; 
	font-size:14px; 
	background-color:#FC3; 
	border:1px solid #D7A200; 
	display:none;
	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
 	 border-radius: 2px;
}

#login_form_bottom_costumer_name {
	position:absolute; 
	bottom:26px; 
	left:73px; 
	width:312px; 
	height:20px; 
	text-align:center; 
	line-height:20px; 
	font-size:14px; 
	color:#999;
}

.login_input {
	color: #333;
	font-size: 18px;
	height: 28px;
	line-height: 22px;
	margin: 4px 0px 10px 0px;
	padding: 3px 0px 0px 10px;
	position: absolute;
	width: 260px;
	font-size:14px;
	font-weight:bold;
	outline:none;
	
	border: 1px solid #039;
  	border: 1px solid rgba(0, 0, 0, 0.10);
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
 	 border-radius: 4px;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}