/* Custom Wordpress Login Page Style */

/* Page Background */
html {
	background: #eae2d5 url(bgi-mage-path);
	margin: auto;
	font-weight:bold;
}
body.login {
    background: none repeat scroll 0 0 #DDEEF6;
    min-width: 0;
}
.message {
	margin-bottom: 0px;
}
/* Login Button */
#wp-submit {
	background: #88BBD4;
	border: #f24643;
}


#wp-submitreg {
    background: url("images/register.png") no-repeat scroll center top transparent;
    border: 0 none;
    height: 50px;
    width: 100px;
}
#wp-submitlog {
    background: url("images/login.png") no-repeat scroll center top transparent;
    border: 0 none;
    height: 50px;
    width: 100px;
}
#wp-submitreset {
    background: url("images/reset.png") no-repeat scroll center top transparent;
    border: 0 none;
    height: 50px;
    width: 100px;
}
#wp-submitnew {
    background: url("images/new_password.png") no-repeat scroll center top transparent;
    border: 0 none;
    height: 50px;
    width: 250px;
}
#nav{
    padding-top:10px;
	text-align:center;
}


.login h1 a {
    background: url("images/Mountbel.gif") no-repeat scroll center top transparent;
    display: block;
    height: 110px;
    overflow: hidden;
    padding-bottom: 15px;
    text-indent: -9999px;
    width: 326px;
    padding-top:50px;
}

#login {
    background: none repeat scroll 0 0 #DDEEF6;
    margin: auto;
    padding: 114px 0 0;
    width: 320px;
}
.login * {
    margin: 0;
    padding: 0;
}

#login_error, .login .message {
    margin: 0 0 16px 8px;
    padding: 12px;
}
#backtoblog {
    margin: auto;
    padding: 12px 16px 0;
    width: 200px;
}