﻿@import "../../css/reset.css";
 
#container-wrap {
	position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
}
 
#container {
    margin-left: -112px;
    position: absolute;
    top: -100px;
    left: 50%;
	overflow: hidden;
}

#container span,
#container a  {
	display: block;
	font: normal 8pt Arial;
	color: #9b9b9b;
}



#form {
	width: 200px;
	padding: 10px;
	background: #0671d4 url(../images/login/background.gif) left top repeat-x;
	border-top: solid 1px #eeeeee;
	border-left: solid 1px #9b9b9b;
	border-right: solid 1px #9b9b9b;
	border-bottom: solid 1px #9b9b9b;
	overflow: hidden;
}

#form h1 {
	color: #ffffff;
	text-align: center;
	font: bold 10pt Arial;
	margin-bottom: 10px;
}

.area {
	margin-bottom: 5px;
	overflow: hidden;
}

.area label {
	width: 40px;
	font: bold 9pt Arial;
	color: #ffffff;
	line-height: 24px;
	float: left;
}

.area input {
	display: block;
	width: 150px;
	float: right;
}

#form #button {
	display: block;
	float: right;
	width: 60px;
	height: 22px;
	line-height: 22px;
	border: none;
	padding: 0px;
	color: #ffffff;
	font: bold 9pt Arial;
	background: transparent url(../images/login/button.gif) left top no-repeat;
	overflow: hidden;
	cursor: pointer;
}

#form #button:hover {
	background-position: left bottom;
}

#form #check {
	width: 116px;
	padding: 2px 0px;
	float: left;
}

#form #check label {
	display: block;
	float: right;
	font-size: 9pt;
	color: #ffffff;
	line-height: 20px;
}

#error {
	width: 200px;
	padding: 10px;
	background: #c5c4c4 url(../images/login/background-help.gif) left top repeat-x;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #9b9b9b;
	border-left: solid 1px #cccaca;
	border-right: solid 1px #cccaca;
	font: bold 9pt Arial;
	color: #5e5e5e;
	text-align: center;
	overflow: hidden;
}
