* {
  font-family: "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

html, body {
  background: #efefef;
  color: #333;
}

body {
  font-size: .7em;
  text-align: center;
}

a {
  color: #2a87ca;
  text-decoration: underline;
}

a, :focus {
  outline: 0;
}

img, fieldset {
  border: 0;
}

a:hover, a:focus {
  text-decoration: none;
}

h1 {
  color: #2a87ca;
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
  padding: 5px 0 20px;
}

h1, h2 {
  text-align: center;
}

h3, legend {
  font-size: 1em;
  font-weight: bold;
  padding: 4px 0;
}

legend {
  font-size: 1.2em;
  padding-bottom: 20px;
}

p {
  line-height: 170%;
  padding-bottom: 20px;
}

p strong {
  font-weight: normal;
}

/*.tease {
  background: #d7e7ee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  font-size: 1.1em;
  line-height: 160%;
  margin-bottom: 30px;
  padding: 15px;
}
*/
.im-right {
  display: block;
  float: right;
  margin: 0 0 10px 50px;
}

#passgen {
  background: #fff;
  margin: 0 auto;
  padding: 2em 30px 0;
  text-align: left;
  width: 900px;
}

#passinfo {
  background: #2a87ca;
  color: #fff;
  display: none;
  left: 0;
  padding: 5px 0;
  position: absolute;
  top: 0;
  margin-bottom: 40px;
  z-index: 10;
  width: 100%;
}

#passinfo p {
  padding: 0;
}

#textmore {
  clear: both;
  text-align: left;
}

#social, #footer {
  background: #fff;
  display: block;
  font-size: 80%;
  margin: 0 auto;
  padding: 30px 30px 0;
  width: 900px;
}

#social h6 {
  border-top: 1px solid #efefef;
  font-size: 1em;
  display: block;
  margin: 0 0;
  padding-top: 30px;
}

#social p {
  padding: 4px 0;
}

#footer {
  padding-top: 10px;
}

#social, #social, #footer, #footer * {
  color: #888;
  text-decoration: none;
}

label {
  display: block;
  float: left;
  width: 200px;
}

small {
  color: #888;
  font-size: 90%;
  margin-left: 5px;
}

fieldset {
  border: 0;
}

p {
  clear: both;
}

form {
  padding-bottom: 20px;
}

#gen {
  display: block;
  float: left;
  padding-bottom: 1em;
  width: 400px;
}

#text {
  display: block;
  float: right;
  padding-bottom: 1em;
  width: 500px;
}


#passes {
/*  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
*/
  font-family: Monaco, Verdana, Sans-serif;
  font-size: 1em;
  color: #333;
  clear: both;
  display: block;
  margin-bottom: 30px;
  padding: 0 10px 10px;
  position: relative;
  width: 560px;
  float: right;
}

#passes h3 {
  font-size: 1.2em;
  line-height: 100%;
  padding-bottom: 10px;
}

#pt3 {
  float: left;
  padding-top: 10px;
  width: 310px;
}

#passes #selectAll {
  bottom: 100%;
  display: block;
  font-size: .8em;
  margin: 0 10px 10px 0;
  position: absolute;
  right: 0;
  text-align: right;
}

#passes .box {
  display: block;
/*  overflow: auto;
  max-height: 300px;
*/}

#passes ol {
  margin: 10px 20px 0 4em;
}

#passbox div {
	color: #aaa;
	line-height: 140%;
	list-style-position: outside;
	margin: 0;
	padding: 4px 10px;
}

#passbox div .split {
  display: block;
}

#passes .odd {
	background-color: #f2f2f2;
}

#passes .cur {
  color: #333;
}

#passbox div span {
	color: #333
}

#pt {
/*  background: #f2f2f2;
  background: #c6eb91;
*/
/*  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
*/
  clear: both;
  line-height: 160%;
  margin: 10px 0 20px !important;
  padding: 10px;
  text-align: center;
}

#pt2 {

}

#pt p {
  padding: 5px 0;
}

#pt p a, #pt2 p a {
  padding: 5px;
}

#pt p a img, #pt2 p a img {
  vertical-align: middle;
}