/***************************
*    Style #1 for the
*      EXT chloginskin
* http://www.cyberhouse.at/
***************************/ 

/* body */
body#typo3-index-php {
	background:#fff;
}

/* Hide some not necessary things */	
body#typo3-index-php div#t3-login-image {display:none}

body#typo3-index-php #t3-login-form-outer {
	padding-top:10px;
}

/* main image holder */
body#typo3-index-php #t3-login-form {
	margin-top:100px;
	background:#fff url(../typo3conf/ext/chloginskin/res/gfx/ch.jpg) no-repeat center top;
	padding-top:200px;
	width:912px;
}

/* headline */
body#typo3-index-php .t3-headline {
	background:transparent;
	border:0;
}

body#typo3-index-php .t3-headline h2 {
	background:none;
	color:#333;
	line-height:12px;
	margin:15px 0 0 600px;
	padding:0;
	text-align:left;
	width:280px;
	/*display:none;*/ /* hide header */
}

/* holding all the login */
.t3-login-box {
	border:0;
	border-width:0;
}

.t3-login-box-body {
	background:none;
}

.t3-login-box-border-bottom {
	background:none;
}

/* fields */
body#typo3-index-php #t3-login-form-fields {
	margin-left:610px;
	padding:0;
}

body#typo3-index-php .t3-login-username {
	xfloat:left;
	margin-right:20px;
}

body#typo3-index-php .t3-login-password {
	xfloat:left;
}

body#typo3-index-php .t3-login-password label {
	xwidth:45px;
}

/* input fields */
body#typo3-index-php .t3-login-field input {
	width:130px;
	padding:0;
	height:16px;
}

body#typo3-index-php .t3-login-field .t3-login-clearInputField {
	left: 205px;
	top:2px;

}

/* submit */
body#typo3-index-php .t3-login-submit {
	margin:5px 0 0 0;
	padding:2px 12px;
}

/* footer */
body#typo3-index-php #t3-footer {
	margin-top:-5px;
	width:912px;
}

/* openid logo */
body#typo3-index-php #t3-login-openIdLogo {
	display:none;
}

/* errors */
.t3-login-alert {	
	padding:5px;
}

.t3-login-alert-error h2, .t3-login-alert-warning h2 {
	text-align:right;
	background:none;
	line-height:8px;
	margin-right:-12px;
	padding:0;
}

.t3-login-alert-error p {
	width:400px;
	margin-left:463px;
}

.t3-login-alert-error, .t3-login-alert-warning {
	text-align:right;
	border:0;
	background:none;
}



/* process */
body#typo3-index-php #t3-login-process h2 {
	margin:20px 0 20px 615px;
}