﻿	
/*----------------- DEFAULTS -----------------*/
body { 
	background: #C0C0C0 url('../images/bg-site.png') repeat-x fixed 50% bottom;
    margin: 0;
    padding: 0;
    font-size: 12px; 
	color: #666; 
	font-family: Arial, Helvetica, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse; 
	border-spacing:0; 
	font-size:inherit; 
}
img {
	vertical-align:middle;
	-ms-interpolation-mode: bicubic;	
}
a { 
	text-decoration: none; 
	outline: none;
}
a:hover	{ 
	text-decoration: underline; 
	cursor: pointer;
}

select {
	border: 1px solid #999;
}
select, input[type="text"], input[type="password"], textarea {
	box-sizing: border-box;
	font-size: 14px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

.error {
	border-style: solid !important;
	border-color: #C00 !important;
}

*:focus{
	outline: none;
}

.header {
	background: url(../images/panel-titleBar-left.png) no-repeat top left, url(../images/panel-titleBar-right.png) no-repeat top right
}
.headerTitle {
	display: block;
	margin: 0px 18px;
    background: url(../images/panel-titleBar.png) no-repeat top left/100% 100%;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
}

.footer {	
	height: 21px;
	background: url(../images/panel-bottom-left.png) no-repeat bottom left, url(../images/panel-bottom-right.png) no-repeat bottom right;
	padding: 0;
	margin: 0px 2px 10px;
}

.footer div{
	display: block;
	height: 21px;
	margin: 0px 16px 0px 16px;
	background: url(../images/panel-bottom.png) no-repeat bottom left / 100% 100%;
}


.LoginPage{
	position: absolute;
	top: 120px;
	left: 15px;
	right: 15px;
}

.LoginPage .content{
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px 2px;
	height: 400px;
	text-align: center;
}

.LoginPage .content span{
	margin-right: 5px;
}	

.LoginPage .content .Email{
	margin-right: 10px;
}

.LoginPage .content .Submit{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100px;	
}

.LoginPage .content .ErrorImage{
	margin-right: 5px;
}
