#container {
  width: 760px;
	background-color: #fff;
	margin: 10px auto;
}

#loginlink {
	position: absolute;
	top: 0px;
	left: 10px;
	font-size: 16px;
	color: red;
}

#jquery-overlay {
  /*this sets the background color behind the white box*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 1300px;
  background-color: #c92c92; 
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
}

#jquery-lightbox {
  /*this sets white box behind the form which I am not sure i need or not*/
	position: absolute;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	top: 250px; 
	left: 0pt;
}
#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	display: block; 
}

#lightbox-container-image { 
/*this surrounds the form most directly*/
  padding: 10px; 
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	padding: 0 10px 0;
	display: block; 
	width: 400px; 
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.userlogin {
	float: left;
	font-size: 13px;
}

/*form items*/

p.formtitle {
  padding: 20px 0;
	font-size: 14px;
	margin: 0;
	height: 14px;
}

form {
margin-left:8px;
padding:5px 5px;
font-weight:normal;
-moz-border-radius:11px;
-khtml-border-radius:11px;
-webkit-border-radius:11px;
border-radius:5px;
background:#fff;
border:1px solid #e5e5e5;
-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;
}

label.userlogin{
color:rgb(119, 119, 119);
height: 13px;
font: 13px;
padding: 0px;
margin-bottom: -3px;
}

#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;
}

.button-primary{ 
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;
}

#login form p{
margin-bottom:0;
}

p.login {
color:rgb(119, 119, 119);
font-size:16px;
padding: 10px 0;
width: 420px; 
}

.login label{
color:rgb(119, 119, 119);
font-size:13px;
}

form .forgetmenot label{
font-size:11px;
line-height:19px;
}

form .alignright{
  float:right;
}

.login form p {
margin-bottom:24px;

}

.login h1 a {
background:url(/images/logo-login.gif) no-repeat top center;
width:326px;
height:67px;
text-indent:-9999px;
overflow:hidden;
padding-bottom:15px;
display:block;
}

#nav{
text-shadow:rgba(255,255,255,1) 0 1px 0;
}

#backtoblog a{
position:absolute;
top:7px;
left:15px;
text-decoration:none;
}

#login{
width:320px;

/*margin:7em auto;*/
margin: 0 auto;
}

#login_error,.message{
margin:0 0 16px 8px;
border-width:1px;
border-style:solid;
padding:12px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

#nav{
margin:0 0 0 8px;
padding:16px;
}

#user_pass,#user_login,#user_email{
font-size:24px;
width:97%;
padding:3px;
margin-top:2px;
margin-right:6px;
margin-bottom:16px;
border:1px solid #e5e5e5;
background:#fbfbfb;
}

input{
color:#555;
}

.clear{
clear:both;
}

#close_window {
 text-align: left;
}

#close_window a, a:link, a:visited, a:hover{
  color: black;
}
