/*Styly pro přihlašovací obrazovku*/
body {
  margin: 0;
  padding: 0;
  text-align:center;
  font-family: Arial,helvetica,sans-serif;
  color:#333333;
}

.page {
  margin: 0px 15%;
  padding: 1em;
}

.header {
  margin:auto;
}

.login_content {
  width: 568px;
  margin: 40px auto 0;
}

.content_top { 
  background: url("../images/system/page_small_top.png") no-repeat scroll 0 0 transparent;
  height:9px;
}

.content_mid {
  background: url("../images/system/page_small_middle.png") no-repeat scroll 0 0 transparent;
  padding-top:20px;
  padding-bottom:10px;
}

.content_bot { 
  background: url("../images/system/page_small_bottom.png") no-repeat scroll 0 0 transparent;
  height:10px;
}

.welcome {
  margin-top:0px;
}

.footer_login p{
  margin-bottom:0px;
  background-color:#eee;
  width:500px;
  margin:auto;
  line-height:30px;
  height:30px;
  color:#999;
}

.content {
  width:500px;
  margin:auto;
}

.login_form table{
  margin:auto;
}

.login_form fieldset {
  background-color:#FFF;
}

.login_form input {
  border:1px solid #999;
}

.label_login {
  font-size:12px;
  text-align:left;
  width:160px;
  line-height:32px;
  color:#6EB7E4;
}

.login_btn_td {
  text-align:right;
}

.login_btn_td button{
  border:1px solid #999;
  background-color:#6EB7E4;
  color:#FFF;
  margin-bottom:10px;
}

.login_info {
  font-size:12px;
  color:#FF1A00;
}

#user_name {
	width:238px;
}

#user_password {
	width:238px;
}