html {
	min-height: 100%;
 	height: auto;
}

body{
	font-family:Verdana, sans-serif;
	font-size:10px;
	background:#151F1E;
	color: #FFF;
}
table{
	font-family:Verdana, sans-serif;
	font-size:10px;	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#mizars{
	background: url('../../images/mizars.jpg');
	width: 531px;
	height: 474px;
	padding-top: 50px;
	margin: 0 auto;
}
.link{
	color: #426579;
}
#wrap{
	width:354px;
	height:382px;
	margin: 0 auto;
}
.menu{
	color:#FFFFFF;
}
.input-button{
 background:url(images/button-bg.jpg) repeat-x top;
 height:20px;
 color:#014D5F;
 vertical-align:middle;
 margin-top:0px;
 margin-left:4px;
}
.input-button:hover{
 background:url(images/button-bg-over.jpg) repeat-x top;
 height:20px;
 color: #014D5F;
 vertical-align:middle;
 margin-top:0px;
 margin-left:4px;
 text-decoration:none;
}

/*border:1px solid #ff6600;*/
}
#content-wrap{
	text-align: left;
	width:200px;
	margin: 0 auto;
}
#content-wrap p{
	margin:0px;
    margin-bottom:8px;
}

.login td{
	padding:6px 0 2px 0;
	margin:0;
}
.login .row2{
	background-color:#F3F3F3;
}

#content-wrap p {
	line-height: 1.4;
}

.pw_change {
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 10px;
}

.login_link {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
