/*
  Author: @jimjaspe
  Date:  07/031/2009 01:21pm
*/

/* standard elements */
html {min-height: 100%;}

* { margin: 0; padding: 0; }

a {
   color: #a3a3a2;
   text-decoration: none;
   }
a:hover {
    color: #06C;
    text-decoration: blink;
    }

#back a {
   color: #a3a3a2;
   text-decoration: none;
   }
#back a:hover {
    color: #fff;
    text-decoration: none;
    }

body {
    background: #f7f7f2;
	border-color: #6a6c6d;
	border-top-width: 30px;
	border-top-style: solid;
	font: 8pt Verdana,Tahoma,sans-serif;
}

form {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #d3d3d5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }

#login form .submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}

#login form p {
	margin-bottom: 0;
}

label {
	color: #777;
	font-size: 13px;
}

form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}

form .button {
    float: right;
}

form p { margin-bottom: 24px; }

h1 a {
	background: url(../images/logo-login.gif) no-repeat top center;
	width: 230;
	height: 154px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 0px;
	display: block;
}

#nav {
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

#back a {
	position: absolute;
	top: 0px;
	left: 15px;
	text-decoration: none;
	line-height: 30px;
	
}

.arrow {
   float: left;
   border: 0px;
}

#login { width: 320px; margin: 6em auto; }


#nav { margin: 0 0 0 8px; padding: 16px; }

.login {
	font-size: 14px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}

/* required */
.req {
    font-size: 1em !important;
    color: #f90;
    font-weight: bold;
}

.error { color: #FF0000; }

.msg {
    color: #553;
    align: center;
}

.textmiddle {
    vertical-align:middle;
}
.nav_button {
    font-weight: bold;
}
.nav_text {
    padding-left:5px;
}