p {
    margin-bottom: 5px;
}
img {
    vertical-align: middle;
}
a:hover {
    color: #fff;
}
#container {
    margin: 100px auto 0;
    text-align: center;
    width: 530px;
    color: #fff;
}
h1 {
    font-size: 1.2em;
    background-color: #c1331c;
    line-height: 150%;
    margin: 0;
    text-align: left;
    padding-left: 10px;
}
#holy-area {
    text-align: left;
    background: url(/images/intro_bg.gif) no-repeat top center;
    height: 116px;
    padding: 10px;
}
#left {
    float: left;
    width: 250px;
    border-right: 1px solid #ff9;
    height: 116px;
}
#right {
    float: left;
    width: 250px;
}
#holy-area form {
	padding-left: 10px;
}
#holy-area label {
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 2px;
	width: 20px;
	height: 20px;
	float: left;
	clear: left;
}
#holy-area-username label { 
	background-image: url(/images/icons/login_user.gif);
}
#holy-area-password label {
	background-image: url(/images/icons/login_password.gif);
}
#holy-area-username input,
#holy-area-password input {
	border: 1px solid #ff9;
	display: inline-block;
	width: 210px;
	height: 18px;
}
#holy-area-login {
    padding-left: 20px;
}
.error {
    padding-left: 20px;
}
div.error {
    border: 2px solid #f00;
    margin-bottom: 5px;
}
#remember_me label {
    text-indent: auto;
    display: inline;
    width: auto;
    height: auto;
    float: none;
}
#remember_me label#normal {
    font-size: 0.9em;
    line-height: 0.9em;
}
