/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2014/04/07, 8:08:03
    Author     : yamatoya
    Name       : login
*/





#login {

	margin: 0 auto;
	width: 500px;
	height: 190px;
	background: url(../img/login/bg.png) no-repeat top center;
	text-align: center;
	margin-top: 170px;
	padding: 80px 0 0 0;
}

/* IE6 */
/*\*/* html #login {
	height: 300px;
	padding: 105px 0 0 0;
}/* */
/* IE7 */
*+html #login {
	height: 300px;
}

#login .name {
    margin: 1em auto 0;
}

/* IE6 */
/*\*/* html #login .name {
    margin: 0 0 10px 120px;
}/* */
/* IE7 */
*+html #login .name {
    margin: 0 0 10px 120px;
}


#login .password {

    margin: 0 auto;
    margin-bottom: 20px
}

#login input[type="password"],
#login input[type="text"] {

	width: 150px;
	height: 20px;
	margin: 10px;

}

#login input[type="image"]:hover {
	opacity: 0.8;
}

.submit-button {
	background: #b99745;
	border-radius: 5px;
	color: #fff;
	border: 0;
	padding: 5px 10px;
	font-size: 1.0em;
	cursor: pointer;
}

.submit-button:hover {
	opacity: .8;
}