/*

	Theme Name: Bookshelf Apps
	Description: This is the theme to be used with the Bookshelf App website.
	Version: 1.00
	Author: Kyle Schembri

*/

/* DONT DELETE THIS */

#searchform {
	float: right;
	margin-right: 20px;
	margin-top: -50px;
}
#searchform input {
	font-size: 13px;
}

/* END DONT DELETE SECTION */

/* @override http://pixelmatrixdesign.com/clients/bookshelf/css/style.css */

body {
	margin: 0px;
	padding: 0px;
	font: 13px/1.7em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	background: url(images/pagebg.png) repeat-x;
	background-color: #F2F2F2;
	color: #6F6F6F;
}
a {
	color: #4aa41e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	clear: both;
}
p.small {
	font-size: 12px;
}


/*
	
	MAIN DIVISIONS
	Everything for Header, Footer

*/

#header {
	width: 830px;
	padding: 10px;
	margin: 0px auto;
	padding-bottom: 20px;
}
#header h1 {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header h1 span {
	display: block;
	width: 178px;
	height: 128px;
	margin: 0px;
	padding: 0px;
	background: url(images/logo.png) no-repeat;
	text-indent: -3000px;
}

ul#navigation {
	float: right;
	width: 600px;
	text-align: right;
	margin-top: 70px;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0px 1px 1px #FFF;
	font-weight: 100;
	color: #6F6F6F;
	list-style-type: none;
}
ul#navigation li {
	margin: 0px;
	float: right;
	padding: 0px;
}
ul#navigation li a {
	margin-left: 26px;
	padding-top: 5px;
	color: #6F6F6F;
	text-decoration: none;
}
ul#navigation li a.selectsmall {
	width: 58px;
	height: 63px;
	display: block;
	background: url(images/navhover.png);
	color: #FFF;
	text-shadow: 0px 1px 1px #6F6F6F;
	font-weight: bold;
	text-align: center;
}
ul#navigation li a.selectmedium {
	width: 72px;
	height: 63px;
	display: block;
	background-image: url(images/navhovermedium.png);
	color: #FFF;
	text-shadow: 0px 1px 1px #6F6F6F;
	font-weight: bold;
	text-align: center;
}
ul#navigation li a.selectlarge {
	width: 104px;
	height: 63px;
	display: block;
	background-image: url(images/navhoverlarge.png);
	color: #FFF;
	text-shadow: 0px 1px 1px #6F6F6F;
	font-weight: bold;
	text-align: center;
}
ul#navigation li a:hover {
	text-decoration: underline;
}

#footer {
	width: 830px;
	padding: 15px;
	margin: 0px auto;
	text-align: center;
	color: #656565;
}


/*
	
	INTRODUCTION DIVISIONS
	Everything for the Introduction and the Quickbar

*/


.intro {
	width: 806px;
	height: 126px;
	margin: 0px auto;
	background-image: url(images/home_introbg.png);
	text-align: right;
	padding-top: 65px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 17px;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0px 1px 1px #555;
}
.intro h1 {
	font-size: 34px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-shadow: 0px -1px 0px #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	line-height: 1.2;
}
.intro h1 a {
	color: #FFF;
	text-decoration: none;
}
.intro#about {
	height: 114px;
	text-align: left;
	padding-top: 50px;
	background-image: url(images/about_introbg.png);
}
.intro#support {
	height: 114px;
	text-align: left;
	padding-top: 50px;
	background-image: url(images/support_introbg.png);
}
.intro#blog {
	height: 104px;
	text-align: left;
	padding-top: 40px;
	background-image: url(images/blog_introbg.png);
}
.intro#stamppad {
	height: 121px;
	text-align: left;
	padding-top: 70px;
	background-image: url(images/stamppad_introbg.png);
}

#quickbar {
	width: 806px;
	margin: 0px auto;
	background-image: url(images/quickbarbg.png);
	padding: 13px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 12px;
	color: #FFF;
	text-shadow: #091c38 0 1px 2px;
}
#quickbar.stamppad {
	background-image: url(images/stamppad_quickbarbg.png);
}
#quickbar a {
	text-decoration: none;
	color: #FFF;
}
#quickbar p {
	float: left;
	width: 490px;
	display: block;
	margin-bottom: 0px;
}
#quickbar.stamppad p {
	width: 470px;
	text-shadow: #264d0e 0 1px 2px;
}
#quickbar .buttons {
	float: right;
	width: 285px;
}

#quickbar.stamppad .buttons {
	width: 315px;
}
#quickbar .buttons a {
	display: block;
	margin-left: 15px;
	margin-top: 8px;
	padding-left: 12px;
	padding-top: 2px;
	width: 98px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: none;
	background-image: url(images/buttons/buttonblue.png);
	float: left;
	text-decoration: none;
	color: #FFF;
}
#quickbar.stamppad .buttons a {
	width: 125px;
	background-image: url(images/buttons/buttondarkgreen.png);
}
#quickbar .buttons a.large {
	background-image: url(images/buttons/buttonbluelarge.png);
	width: 123px;
}
#quickbar .buttons a.down {
	width: 104px;
	background-image: url(images/buttons/buttonblue_down.png);
}
#quickbar.stamppad .buttons a.down {
	background-image: url(images/buttons/buttondarkgreen_down.png);
	width: 104px;
}
#quickbar .buttons a:hover {
	text-decoration: underline;
}


/*
	
	CONTENT DIVISIONS
	Everything for the Main Content

*/

#container {
	width: 856px;
	margin: 0px auto;
	background: url(images/contentbg.png) repeat-y;
	overflow: hidden;
}
#containerend {
	height: 20px;
	width: 856px;
	margin: 0px auto;
	clear: both;
	background: url(images/contentbottom.png) no-repeat;
	overflow: hidden;
}
#permalinkend {
	height: 20px;
	width: 856px;
	margin: 0px auto;
	clear: both;
	background: url(images/permalinkend.png) no-repeat;
	overflow: hidden;
}
#stamppadend {
	height: 20px;
	width: 856px;
	margin: 0px auto;
	clear: both;
	background: url(images/stamppadbottom.png) no-repeat;
	overflow: hidden;
}

#content {
	float: left;
	width: 558px;
	padding: 25px;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 0px;
	overflow: hidden;
}
#content h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #1b60ca;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 100;
	text-shadow: 0px 1px 1px #FFF;
}
#content h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #404040;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 100;
	text-shadow: 0px 1px 1px #FFF;
}
#blogcontent {
	float: left;
	width: 558px;
	padding: 25px;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 0px;
	overflow: hidden;
}
#blogcontent h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #EEE;
	color: #1b60ca;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 100;
	text-shadow: 0px 1px 1px #FFF;
	margin-bottom: 5px;
}
#blogcontent h2 a {
	color: #1b60ca;
	text-decoration: none;
}
#blogcontent h3 {
	margin: 0px;
	padding: 0px;
	color: #676767;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 100;
	text-shadow: 0px 1px 1px #FFF;
	margin-bottom: 15px;
	clear: both;
}

/* for the support headers */
#content .fadegreen {
	width: 610px;
	height: 55px;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 15px;
	padding-left: 65px;
	padding-top: 10px;
	color: #327511;
	background: url(images/h2greenbg.png) no-repeat;
}
#content .fadeblue {
	width: 610px;
	height: 49px;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 20px;
	padding-left: 65px;
	padding-top: 10px;
	background: url(images/h2bluebg.png) no-repeat;
}
/* end support headers */

/* support lists */
ul#jump {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	list-style-type: none;
}
ul#jump li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	padding-left: 27px;
	background: url(images/icons/jumpbullet.png) no-repeat;
	background-position: 0px 3px;
}
dl.support {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	list-style-type: none;
}
dl.support dt {
	margin: 0px;
	padding: 0px;
	padding-left: 27px;
	background: url(images/icons/faqbullet.png) no-repeat;
	background-position: 0px 3px;
	margin-bottom: 2px;
	font-size: 15px;
}
dl.support dd {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	margin-left: 27px;
}
/* end support lists */

dl.stamppad {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	list-style-type: none;
}
dl.stamppad dt {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
	margin-right: 25px;
}
dl.stamppad dd {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 430px;
	margin-bottom: 30px;
}
dl.stamppad dd h4 {
	font-size: 20px;
	color: #459411;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-shadow: 0px 1px 1px #FFF;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
dl.secretbook {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	list-style-type: none;
}
dl.secretbook dt {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
	margin-right: 25px;
}
dl.secretbook dd {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 430px;
	margin-bottom: 30px;
}
dl.secretbook dd h4 {
	font-size: 20px;
	color: #1b60ca;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-shadow: 0px 1px 1px #FFF;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

p a.down {
	background: url(images/icons/downarrow.png) no-repeat;
	font-weight: bold;
	padding-left: 20px;
	height: 20px;
	color: #6A6A6A;
}

#greencontent {
	margin-left: -25px;
	margin-right: -28px;
	margin-top: -25px;
	margin-bottom: 25px;
	padding: 15px;
	padding-bottom: 0px; /* for paragraph */
	background: url(images/greencontentbg.png) repeat-y;
	overflow: hidden;
	color: #56714a;
	font-size: 12px;
}
#greencontent img {
	float: left;
	width: 89px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 10px;
	height: 82px;
}
#greencontent .text {
	float: right;
	width: 460px;
}
#greencontent h2 {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #2f730e;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-shadow: 0px 1px 1px #d4f6c9;
}
#greencontent h2 span {
	font-weight: 100;
	color: #42921b;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#greencontent .buttons {
	float: right;
	width: 260px;
	margin-top: 5px;
}
#greencontent .buttons a {
	display: block;
	margin: 0px;
	margin-left: 15px;
	padding-left: 15px;
	padding-top: 2px;
	width: 100px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: none;
	background-image: url(images/buttons/buttongreen.png);
	float: left;
	text-decoration: none;
	color: #4e6842;
}
#greencontent .buttons a.right {
	width: 95px;
	background-image: url(images/buttons/buttongreen_right.png);
}
#greencontent .buttons a:hover {
	text-decoration: underline;
}

#lightgreencontent {
	background-color: #e4f7cf;
	border-bottom: 1px solid #c3e49f;
	margin-left: -25px;
	margin-right: -27px;
	margin-top: -25px;
	margin-bottom: 25px;
	padding: 15px;
	padding-bottom: 0px; /* for paragraph */
	color: #749356;
	font-size: 13px;
}
#lightgreencontent h2 {
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #459411;
}


#bluecontent {
	background-color: #dbf1ff;
	border-bottom: 1px solid #c8e4f6;
	margin-left: -25px;
	margin-right: -27px;
	margin-top: -25px;
	margin-bottom: 25px;
	padding: 15px;
	padding-bottom: 0px; /* for paragraph */
	color: #56709a;
	font-size: 13px;
}
#bluecontent h2 {
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1b60ca;
}

#lightgreencontent2 {
	background: #ecf8d8 url(images/stamppadicon.png) no-repeat 15px 15px;
	border-top: 1px solid #c3e49f;
	margin-left: -25px;
	margin-right: -27px;
	/*margin-bottom: -15px;*/
	padding: 15px;
	padding-bottom: 0px; /* for paragraph */
	color: #749356;
	font-size: 12px;
	float: left;
}
#lightgreencontent2 h4 {
	font-size: 20px;
	color: #459411;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-shadow: 0px 1px 1px #FFF;
	margin: 0px;
	padding: 0px;
	padding-left: 105px;
}
#lightgreencontent2 p {
	padding-left: 105px;
	margin-bottom: 10px;
}
#lightgreencontent2 form {
	padding-left: 105px;
}
#lightgreencontent2 form input {
	float: left;
	width: 270px;
	margin-right: 10px;
	padding: 5px;
	color: #666;
	background-color: #FFF;
	border: 1px solid #c3e49F;
	float: left;
}
#lightgreencontent2 form input.button {
	float: left;
	width: 130px;
	margin-right: 0px;
	margin-top: -2px;
	background: none;
	border: none;
	padding: none;
}

/* blog stuff */
#blogcontent div.date {
	float: left;
	width: 45%;
	margin-bottom: 10px;
	display: block;
}
#blogcontent div.date span.date {
	padding-left: 19px;
	background: url(images/icons/pagebullet.png) no-repeat;
	background-position: 0px 1px;
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 11px;
}
#blogcontent div.date span.comments {
	padding-left: 19px;
	background: url(images/icons/commentbullet.png) no-repeat;
	background-position: 0px 1px;
	text-transform: uppercase;
	font-size: 11px;
}

span.comments a {
	color: #6F6F6F;
}

#blogcontent div.tags {
	float: right;
	width: 45%;
	margin-bottom: 10px;
	display: block;
	text-align: right;
}
#blogcontent div.tags span {
	padding-left: 19px;
	background: url(images/icons/folderbullet.png) no-repeat;
	background-position: 0px 1px;
	font-size: 11px;
}
#blogcontent ul.archives {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 558px;
	margin-bottom: 15px;
	list-style-type: none;
}
#blogcontent ul.archives li {
	width: 235px;
	float: left;
	display: block;
	margin: 0px;
	margin-right: 25px;
	padding: 0px;
	padding-left: 19px;
	background: url(images/icons/pagebullet.png) no-repeat;
	background-position: 0px 6px;
}
#blogcontent ul.archives li span {
	float: right;
	text-align: right;
	font-size: 10px;
	padding: 3px;
}
#blogcontent ul.categories {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 558px;
	margin-bottom: 15px;
	list-style-type: none;
}
#blogcontent ul.categories li {
	width: 235px;
	float: left;
	display: block;
	margin: 0px;
	margin-right: 25px;
	padding: 0px;
	padding-left: 19px;
	background: url(images/icons/folderbullet.png) no-repeat;
	background-position: 0px 6px;
}
#blogcontent ul.categories li span {
	float: right;
	text-align: right;
	font-size: 10px;
	padding: 3px;
}
#blogcontent ul a {
	color: #555;
}

#blogcontent dl.comment {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 558px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#blogcontent dl.comment dt {
	margin: 0px;
	text-align: right;
	padding: 0px;
	width: 100px;
	float: left;
	font-size: 13px;
	color: #30a324;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right: 15px;
}
#blogcontent dl.comment dt span {
	font-size: 11px;
	color: #5d5d5d;
}
#blogcontent dl.comment dd {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	width: 440px;
	float: left;
}

.postcomment {
	padding: 25px;
	padding-top: 20px;
	margin-bottom: -25px;
	margin-left: -25px;
	margin-right: -27px;
	background-color: #e7f3fb;
	border-top: 1px solid #c5ddec;
	font-size: 12px;
	color: #3a66a2;
	line-height: 1.1;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.postcomment span {
	font-size: 11px;
	color: #607ba0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
}
.postcomment h2 {
	margin-bottom: 15px;
	border: none;
}
.postcomment form {
	margin-top: 15px;
}
.postcomment form textarea {
	width: 540px;
	height: 100px;
	padding: 6px;
	background-color: #FFF;
	margin-top: 5px;
	border: 1px solid #c5ddec;
	font-size: 11px;
	color: #607ba0;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}
.postcomment form input {
	background-color: #FFF;
	border: 1px solid #c5ddec;
	margin-bottom: 5px;
	font-size: 11px;
	padding: 6px;
	color: #607ba0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}
.postcomment .main {
	width: 325px;
	margin-right: 5px;
	float: left;
}
.postcomment .main label {
	float: left;
	width: 90px;
	padding: 6px;
}
.postcomment .main input {
	width: 200px;
	float: left;
}
.postcomment .openid {
	float: left;
	width: 180px;
	padding: 15px;
	line-height: 1.5;
	background-color: #f3f9fd;
	border: 1px solid #c5ddec;
}
.postcomment .openid input {
	width: 145px;
	margin-top: 5px;
	background: url(images/icons/openid.png) 5px 5px no-repeat;
	background-color: #FFF;
	padding-left: 20px;
}
.postcomment .submit {
	border: none;
	background: none;
	padding: none;
}

/* end blog stuff */


/*
	
	SIDEBAR DIVISIONS
	Everything for the Sidebar Content

*/


#sidebar {
	float: right;
	width: 202px;
	padding: 25px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	font-size: 13px;
}
#sidebar a {
	color: #737373;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}

#sidebar a.witharrow {
	text-decoration: none;
	color: #055dc0;
	font-weight: bold;
	padding: 3px;
	padding-left: 0px;
	font-size: 13px;
	padding-right: 20px;
	background: url(images/sidebarlink.png) no-repeat right;
}
#sidebar a.witharrow:hover {
	text-decoration: underline;
}


#sidebar h3 {
	height: 32px;
	margin: 0px;
	padding: 0px;
	margin-left: -20px;
	margin-right: -17px;
	padding-left: 20px;
	padding-right: 17px;
	background: url(images/sidebarheaderbg.png) repeat-x;
	border-top: 1px solid #d3d3d3;
	padding-top: 5px;
	margin-bottom: 10px;
	color: #494949;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0px 1px 1px #FFF;
	font-weight: 100;
}
#sidebar h2 {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #494949;
	font-size: 18px;
	margin-top: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0px 1px 1px #FFF;
	line-height: 1.1;
}
#sidebar h2 span {
	font-weight: 100;
	font-size: 13px;
	text-shadow: 0px 1px 1px #FFF;
	text-transform: uppercase;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
#sidebar li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
#sidebar ul.doc li {
	margin-bottom: 15px;
	padding-left: 27px;
	background: url(images/icons/docbullet.png) no-repeat;
	background-position: 0px 3px;
}
#sidebar ul.archives {
	margin-bottom: 10px;
}
#sidebar ul.archives li {
	padding-left: 19px;
	background: url(images/icons/pagebullet.png) no-repeat;
	background-position: 0px 6px;
	margin-bottom: 5px;
}
#sidebar ul.categories {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
#sidebar ul.categories li {
	width: 80px;
	float: left;
	margin-bottom: 5px;
	padding-left: 19px;
	background: url(images/icons/folderbullet.png) no-repeat;
	background-position: 0px 6px;
}
#sidebar ul.buy {
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar ul.buy li.down {
	background: url(images/icons/downarrow.png) no-repeat;
	font-weight: bold;
	background-position: 0px 4px;
	padding-left: 20px;
	margin-bottom: 5px;
}
#sidebar ul.buy li.right {
	background: url(images/icons/rightarrow.png) no-repeat;
	font-weight: bold;
	background-position: 0px 4px;
	padding-left: 20px;
	margin-bottom: 5px;
}
#sidebar ul.buy a {
	font-weight: bold;
}
#sidebar ul a {
	background: none;
	padding: none;
	color: #555;
	font-weight: normal;
}

#sidebar h4 {
	font-size: 16px;
	color: #5e5e5e;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
}

#sidebar img.app2 {
	margin-right: 15px;
	float: left;
	margin-top: 8px;
}
#sidebar img.app {
	margin-right: 15px;
	float: left;
	margin-top: 18px;
}
#sidebar img.compatible {
	float: right;
	margin-top: 15px;
}
#sidebar .requirements {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	font-size: 11px;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
#sidebar .requirements h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
.requirements p {
	margin-bottom: 10px;
}

/*
	
	Forms.

*/

/* ---- Lookup License Home Page ---- */

form#lookup {
	margin-bottom: 20px;
}
input.lookup {
	width: 135px;
	margin: 8px;
	padding: 5px;
	margin-left: 0px;
	background-color: #FFF;
	border: 1px solid #DDD;
	float: left;
}
input.lookupbutton {
	float: left;
}
	

/*
	
	Misc.

*/

.end {
	clear: both;
}