/*#######################*/
/*## Login/Logout Page ##*/
/*#######################*/
body {
	background: #3b3b3b;
	text-align: center;
	font: 62.5% "Lucida Sans", "Lucida Grande", "Verdana", sans-serif;
}

h1 {
	color: #b32b19;
	font-size: 2.5em;
	font-family: "Helvetica Neue", "Lucida Sans", "Trebuchet MS", "Verdana", sans-serif;
}

#wrapper {
	width: 430px;
	margin: 40px auto 0 auto;
	
}

#subWrapper {
	border: 5px solid #515151;
	padding: 10px;
	width: 385px;
	margin: 20px auto 10px auto;
	background: url(../img/cContent.png) repeat-x top left #fff;
}

#logout div{
	margin-top: 450px;
}

#login table, #logout table {
	margin: 10px auto 0 auto;
	font-size: 1.2em;
}

#messages{
	padding: 6px;
	background-color: #fff799;
	font-size: 1.1em; 
}

#error {
	padding: 6px;
	background-color: #c41200;
	font-size: 1.1em;
	color: #fff;
}

input, input[type=text], input[type=password], textarea {
	border: 1px solid #dedede;
	font: 1.3em "Lucida Sans", "Lucida Grande", "Verdana", sans-serif;
	
	padding: 9px 10px 6px 10px;
	background: url(../img/input.gif) no-repeat top left;
	margin-bottom: 6px;
	color: #000;
}

input[type=submit], input[type=button], .submit-row input { background:white url(../img/nav-bg.gif) bottom repeat-x; padding:3px; color:black; border:1px solid #bbb; border-color:#ddd #aaa #aaa #ddd; }
input[type=submit]:active, input[type=button]:active { background-image:url(../img/nav-bg-reverse.gif); background-position:top; }
input[type=submit].default:active { background-image:url(../img/default-bg-reverse.gif); background-position:top; }



#submit {
	text-align: right;
}

a {
	color: #1d548b;
	margin-top: 20px;
	display: block;
}

img {
	width: 350px;
	height: 154px;
}


