html, body{ padding: 0; margin: 0;}
body, div, p{ font-family: Arial, Helvetica, Verdana; font-size: 14px;  line-height: 22px;  color: #333;  -webkit-text-size-adjust: none; background-color: #FFC107; }
h1, h2, h3, h4, h5, h6{ line-height: 1; color: #111111; font-weight: bold;  margin: 20px 0 10px 0;}
h1, h2, h3{ font-size: 18px;}
h4, h5, h6{ font-size: 16px;}
p{  margin: 0 0 10px 0;}
a, a:link, a:active, a:visited, a:hover{  color: #000;  text-decoration: underline;}
pre{  font-size: 12px;  width: 100%;  overflow: auto; -webkit-overflow-scrolling: touch;}
#page nav{  display: none;}
#header{  background: #333333;  font-size: 16px;  font-weight: bold;  color: #fff;  text-align: center; line-height: 40px;  height: 40px; padding: 0 50px;}
#header a{  background: center center no-repeat transparent;  
display: block; width: 40px;  height: 40px; position: absolute; top: 0; left: 10px;}
#header a.friends{  
}
#header a.right{  left: auto; right: 10px;}
#content{ padding: 20px;}

.pageheader {
    width: 100%;
    text-align:center;
    background: #c3d4d3 none repeat scroll 0 0;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 5px;
    padding-top: 10px;
}
.pageheader h4{
    margin-top: 0;
}

/*
 * Toggle Button CSS
 */
.toggleClass {
  max-height: 0;
  max-width: 0;
  opacity: 0;
}
.toggleClass + label {
  display: block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  text-indent: -5000px;
  height: 30px;
  width: 50px;
  border-radius: 15px;
}

.toggleClass + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(19, 191, 17, 0);
  -moz-transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.toggleClass + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0px;
  border-radius: 15px;
  background: white;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), 0 2px 4px rgba(0, 0, 0, .2);
  -moz-transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.toggleClass:checked + label:before {
  width: 50px;
  background: rgba(19, 191, 17, 1);
}

.toggleClass:checked + label:after {
  left: 20px;
  box-shadow: inset 0 0 0 1px rgba(19, 191, 17, 1), 0 2px 4px rgba(0, 0, 0, .2);
}

/*----------------------------------------------
 * CSS Settings For HTML Div ExactCenter
 * ------------------------------------------------*/
#main {
    width:960px;
    margin:10px auto;
    font-family:arial;
}
#errMsg, #signUpErr {
    color:red;
}
h2 {
    text-align:center;
    border-radius:10px 10px 0 0;
    margin:-10px -40px;
    padding:15px;
}
hr {
    border:0;
    border-bottom:1px solid #ccc;
    margin:10px -40px;
    margin-bottom:30px;
}
#login {
    background-color: #FFFFFF;
    width:230px;
    font-size:12px;
    border-radius:10px;
    font-family:arial;
    border: 1px solid #92D198;
    padding:10px 20px;
    margin-top: 48px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea, select {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: arial;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 8px;
    padding: 7px;
    width: 93%;
}
input[type=submit] {
    width:100%;
    background-color:#111111;
    color:#fff;
    border:2px solid #111111;
    padding: 5px;
    font-size:15px;
    cursor:pointer;
    border-radius:5px;
    margin-bottom:15px;
    margin-top:5px;
}
#left-area {
    float: left;
    margin-right: 80px;
    width: 60%;
}
#sidebar {
  float: left;
  width: 30%;
}
fieldset {
  border: 1px solid #92D198;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 10px;
  border-radius: 10px;
  padding-left: 15px;
}
legend {
  border: 1px solid #92D198;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  padding: 0 10px;
}
label {
    float:left;
    width:25%;
    margin-right:0.5em;
    padding-top:0.2em;
    text-align:right;
}

