/*
	PickPic 3
	Copyright (c) 2004-2008 White House Custom Colour Inc. d/b/a Lickity Pixel
	This file may not be modified without the express written permission of Lickity Pixel, 
	and may not be copied, resold, or distributed outside this installation.
	FOR SUPPORT ISSUES: Please contact help@pickpic.net
	LICENSE: http://www.pickpic.com/legal/license.html

    login.css
    Page-Specific (login.tpl)
*/

div#mainContainer {
	width: 562px;
	margin: 0 auto 0 auto;
}

div.bodyContainer {
	width: 562px;
	margin: 0 auto;
	text-align: left;
}

div.navigation {
	width: 100%;
}

div.accessIntro {
	width: 450px;
	margin: 0 auto 0 auto;
}

div.accessIntro div p {
	margin-top: 0px;
}

div.main div.primary div.primaryTopCenter, 
div.main div.middle div.secondary, 
div.main div.middle div.pagesBarTop, 
div.main div.middle div.pagesBarBottom, 
div.main div.middle div.content, 
div.summary, 
div.main div.primary div.primaryBottomCenter {
	width: 530px;
}

div.main div.middle {
	padding-left: 16px;
}

div.main div.middle div.secondary div.secondaryTopCenter, 
div.main div.middle div.secondary div.secondaryBottomCenter {
	width: 504px;
}

div.main div.middle div.pagesBarTop {
	padding: 20px 0 22px 0;
}

div.main div.middle div.pagesBarTop.links {
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}

div.main div.middle div.pagesBarBottom {
	display: none;
}

#content {
	clear: left;
}

table.jumpOptions {
	width: 531px;
	margin-bottom: -1px;
}

table.jumpOptions tr td {
	width: 50%;
}

table.jumpOptions tr td div.jumpImage {
	float: left;
	padding: 15px;
}

table.jumpOptions tr td div.jumpText {
	padding: 25px 15px 10px 15px;
}

table.jumpOptions tr td div.jumpText div.title {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

table.jumpOptions tr td div.jumpText div.separator {
	margin: 8px 0 10px 0;
}

table.jumpOptions tr td div.galleryListing {
	min-height: 150px;
}

table.jumpOptions tr td div.galleryListing.lock {
	background: url("../assets/lock.gif") no-repeat top right;
}

table.jumpOptions tr td div.jumpText input {
	font-size: 10px;
	width: 90px;
	margin-top: 8px;
}

table.jumpOptions tr td div.jumpText span input {
	width: auto;
}

table.jumpOptions td a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

div.main div.footer {
	margin-top: 22px;
	text-align: center;
	line-height: 16px;
}

.error {
	width: 350px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	padding: 8px;
	margin: 0 auto 20px auto;
}

div.main {
	margin-top: 10px;
}

span.go img {
	width: 49px;
	height: 32px;
	border: 0;
	vertical-align: middle;
	background: url("../assets/go.gif") no-repeat;
	padding-bottom: 2px;
}

span.go img:hover {
	background-position: -49px 0;
}