html, body {
	background: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 40px;
	cursor: default;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
	/*************
	background-image: url('images-logo/Focus-11.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	***********/

#login {
	padding: 0px;
	border: 0px;
	width: 600px;
	margin: auto;
}
/*
	margin-left: 20%;
	margin-right: 28%;
*/
#loginframe {
	text-align: center;
	padding: 0px;
	border: 0px;
	margin-top: 20px;
}

.login_table {
	text-align: center;
	border: 0px;
	width: 100%;
}

.login_table_l {
	border: 0px;
	width: 100%;
}

.login_table_i {
	border: 0px;
	width: 100%;
}

.login_table_f {
	border: 0px;
	width: 100%;
}

.login_table_o {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0px;
	width: 100%;
}

.login_table_r {
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border: 0px;
	border-color: #808080;
	border-style: solid;
}

.login_table_m {
	width: 100%;
	margin-top: 100px;
	padding: 10px;
	border: 2px;
	border-color: #808080;
	border-style: solid;
}

.logo_td {
	border: 0px;
	text-align: center;
}

/*
	width: 40%;
	letter-spacing: 0.2em;
*/
.left_td {
	border: 0px;
	text-align: right;
}

.left_td_r {
	border: 0px;
	text-align: right;
	font-size: 0.6em;
}

.center_td {
	border: 0px;
	text-align: center;
}

/*
	width: 60%;
*/
.right_td {
	border: 0px;
	text-align: left;
}

.right_td_reset_pw {
	border: 0px;
	text-align: left;
	font-size: 0.5em;
	font-weight: bold;
}

a {
	text-decoration: none;
}

.right_td_r {
	border: 0px;
	text-align: left;
	font-size: 0.6em;
}

.message_r {
	font-size: 0.6em;
}

.message {
        font-weight: bold;
        font-size: 12px;
}

.message_td {
	text-align: center;
}

.orgname {
        font-weight: bold;
}

.orgname_td {
	border: 0px;
	width: 90%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.3em;
}

.button {
	height: 60px;
	font-weight: bold;
	font-size: 36px;
}

.button_s {
	height: 40px;
	font-weight: bold;
	font-size: 1.0em;
}

.inpfield {
	height: 30px;
	font-size: 24px;
}

.errors_c {
	text-align: center;
	display: inline-block;
}

.errors {
	text-align: left;
	font-size: 0.5em;
	color: red;
        font-weight: bold;
}


input[type="text"]:focus, input[type="password"]:focus {
	border: 1px solid #6944ff;
}

