/*
©2010 Bam Creative

Title : login.css
Author : Bam Creative

Description : BamCMS Login Screen Stylesheet
*/

/**
 * Note: This stylesheet should rarely ever need to be edited.
 * Only edit if we are styling BamCMS for a certain client, or conflicts are occuring with other elements
 * on the page.
 */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.75em;
}

#login-box {
	margin: 40px auto 0 auto;
	width: 500px;
	height: 253px;
	background: url(/art/bamcms/login/bg.gif) 0 0 no-repeat;
	position: relative;
}

#login-box.reset {
	height: 360px;
	background: url(/art/bamcms/login/resetpass.gif) 0 0 no-repeat;
}

h2 {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	right: 45px;
	top: 46px;
	line-height: normal;
	padding: 0;
	margin: 0;
	position: absolute;
}

#user-box {
	width: 384px;
	height: 143px;
	position: relative;
	top: 78px;
	left: 45px;
	padding-left: 25px;
	padding-top: 12px;
}

#user-box.reset {
	background: url(/art/bamcms/login/formbgpass.gif) 0 0 no-repeat;
	top: 95px;
}

form.loginform {
	margin: 0;
	padding: 0;
}

form.loginform label {
	color: #5e5e5e;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	line-height: 18px;
	height: 20px;
}

form.loginform input.text {
	width: 251px;
	border: none;
	height: 20px;
	padding: 4px;
	margin: 0;
	display: inline;
	color: #eee;
}

form.loginform label.password {
	position: absolute;
	top: 72px;
}


input.username {
	background: url(/art/bamcms/login/username_input.gif) 0 0 repeat-x;
	position: absolute;
	top: 35px;
}

input.password {
	background: url(/art/bamcms/login/password_input.gif) 0 0 repeat-x;
	position: absolute;
	top: 95px;
}

.button {
	width: auto;
	background: url(/art/bamcms/editscreen/btn-bg.gif) 0 0 repeat-x #d9d9d9;
	font-weight: bold !important;
	display: block !important;
	border: 1px solid #a8a8a8;
	border-bottom-color: #666;	
	text-decoration: none;
	color: #333;
	cursor: pointer;
	overflow: visible;
	padding: 5px;
	height: 28px;
	margin: 0;
}

input#login-btn {
	background: url(/art/bamcms/login/login-btn-bg.gif) 0 0 no-repeat #d9d9d9;
	padding-left: 25px;
	padding-right: 10px;
	width: 79px;
	height: 28px;
	display: block;
	font-weight: bold;
	position: absolute;
	top: 95px;
	right: 22px;
}

input#reset-btn {
	background: url(/art/bamcms/login/reset-btn-bg.gif) 0 0 no-repeat #d9d9d9;
	padding-left: 25px;
	padding-right: 10px;
	width: 79px;
	height: 28px;
	display: block;
	font-weight: bold;
	position: absolute;
	top: 95px;
	right: 22px;
}

p.error {
	color: red;
	margin: 0 auto;
	text-align: center;
}

#box-footer {
	width: 500px;
	margin: 10px auto 0 auto;
	text-align: center;
	color: #999;
	font-size: 11px;
}

a#forgotpassword {
	font-size: 11px;
	position: absolute;
	color: #eee;
	text-decoration: none;
	bottom: 11px;
	left: 45px;
}

a#forgotpassword:hover,
a#return:hover {
	color: #fff;
}


a#return {
	font-size: 11px;
	position: absolute;
	color: #eee;
	text-decoration: none;
	bottom: -6px;
	left: 0px;
}

#text {
	width: 409px;
	position: relative;
	top: 80px;
	left: 44px;
	font-size: 11px;
}

a#returnconfirmed {
	font-size: 11px;
	/*position: absolute;*/
	color: #eee;
	text-decoration: none;
	bottom: -6px;
	left: 0px;
}

#text {
	width: 409px;
	position: relative;
	top: 80px;
	left: 44px;
	font-size: 11px;
}