@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	background: #F8F8F8 url(../images/bg.png);
	text-align: left;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #555;
	font-size: 16px;
	font-weight: 400;
}

#header {
	background:#FAFAFA;
	border-bottom:2px solid #0074B1;
	padding:0 15px;
	margin:0;
}

.links {
    text-align: right;
	color:#929292;
	font-size:16px;
	line-height:50px;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
}

.links-1 {
    text-align: right;
	color:#929292;
	font-size:25px;
	line-height:50px;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
}

.login-form {
	background: #fff;
	position: relative;
	width: 400px;
	height: auto;
	float: left;
	padding: 40px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
}

.title {
	color:#0074B1;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom:15px;
	border-bottom:2px solid #0074B1;
	margin-bottom:20px;
}

#login{
	width:100%;	
}

.inner-table {
	margin-Top: 15px;	
}

.inner-table-td{
	padding: 10px 0 0 0;	
}

label {
	line-height:40px;
}

input {
	padding: 12px 10px 10px 10px;
	width: 180px;
	float: right;
	color: #333;
	font-size: 12px;
	border: solid 1px #ddd;
}

input.send {
	display: inline-block;
	background:#0074B1;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	color: #fff;
	width: auto;
	padding: 13px 28px;
	border: none;
	outline: none;
	float: right;
	clear: none;
	cursor: pointer;
}

input.send:hover {
	background: #444;
}

#footer {
	background:#FAFAFA;
	border-top:2px solid #0074B1;
	padding:10px 15px;
	position:fixed;
	bottom:0;
	color:#444;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width:100%;
}
