/* Anthology Creative: Admin CSS - Auth */
/* Version 1.0 */
/* Last Revised: Oct. 9, 2009 - Justin */

/*  HEADINGS
****************************************************************************************************/
h1, h2, h3, h4, h5, h6 {
	color:#333; /* VFC GREEN */
}

h3 {
	padding: 12px;
	background: #eee;
	color: #666;
}

/*  IMAGES
****************************************************************************************************/
img.icon {
	vertical-align:middle;
}

/*  TYPE
****************************************************************************************************/
.textMedium {
	font-size:14px;
}

.textLarge {
	font-size:16px;
}

.textHighLite {
	background-color:#fff17e; /*light yellow*/
}


/*  WRAPPERS
****************************************************************************************************/
body {
	background:#808080 url(../../images/admin/auth-bg.jpg) repeat-x top left;
	color:#111; /* BLACK */
}

/*  LOGIN 
****************************************************************************************************/
#messageBar {
	background: #FFC2C8;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#A80500;
	border-bottom:2px dashed;
}

	#messageBar span {
		background: transparent url('../../images/icons/error.png') no-repeat 0 0;
		padding:0 20px;
	}
	
	#messageBar a:link, #messageBar a:visited {
		color:#A80500;
		font-weight:bold;
		text-decoration:none;
		border-bottom:1px solid;
	}
	
.brand {
	margin:40px auto 80px;
	display:block;
}

form fieldset { padding:10px; display: block; border: 5px solid #ddd; margin-bottom: 18px; }

form fieldset legend { font: bold 11px Arial, Sans-serif; color: #999; padding: 0px 3px 0px 3px; }

form fieldset legend span { color:#A80500; }

form label { text-shadow:1px 1px 0 #fff; }

form ul { margin-bottom:0; }

#login {
	width:275px;
	margin:0 auto;
}

