/*

Title:      Markup Factory Admin Login
Author:     Daniel Marino
Revised:		May 2009

*/

a {
	color: #0072bc;
}

body {
	background: #ccc url(/admin/admin-templates/mf-login/assets/images/login-background.png) top repeat-x;
	color: #555;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 75%;
	line-height: 120%;
}

label {
	display: block;
	margin-bottom: 3px;
}

form fieldset p {
	margin: 0 0 15px 0;
}

h1#logo {
	background: transparent url(/admin/admin-templates/mf-login/assets/images/logo.png) center center no-repeat;
	height: 100px;
	overflow: hidden;
	text-indent: -5000px;
	width: 100%;
}

h2 {
	color: #252525;
	font-size: 170%;
	margin-bottom: 25px;
}

input {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0 10px 4px 0;
	padding: 2px 2px 0;
	width: 250px;
}

#action-login {
	background: url(/admin/admin-templates/mf-login/assets/images/login-button.png) top no-repeat;
	border: none;
	cursor: pointer;
	float: left;
	height: 47px;
	left: -5px;
	line-height: 500px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	text-indent: -5000px;
	width: 127px;
}

#action-login:hover {
	background-position: bottom;
}

#action-recover {
	background: url(/admin/admin-templates/mf-login/assets/images/recover-button.png) top no-repeat;
	border: none;
	cursor: pointer;
	float: left;
	height: 47px;
	left: -5px;
	line-height: 500px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	text-indent: -5000px;
	width: 127px;
}

#action-recover:hover {
	background-position: bottom;
}


#bottom {
	background: transparent url(/admin/admin-templates/mf-login/assets/images/login-bottom.png) center top no-repeat;
	height: 30px;
}

#branding {
	background: #b8e8fa url(/admin/admin-templates/mf-login/assets/images/login-branding-back.png) bottom repeat-x;
	height: 100px;
	width: 100%;
}

#create-account {
	float: left;
	margin-top: 10px;
}

#login-container {
	left: 50%;
	margin-left: -209px;
	position: absolute;
	top: 100px;
	width: 418px;
}

#login-form {
	background: transparent url(/admin/admin-templates/mf-login/assets/images/login-middle.png) center repeat-y;
	padding: 0 25px;
}

#mf-login {
	padding: 25px 25px 15px;
}

#powered-by {
	font-size: 85%;
	text-align: center;
}

#top {
	background: transparent url(/admin/admin-templates/mf-login/assets/images/login-top.png) center bottom no-repeat;
	height: 20px;
}

.error {
	background: url(/icons/error.png) 0 0 no-repeat;
	color: #DD2020;
	padding-left: 20px;
	padding-top: 2px;
}

.success {
	background:	transparent url(/icons/accept.png) no-repeat scroll 0 0;
	padding-left: 20px;
	padding-top: 2px;
	color: #00AA00;
}