html {
	font: 16px/1.5 arial, sans-serif;
	background:#f8f8f8 url("img/bcg.png") repeat-y 50% 0%;
}

body {
	max-width: 990px;
	margin:0 auto;
	margin-bottom:20px;
	padding:0 15px; 
	background: white;
	color: #333;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	display:block;
	
}

#frm-signInForm {
	background:url("img/eps-big2.png") no-repeat 0% 50%;
	overflow:visible;
	padding-bottom:500px;
	margin-bottom:-500px;
}

#frm-forgottenPasswordForm {
	background:url("img/eps-big2.png") no-repeat 100% 30%;
	overflow:visible;
	padding-bottom:300px;
	margin-bottom:-300px;	
}


#content {
	/*padding:134px 90px;*/
	padding:100px 90px;
}

.title {
	color: #787878;
	font-size:28px;
	font-weight: bold;
	width:100%;
	border-bottom:1px solid #bbb;
	margin-bottom:40px;
	padding-left: 42px;
}

.title a {
	color: #787878;
	text-decoration: none;
}

.front-logo {
	/*float:left;*/

	width:35px;
	/*margin-top: 23px;
	margin-left: 8px;*/
	position:absolute;
	top:120px;
}

div.pair {
	width:520px;
	overflow:auto;
	margin-left:216px;
	color:#343434;
}

div.passw {
	margin-left:313px;
	margin-top:6px;
}

div.button {
	margin-left:449px;
	margin-top:10px;
}

div.button .input input {
	width:90px;
	height:24px;
	background-color:#7A7A7A;
	color:white;
	border:none;
	cursor:pointer;
}

div.pair span {
	float:left;
	color:#343434;
}

div.pair input {
	float:left;
	color:#343434;
	width:178px;
	margin-left: 8px;
}

div.pair span.forgotten {
	float:left;
	font-size:13px;
	color:#7a7a7a;
	margin-left:16px;
	margin-top:3px;
}

div.pair span.forgotten:hover {
	text-decoration: underline;
}

div.pair span.forgotten a {
	/*color:#7a7a7a;*/
	
}

.footer {
	border-top:1px solid #bbb;
	width:100%;
	margin-top:166px;
}

.footer span {
	float:right;
	font-size:13px;
	color:#919191;
	margin-top:7px;
}

.error {
	list-style: none;
	background-color:#FFdFdF;
	border:1px solid #FF7373;
	padding:5px 10px;
}

#username-error {
	float:left;
	margin-left:150px;
	color:red;
	border:1px solid red;
	padding:5px 10px;
	margin-top:5px;
	background-color: #FFdFdF;
}

.flash {	
	margin-top:6px;
	margin-bottom:5px;
}

.info {
	padding:8px 16px;
	background-color:#ebffeb;
	border:1px dashed #83d483;
	color:#0c660c;
}

h2 {
	font-size:18px;
	font-weight: normal;
	margin:10px;
}

#frm-forgottenPasswordForm .pair {
	margin:10px;
	/*float:left;*/
}

#frm-forgottenPasswordForm label {
	width:150px;
	float:left;
}

p {
	font-size: 14px;
	margin:10px;
}

#frm-forgottenPasswordForm div.pair input {
	margin:0px;
}


#frm-signInForm input{
	padding:3px 5px;
}

.notice {
	padding:8px 30px;
	background-color:#FFEFBF;
	border:1px dashed #FF8000;
	color:#b42c2c;
	list-style: none;
}