* {
	margin: 0;
	padding: 0;
}

body {
	font: 75%/ 1.5 Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	background: #eee;
}

h2 {
	font-size: 1.5em;
	padding: .5em 0 0;
	line-height: 1.2em;
}

a,a:link,a:visited {
	color: #0b7ccc;
	text-decoration: underline;
}

a:hover,a:active {
	color: #0b7ccc;
	text-decoration: none;
}

a img {
	vertical-align: middle;
	border: 0;
}

fieldset {
	border: 0;
}

html,body {
	height: 100%;
}

/* login */
#header {
	background: transparent url(images/login/header-repeat.png) repeat-x
		bottom left;
}

#header2 {
	height: 156px;
}

.login #header2 {
	background: transparent url(images/login/header.png) no-repeat bottom
		center;
}

.subscribe #header2 {
  background: transparent url(images/login/header-subscribe.png) no-repeat bottom
		center;
}

.retrievepass #header2 {
	background: transparent url(images/login/header-retrievepass.png)
		no-repeat bottom center;
}

#header3 {
	position: relative;
	display: block;
	/*width: 452px;*/
	width:700px;
	margin: 0 auto;
}

/* logos */
#logos {
	
}

#logos h1 {
	margin-top: 10px;
	border: 0;
	float: left;
	display: block;
	text-indent: -999em;
	width: 90px;
	height: 90px;
	overflow: hidden;
	padding: 10px;
}

#logos h1 a {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	z-index: 3;
}

#fuji-logo {
	background: transparent url(images/logos/fuji-logo.png) no-repeat top
		left;
}

#se-logo {
	background: transparent url(images/logos/se-logo.png) no-repeat top left
		;
}

#breezer-logo {
	background: transparent url(images/logos/breezer-logo.png) no-repeat top
		left;
}

#terry-logo {
	background: transparent url(images/logos/terry-logo.png) no-repeat left;
	margin-left:25px;
}

#oval-logo {
	background: transparent url(images/logos/oval-logo.jpg) no-repeat left;
}

#kestrel-logo {
	width:100px !important;
    background: transparent url(images/logos/kestrel-logo.png) no-repeat top left;
}



/* container */
#container {
	width: 100%;
	min-height: 527px;
	background: transparent url(images/login/container-bg.png) no-repeat top
		center;
}

#container2 {
	position: relative;
	display: block;
	width: 420px;
	height: 527px;
	margin: 0 auto;
	background: transparent url(images/login/container.png) no-repeat top
		left;
	padding: 18px 16px 8px 16px;
}

/* login */
#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

h2 {
	display: none;
}

#main {
	height: 230px;
	padding: 0px 20px;
}

#content {
	float: left;
	width: 160px;
	padding: 0em 20px 0px 10px;
}

#secondary {
	float: left;
	width: 175px;
	padding: 3.0em 0px 0px 15px;
}

div.errors {
	height: 2.2em;
	padding: 0 !important;
}

div.errors span {
	display: block;
	padding: .25em .25em .25em .5em;
	border: 1px solid #a40000;
	background: #cc3333;
	color: white;
}

form div {
	padding: .25em 0 .75em;
}

.field input {
	width: 95%;
	background-color: #eee;
	padding: 0 2px;
}

#submit input {
	float: right;
	width: 84px;
	height: 23px;
}

#main p {
	padding: .25em 0;
}

#secondary p.intro {
	padding: .25em 0 .75em 0;
	font-style:italic;
}

/* footer */
#footer {
	width: 550px;
	font-size: 1em;
	color: #999;
	text-align: center;
	font-weight: normal;
	padding-top:20px;
	margin-left:-70px;
}

#footer p {
	padding: .25em 0;
}

#footer a {
	color: #999;
	/*margin: 0 10px;*/
	margin: 0 5px;
}
