
/****************************************************
Niggle Limited
Copyright (C) 2008 All Rights Reserved
Coded by Paul Fisher paul.fisher@niggle.co.uk

Basic layout info:
Width : 980px

****************************************************/

/*	Global reset
****************************************************/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0; padding:0;
	}

body {
	margin: 0px;
	font-family:Arial;
	}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content {
	position: absolute;
	left: 50%;
	width: 470px; /* Overall width of div */
	height: 480px; /* Overall height of div */
	top: -240px; /* half of the overall height */
	margin-left: -235px; /* half of the overall width */
	visibility: visible;
	}

#login {
	padding:25px 25px 35px 25px;
	background: url(../images/login/form_bkg.png) top no-repeat;
	width: 419px;
	text-align: left;
	font-size: 12px;
	color: #31525f;
	}
#login_bttm {
	width:469px;
	height:4px;
	background: #e0dada url(../images/login/form_bttm_bkg.gif) no-repeat;
	}
#login h2 {
	margin-bottom:14px;
	}

label {
	display: block;
	width:140px;
	font-weight: bold;
	margin-top:6px;
	clear:left;
	float:left;
	line-height: 20px;
	}
.input_general {
	padding:4px;
	border: 1px solid #d5c5c6;
	background-color: #fff;
	margin-top:6px;
	}
.input_button {
	width:102px;
	margin-top:10px;
	}
.input_long {
	width:180px;
	}
.input_med {
	width:150px;
	}
.input_short {
	width:100px;
	}
.leftmargin {
	margin-left:140px;
	}
a.forgotten {
	display:block;
	width:200px;
	font-size: 12px;
	padding-top:10px;
	}
.error {
	color:red;
	}


/*	Link policy
****************************************************/
a {
	color:#175f6c;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#dc144c;
	}


